-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature/improve hydration #93
base: main
Are you sure you want to change the base?
Conversation
mloeffle
commented
Nov 28, 2024
- reduces hydration mismatches
- refactors cookie modal
- adjust product card display to prevent overflow of form
<CmsLoader :content="productListing" /> | ||
<CmsLoader | ||
:content="productListing" | ||
class="-mx-5" |
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.
Not a big fan of negative margin personally. Do we really need this?
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 file should not be here, since we are using Bun for all package management.
@mloeffle do we still need this pull request? should we continue the work on it or close it? |