webapp/src
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
..
assets feat: Add logo and enhance login functionality 2025-08-03 11:20:35 +02:00
components feat: Implement market functionality with ProductCard, useMarket composable, and market store 2025-08-03 11:20:58 +02:00
composables feat: Implement market functionality with ProductCard, useMarket composable, and market store 2025-08-03 11:20:58 +02:00
i18n refactor: Clean up Navbar component and remove support link 2025-08-03 11:20:58 +02:00
lib feat: Implement market functionality with ProductCard, useMarket composable, and market store 2025-08-03 11:20:58 +02:00
pages feat: Implement market functionality with ProductCard, useMarket composable, and market store 2025-08-03 11:20:58 +02:00
router feat: Implement market functionality with ProductCard, useMarket composable, and market store 2025-08-03 11:20:58 +02:00
stores feat: Implement market functionality with ProductCard, useMarket composable, and market store 2025-08-03 11:20:58 +02:00
App.vue fix 2025-08-03 11:20:57 +02:00
main.ts fix vue-sonner Toast implementation 2025-07-12 18:10:26 +02:00
vite-env.d.ts PWA 2025-02-11 00:25:47 +01:00