webapp/src
padreug 00f4bfa583 feat(nostr): Implement Nostr Feed with real-time note fetching
- Add NostrFeed component to display Nostr network notes
- Integrate date-fns for human-readable timestamp formatting
- Enhance NostrClient with fetchNotes and subscribeToNotes methods
- Implement loading, error, and empty state handling
- Add scrollable card-based UI for note display
- Configure dynamic relay selection with fallback to environment variables
2025-03-09 16:57:22 +01:00
..
assets update shadcn/tailwind config 2025-03-09 15:40:32 +01:00
components feat(nostr): Implement Nostr Feed with real-time note fetching 2025-03-09 16:57:22 +01:00
composables feat(nostr): Add connecting state to Nostr connection management 2025-03-09 15:40:32 +01:00
i18n feat(i18n): Add localized language names to internationalization schema 2025-03-09 13:31:11 +01:00
lib feat(nostr): Implement Nostr Feed with real-time note fetching 2025-03-09 16:57:22 +01:00
pages feat(nostr): Implement Nostr Feed with real-time note fetching 2025-03-09 16:57:22 +01:00
router bare repo 2025-03-09 12:28:49 +01:00
App.vue feat(nostr): Add connecting state to Nostr connection management 2025-03-09 15:40:32 +01:00
main.ts bare repo 2025-03-09 12:28:49 +01:00
vite-env.d.ts PWA 2025-02-11 00:25:47 +01:00