web-app/src/modules/market
padreug e5db949aae Refactor wallet balance handling and integrate PaymentService for centralized management
- Replaced direct wallet balance computation in Navbar and WalletPage with a centralized totalBalance property from PaymentService, improving code maintainability.
- Updated CreateProductDialog, CreateStoreDialog, and MerchantStore components to utilize PaymentService for retrieving wallet admin and invoice keys, enhancing consistency across the application.
- These changes streamline wallet management and improve the overall architecture of the wallet module.
2025-09-17 20:23:46 +02:00
..
components Refactor wallet balance handling and integrate PaymentService for centralized management 2025-09-17 20:23:46 +02:00
composables FIX: remove erroneously created kind 30020 relevant code which is not and ORDER event 2025-09-14 16:03:31 +02:00
services Enhance CreateEventDialog with dynamic currency selection and improved validation 2025-09-14 18:50:34 +02:00
stores Remove legacy compatibility layer and enforce modular architecture 2025-09-07 02:30:37 +02:00
types Refactor OrderHistory and introduce payment status checker 2025-09-05 05:16:25 +02:00
views Refactor MarketDashboard component for improved layout and responsiveness 2025-09-08 23:45:21 +02:00
index.ts Add NostrmarketAPI integration and enhance MerchantStore component 2025-09-08 16:58:10 +02:00