Core engine#201
Merged
Merged
Conversation
…rface improvements - Added the ability to duplicate products in product management, improving the efficiency of the process. - Changes have been made to the user interface, including the addition of a duplicate button on product cards and in the product table. - Implemented a confirmation modal for product duplication, improving the user experience. - Updated component styles and structure to support the new features.
…to core-engine
- The `jszip` dependency has been added to `package.json` and `package-lock.json` to improve ZIP file handling. - Improvements have been made to CORS handling on several endpoints, ensuring that responses include the appropriate CORS headers. - The data model has been updated to include `userTheme` in resource management, and adjustments have been made to the UI to improve the user experience.
- A new promotional card has been implemented for collections, improving the visual presentation and user interaction. - Collection navigation has been added to make it easier to access different collections from the detail view. - CSS styles have been optimized to improve the appearance of products and the overall user interface. - Adjustments have been made to pagination and product display for a better user experience.
… and add support for 'userThemes' - Reorganized module imports for better clarity and structure. - Added 'userThemes' to the list of data managed in useUserStoreData, improving the hook's functionality. - Optimized Amplify configuration for more efficient integration.
…vation - The theme retrieval function has been updated to use `listUserThemeByStoreId`, simplifying the query. - Optional checks have been added for updated theme properties, improving code robustness. - Adjustments have been made to the theme activation response to ensure missing data is handled correctly.
- Cache invalidation settings for products, collections, pages, navigation, and templates have been simplified, removing unnecessary comments and improving code readability. - Descriptions for each change type have been maintained to make their purpose easier to understand. - Specific invalidation keys have been adjusted to improve the efficiency of the cache invalidation process.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat(templates): Improved collection display and navigation