web-app/src/composables
padreug 0b62418310 feat: Add Nostr chat integration for LNBits users
- Introduce a new chat system that allows LNBits users to communicate via Nostr relays.
- Implement ChatComponent for real-time messaging, peer selection, and message display.
- Create useNostrChat composable to manage Nostr relay connections, message encryption, and user authentication.
- Develop ChatPage to serve as the main interface for the chat feature.
- Add API endpoints for retrieving current user and public keys for peer messaging.
- Ensure secure communication with encryption and admin-only access to private keys.
2025-08-10 10:50:14 +02:00
..
useAuth.ts refactor: Simplify authentication and wallet logic by removing debug logs 2025-08-03 11:20:58 +02:00
useEvents.ts chore: Update project metadata and dependencies 2025-03-19 23:02:30 +01:00
useIdentity.ts feat: Implement comprehensive Nostr identity and social features 2025-07-02 17:14:02 +02:00
useLocale.ts feat(i18n): Enhance internationalization with dynamic locale management 2025-03-09 13:27:45 +01:00
useMarket.ts refactor: Enhance stall and product loading logic in useMarket composable 2025-08-05 01:00:06 +02:00
useMarketPreloader.ts Squash merge market-preload into market 2025-08-03 11:20:58 +02:00
useNostr.ts refactor: Simplify Nostr connection management and enhance store integration 2025-07-02 19:49:06 +02:00
useNostrChat.ts feat: Add Nostr chat integration for LNBits users 2025-08-10 10:50:14 +02:00
useNostrFeed.ts Squash merge nostrfeed-localStorage into ario 2025-08-03 11:09:42 +02:00
useNostrFeedPreloader.ts Squash merge nostrfeed-localStorage into ario 2025-08-03 11:09:42 +02:00
useSocial.ts feat: Implement push notification system for admin announcements 2025-07-12 18:10:33 +02:00
useTicketPurchase.ts refactor: Simplify authentication and wallet logic by removing debug logs 2025-08-03 11:20:58 +02:00
useUserTickets.ts refactor: Clean up imports and unused variables in ticket-related components 2025-08-03 11:20:58 +02:00