web-app/src/stores
padreug 4d3d69f527 feat: Implement market functionality with ProductCard, useMarket composable, and market store
- Add ProductCard.vue component for displaying product details, including image, name, description, price, and stock status.
- Create useMarket.ts composable to manage market loading, data fetching, and real-time updates from Nostr.
- Introduce market.ts store to handle market, stall, product, and order states, along with filtering and sorting capabilities.
- Develop Market.vue page to present market content, including loading states, error handling, and product grid.
- Update router to include a new market route for user navigation.
2025-08-03 11:20:58 +02:00
..
market.ts feat: Implement market functionality with ProductCard, useMarket composable, and market store 2025-08-03 11:20:58 +02:00
nostr.ts feat: Implement push notification system for admin announcements 2025-07-12 18:10:33 +02:00