-
Notifications
You must be signed in to change notification settings - Fork 8
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
Events slide component implementation #229
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Looks good to me! Thanks mia. |
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.
lgtm
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.
The slides load kind of slow, so you can use prefetch or preload to have them ready quicker
There's also an x in the middle of the slides. Maybe some accidental or incorrect model nesting
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.
Probably use slidesData instead of imageData. Could also have an option to search through captions (should be called eventName?), but that can be implemented later.
I thought it would give a warning but seo is not used so it should be deleted/commented
This reverts commit 1a5b579.
Issues #199 and #142