web-app/src/modules/market/composables
padreug da5c4d6de1 feat: add CartButton component for consistent cart access across views
- Introduced a new CartButton component to encapsulate cart summary functionality, improving code reusability and maintainability.
- Updated MarketPage.vue and StallView.vue to utilize the CartButton component, enhancing user navigation to the cart.
- Removed redundant cart summary code from both views, streamlining the component structure.

These changes provide a unified and consistent user experience for accessing the cart across different market views.
2025-09-27 00:07:37 +02:00
..
index.ts Enhance market module with new chat and events features 2025-09-05 00:01:40 +02:00
useCategoryFilter.ts Implement AND/OR filter logic in useCategoryFilter and update MarketPage UI 2025-09-26 00:42:05 +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
useSearchKeyboardShortcuts.ts feat: add CartButton component for consistent cart access across views 2025-09-27 00:07:37 +02:00