web-app/src/components
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
..
auth Refactor authentication architecture to eliminate dual auth complexity 2025-09-07 00:47:02 +02:00
demo Refactor authentication architecture to eliminate dual auth complexity 2025-09-07 00:47:02 +02:00
layout Refactor wallet balance handling and integrate PaymentService for centralized management 2025-09-17 20:23:46 +02:00
notifications Remove LEGACY Nostr client services and related components to streamline the codebase 2025-09-06 10:55:10 +02:00
pwa feat: Enhance admin announcement functionality and introduce PWA installation prompt 2025-07-12 18:10:33 +02:00
theme-provider bare repo 2025-03-09 12:28:49 +01:00
ui Add Shadcn Form components with vee-validate and zod integration 2025-09-08 16:28:26 +02:00
LanguageSwitcher.vue refactor(ui): Optimize LanguageSwitcher component rendering and type safety 2025-03-11 02:18:29 +01:00
ThemeToggle.vue add color theme with dark and light mode! 2025-02-02 18:44:05 +01:00