Conversation
…ubscriptions This commit updates the fetchSubscriptionData function to include a selection set when retrieving user subscription data. This change improves the specificity of the data fetched, ensuring that only relevant fields are returned, which enhances performance and reduces unnecessary data transfer.
…electorModal This commit enhances the ImageGallery component by introducing a loading state that displays a spinner when no images are available and more images are being loaded. Additionally, it updates the ImageSelectorModal to pass new props related to loading and active filters. The ImageCard component's styles are adjusted for better visual consistency during deletion mode. Legacy code for single image deletion is removed from the useS3ImageDelete hook, streamlining the image deletion process.
This commit updates the import paths for font modules and the Amplify client across various components and hooks. The changes ensure a more organized structure by moving the imports to a dedicated 'clients' directory, enhancing code maintainability and clarity. Additionally, the layout files are adjusted to reflect the new import paths for fonts, improving consistency across the application.
…Name utility This commit updates the product mutation functions to eliminate the use of the withLowercaseName utility, directly incorporating the lowercase name handling within the dataToSend object. This change simplifies the code structure and enhances clarity by making the lowercase transformation explicit, improving maintainability of the product mutation logic.
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.
No description provided.