Conversation
Added a new middleware for verifying collection ownership and improved the existing product ownership check. Updated the middleware logic to handle specific URL patterns for collections. Additionally, refactored comments for clarity. refactor(config): update Next.js configuration for asset handling Modified the Next.js configuration to allow wildcard hostnames and pathnames for asset URLs, enhancing flexibility in CDN usage. style(global.css): add active submenu item styling Introduced styles for active submenu items to improve UI visibility and user experience. refactor(product-management): streamline imports and enhance routing Updated import paths in product management components for consistency and clarity. Enhanced routing logic in InventoryTracking and ProductTableDesktop components to utilize dynamic store IDs.
…oryManager and enhance inventory table Updated the InventoryPage to use InventoryManager instead of InventoryTracking, incorporating store ID retrieval via `useParams` and `usePathname`. Enhanced the InventoryTracking component with additional props for better data handling and pagination. Refactored InventoryTableRow to support inline editing of stock quantities and improved the overall structure of inventory management components.
…ship checks Updated middleware imports to reflect new directory structure, improving clarity and organization. Enhanced product and collection ownership checks with specific URL pattern matching, ensuring better access control. Refactored related middleware functions for consistency and improved readability.
Core multitenants
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.