-
Notifications
You must be signed in to change notification settings - Fork 34
Implemented: Product Upload Identifier card on Settings page (#314) #335
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
Implemented: Product Upload Identifier card on Settings page (#314) #335
Conversation
…er and handled various cases (hotwax#314)
…upload identifier (hotwax#314) - Added toast messages and updated the locale file.
|
@gemini-code-assist review |
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.
Code Review
This pull request introduces a new feature allowing users to configure a 'Product Upload Identifier' on the Settings page. The changes span across the UI, Vuex store, and services to support fetching and updating this new preference. My review focuses on improving code safety, consistency, and user experience. I've identified a potential runtime error in the state management logic, type inconsistencies, a UX issue with the new settings card, and some minor code smells and inconsistencies. Overall, the implementation is good, and the suggested changes will make it more robust and maintainable.
…se checks in fetchProductSelectorPref action (hotwax#314)
Related Issues
#314
Short Description and Why It's Useful
Screenshots of Visual Changes before/after (If There Are Any)
Contribution and Currently Important Rules Acceptance