web-app/src
padreug e6607509c5 refactor: Update useMarket composable to utilize fetchEvents method and improve subscription handling
- Replace direct calls to fetchNotes with the new fetchEvents method in useMarket.ts for better event retrieval.
- Simplify event fetching logic by removing unnecessary filters and enhancing clarity.
- Implement individual relay subscriptions for market updates, allowing for more efficient event handling and cleanup.
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: Add .env.example file and update Navbar for market navigation 2025-08-03 11:20:58 +02:00
composables refactor: Update useMarket composable to utilize fetchEvents method and improve subscription handling 2025-08-03 11:20:58 +02:00
i18n feat: Add .env.example file and update Navbar for market navigation 2025-08-03 11:20:58 +02:00
lib refactor: Update useMarket composable to utilize fetchEvents method and improve subscription handling 2025-08-03 11:20:58 +02:00
pages refactor: Replace ShoppingCartIcon with ShoppingCart component in ProductCard and Market pages 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: Add .env.example file and update Navbar for market navigation 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