-
Notifications
You must be signed in to change notification settings - Fork 67
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
feat(vue-demo): create state and country component #270
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Nice work. Overall I'd go for extracting whole SharedAddressForm
/SharedAddressFields
, as the API of this component would be much simpler and validation rules would be handled in a single place as well instead of being passed as props. Additionally I left comment for simplification of data passing. Let me know what do you think about moving all address fields to single component
templates/vue-demo-store/components/shared/SharedCountryStateInput.vue
Outdated
Show resolved
Hide resolved
templates/vue-demo-store/components/shared/SharedCountryStateInput.vue
Outdated
Show resolved
Hide resolved
Sure, I created a new task for that #277 Regarding the changes that you suggest. I'm not convinced because:
|
So I'm still standing with previous review and suggestions, I hope that now you're more convinced though :) |
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.
I see a pending review as the previous was dismissed, so setting it up for last comment
chore: release Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: bump dependencies * chore: revert i18n plugin update * chore: new patch after update, related changesets/changesets#1047 * chore: add changeset
* fix(demo): improve cms-text-element * chore: add changesets
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.
great work!
Description
closes #245
Type of change
Screenshots (if applicable)
Additional context