web-app/src
padreug 522d159628 Implement dynamic category filtering in MarketPage
- Added a computed property to dynamically filter products based on search results, enhancing the user experience by displaying relevant products when available.
- Updated the `useCategoryFilter` integration to utilize the new computed property, streamlining the filtering logic and improving overall performance.

These changes provide users with a more responsive and relevant product display in the MarketPage, improving the effectiveness of category filtering.
2025-09-26 17:02:01 +02:00
..
assets Update index.html and vite.config.ts for dynamic app name and manifest adjustments 2025-09-06 19:16:24 +02:00
components Merge branch 'refactor-send-receive-invoice-qrscanner' 2025-09-20 11:00:24 +02:00
composables Add QR code scanning functionality with new QRScanner component 2025-09-20 10:31:12 +02:00
core Implement updateWalletBalance method in PaymentService and deprecate AuthService method 2025-09-18 09:31:15 +02:00
i18n feat: Integrate chat feature into main navigation 2025-08-10 10:50:14 +02:00
lib Complete LnbitsAPI migration to dependency injection pattern 2025-09-07 01:58:36 +02:00
modules Implement dynamic category filtering in MarketPage 2025-09-26 17:02:01 +02:00
pages Enhance LoginDemo.vue with loading overlay and updated account creation feedback 2025-09-18 20:51:16 +02:00
app.config.ts Enhance WebSocket service with polling fallback and improved diagnostics 2025-09-18 11:52:02 +02:00
app.ts Add wallet module with receive and send functionality 2025-09-14 23:08:01 +02:00
App.vue Refactor authentication architecture to eliminate dual auth complexity 2025-09-07 00:47:02 +02:00
main.ts Implement modular architecture with core services and Nostr integration 2025-09-04 23:43:33 +02:00
vite-env.d.ts PWA 2025-02-11 00:25:47 +01:00