webapp/src/modules/market/composables
padreug 03ca7525af Add useCategoryFilter composable and enhance MarketPage for category filtering
- Introduced a new `useCategoryFilter` composable to manage category filtering functionality, providing reactive state management and optimized performance for product filtering based on selected categories.
- Updated `MarketPage` to integrate the new composable, enhancing the UI with improved accessibility features, including ARIA roles and labels for category filters and active filters summary.
- Refactored category filtering logic to streamline product display based on selected categories, improving user experience in navigating and filtering products.

These changes enhance the overall functionality and usability of category filtering within the market module.
2025-09-25 23:51:32 +02:00
..
index.ts Enhance market module with new chat and events features 2025-09-05 00:01:40 +02:00
useCategoryFilter.ts Add useCategoryFilter composable and enhance MarketPage for category filtering 2025-09-25 23:51:32 +02:00
useLightningPayment.ts Refactor PaymentService and related components for improved state management 2025-09-05 16:18:13 +02:00
useMarket.ts Enhance category extraction in useMarket and update MarketPage layout 2025-09-25 23:35:37 +02:00
useMarketPreloader.ts Remove sample product functionality from useMarket and useMarketPreloader for cleaner code and improved maintainability. This change eliminates the addition of sample products during market loading, streamlining the preloader's logic. 2025-09-05 03:31:19 +02:00
usePaymentStatusChecker.ts Refactor authentication architecture to eliminate dual auth complexity 2025-09-07 00:47:02 +02:00