webapp/src/modules/market/components
padreug ca0ac2b9ad feat: introduce ImageLightbox and ImageViewer components for enhanced image handling
- Added ImageLightbox component to provide a modal view for images with navigation and keyboard support.
- Implemented ImageViewer component to display images with features like thumbnails, cycling controls, and lightbox integration.
- Updated ProgressiveImage component for improved loading and error handling.
- Refactored image imports in ProductCard, ProductDetailPage, and CheckoutPage to align with new component structure.

These changes significantly enhance the user experience for viewing and interacting with product images across the application.
2025-09-28 12:48:02 +02:00
..
CartButton.vue feat: add CartButton component for consistent cart access across views 2025-09-27 00:07:37 +02:00
CartItem.vue feat: add lazy loading to product images across market components 2025-09-27 18:48:57 +02:00
CartSummary.vue feat: add lazy loading to product images across market components 2025-09-27 18:48:57 +02:00
CategoryFilterBar.vue feat: introduce CategoryFilterBar and ProductGrid components for enhanced product filtering and display 2025-09-26 23:39:08 +02:00
CategoryInput.vue Add CategoryInput component for category management in CreateProductDialog 2025-09-26 00:40:40 +02:00
CreateProductDialog.vue feat: enhance product management with new dialog and image handling features 2025-09-28 12:39:41 +02:00
CreateStoreDialog.vue Refactor wallet balance handling and integrate PaymentService for centralized management 2025-09-17 20:23:46 +02:00
DashboardOverview.vue Refactor authentication architecture to eliminate dual auth complexity 2025-09-07 00:47:02 +02:00
LoadingErrorState.vue refactor: simplify LoadingErrorState and enhance MarketSearchBar functionality 2025-09-27 09:51:00 +02:00
MarketFuzzySearch.vue feat: introduce CategoryFilterBar and ProductGrid components for enhanced product filtering and display 2025-09-26 23:39:08 +02:00
MarketSearchBar.vue refactor: simplify recent searches handling in MarketSearchBar 2025-09-27 21:23:40 +02:00
MarketSettings.vue Refactor chat and market modules for improved integration and maintainability 2025-09-05 01:44:15 +02:00
MerchantStore.vue refactor: simplify LoadingErrorState and enhance MarketSearchBar functionality 2025-09-27 09:51:00 +02:00
OrderHistory.vue Enhance MerchantStore component with user store creation flow 2025-09-08 16:58:10 +02:00
PaymentDisplay.vue Remove legacy compatibility layer and enforce modular architecture 2025-09-07 02:30:37 +02:00
ProductCard.vue feat: introduce ImageLightbox and ImageViewer components for enhanced image handling 2025-09-28 12:48:02 +02:00
ProductGrid.vue feat: add ProductDetailPage introduce ImageViewer and ImageLightbox components for enhanced image display 2025-09-28 12:39:41 +02:00
SearchSuggestions.vue feat: introduce CategoryFilterBar and ProductGrid components for enhanced product filtering and display 2025-09-26 23:39:08 +02:00
ShoppingCart.vue Remove legacy compatibility layer and enforce modular architecture 2025-09-07 02:30:37 +02:00
StoreCard.vue Refactor CreateProductDialog and CreateStoreDialog components for improved form handling 2025-09-08 23:20:17 +02:00