mirror of
https://github.com/mue/mue.git
synced 2026-07-09 21:45:26 +02:00
- Converted ItemPage from a class component to a functional component using hooks for state management. - Introduced MarketplaceContext for managing marketplace-related state and actions. - Created custom hooks: useMarketplaceData for fetching and sorting marketplace items, useMarketplaceInstall for handling installation and uninstallation of items, and useMarketplaceNavigation for managing navigation within the marketplace. - Implemented BrowsePage and CollectionPage components to display items and collections with improved structure and functionality. - Enhanced error handling and loading states across the marketplace features.