web-app/src/modules/market
padreug fe9fbe201b feat: enhance ProgressiveImage component with dynamic error handling and improved no-image state
- Updated the ProgressiveImage component to display a dynamic error message based on the image availability, including a specific message for no-image scenarios.
- Modified ProductCard, ProductDetailDialog, and CheckoutPage components to utilize the enhanced ProgressiveImage, ensuring a consistent user experience when images are unavailable.
- Improved visual feedback by adding a placeholder for missing images across various components.

These changes enhance the user experience by providing clearer messaging and visual cues when images fail to load or are not available.

refactor: update background colors and gradients for theme-aware semantic styling consistency across components

- Changed background colors in ProgressiveImage, ProductCard, ProductDetailDialog, and CheckoutPage components to utilize theme-aware colors instead of fixed values.
- Enhanced gradient backgrounds to ensure better visual integration with the overall theme, improving the user interface and experience.

These updates promote a more cohesive design and improve maintainability by leveraging theme variables.
2025-09-27 21:20:36 +02:00
..
components feat: enhance ProgressiveImage component with dynamic error handling and improved no-image state 2025-09-27 21:20:36 +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 feat: enhance ProgressiveImage component with dynamic error handling and improved no-image state 2025-09-27 21:20:36 +02:00
index.ts Add stall view and product detail dialog in market module 2025-09-25 22:53:12 +02:00