web-app/src/components
padreug 36e9694c1b feat: Enhance RelayHub component with subscription count details (still not working)
- Update RelayHubStatus.vue to display both local and global subscription counts, improving user visibility into active subscriptions.
- Add totalSubscriptionCount computed property in useRelayHub.ts to track the total number of subscriptions.
- Implement totalSubscriptionCount getter in relayHub.ts to return the size of the subscriptions map.
- Include debug logging in relayHub.ts for connected relay counts and statuses to aid in troubleshooting.
2025-08-10 18:19:18 +02:00
..
auth chore: update LNBits API configuration in environment and documentation 2025-08-10 10:46:49 +02:00
events feat: Format event price and wallet balance in PurchaseTicketDialog and events page 2025-08-10 17:56:20 +02:00
layout feat: Integrate Relay Hub for centralized Nostr connection management 2025-08-10 17:59:59 +02:00
market fix: Format price display in ProductCard component 2025-08-04 09:59:35 +02:00
nostr feat: Add debug logging for message sorting in Nostr chat 2025-08-10 17:59:59 +02:00
notifications feat: Implement push notification system for admin announcements 2025-07-12 18:10:33 +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 refactor: Update FuzzySearch component and composable for improved class handling and code clarity 2025-08-10 10:50:14 +02:00
LanguageSwitcher.vue refactor(ui): Optimize LanguageSwitcher component rendering and type safety 2025-03-11 02:18:29 +01:00
RelayHubStatus.vue feat: Enhance RelayHub component with subscription count details (still not working) 2025-08-10 18:19:18 +02:00
ThemeToggle.vue add color theme with dark and light mode! 2025-02-02 18:44:05 +01:00