-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(home view): use correct Quick Links data #6450
Conversation
7055bdf
to
b9a035b
Compare
b9a035b
to
9d10ac4
Compare
// TODO: enable once navigation is sorted out | ||
// { | ||
// title: "Medium", | ||
// href: "/collections-by-category/Medium", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is tough! I tried to build the correct href, but failed because of the unusual way in which we are routing from the home view to those screens. This will need some attention, but we can also merge here and follow up.
}, | ||
|
||
// TODO: enable once eigen/11476 is merged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we might need at some point to support some versioning here - definitely not needed for now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MounirDhahri yeah that's a good point, worth some discussion.
f5005a1
Cool, I've resolved those analytics todos, and will merge this now as well |
https://artsyproduct.atlassian.net/browse/ONYX-1554
Update to artsy/eigen#11528
See: Slack comment
Updates Quick Links to use correct pill names, destinations, and icons.
This will result in the following change in Eigen:
Note that two of the required pills are still missing:
Those are included but commented out here. They can be updated as a follow-up.