web-app/src/modules
padreug 3aec5bbdb3 feat: add ProductDetailPage introduce ImageViewer and ImageLightbox components for enhanced image display
- ProductDetailPage is being used in lieu of a modal becaues Lightbox
image gallery (modal) being embedded in another modal was causing too
much buggy behavior
- Added ImageViewer component to manage and display product images with
features like lightbox, thumbnails, and image cycling controls.
- Replaced ProgressiveImageGallery with ImageViewer in
ProductDetailDialog and ProductDetailPage for improved user experience
and maintainability.
- Implemented useImageLightbox composable to handle lightbox
functionality, including keyboard navigation and swipe gestures.
- Updated routing to include a dedicated product detail page for better
navigation and user flow.

These changes significantly enhance the image viewing experience in the
product detail context, providing a more dynamic and user-friendly
interface.
2025-09-28 12:39:41 +02:00
..
base feat: implement image upload functionality with new components and service 2025-09-28 04:08:41 +02:00
chat Refactor authentication architecture to eliminate dual auth complexity 2025-09-07 00:47:02 +02:00
events fix build errors 2025-09-14 19:13:20 +02:00
market feat: add ProductDetailPage introduce ImageViewer and ImageLightbox components for enhanced image display 2025-09-28 12:39:41 +02:00
nostr-feed Update visibility logic in ThreadedPost component 2025-09-23 23:59:43 +02:00
wallet Merge branch 'refactor-send-receive-invoice-qrscanner' 2025-09-20 11:00:24 +02:00