web-app/src/modules/market
padreug 98934ed61d refactor: streamline ImageLightbox and update ProductDetailPage for better image handling
- Removed unused `closeOnBackdropClick` option from `useImageLightbox` for cleaner code.
- Simplified the product assignment in `ProductDetailPage` by creating a mutable copy of product data, ensuring proper handling of images and categories.

These changes enhance the maintainability and clarity of the image handling components in the application.
2025-09-28 12:58:11 +02:00
..
components feat: introduce ImageLightbox and ImageViewer components for enhanced image handling 2025-09-28 12:48:02 +02:00
composables feat: add CartButton component for consistent cart access across views 2025-09-27 00:07:37 +02:00
docs feat: add CartButton component for consistent cart access across views 2025-09-27 00:07:37 +02:00
services feat: consolidate Stall types and create reusable CartButton component 2025-09-27 01:31:52 +02:00
stores Enhance category filtering in MarketPage and market store 2025-09-25 23:19:58 +02:00
types feat: consolidate Stall types and create reusable CartButton component 2025-09-27 01:31:52 +02:00
views refactor: streamline ImageLightbox and update ProductDetailPage for better image handling 2025-09-28 12:58:11 +02:00
index.ts feat: add ProductDetailPage introduce ImageViewer and ImageLightbox components for enhanced image display 2025-09-28 12:39:41 +02:00