[ delirehberi/nostr-ro-client ] refactor: migrate to Hono framework with enhanced Nostr features
Added:
- Hono framework integration for better routing and structure
- Template separation (views.js for HTML rendering)
- Dark/light mode toggle with localStorage persistence
- User profile fetching and display (avatars, names)
- Inline parent thread rendering (one level deep)
- Enhanced profile mentions showing actual usernames (@name instead of @npub...)
- Image thumbnails (max-height: 150px) with click-to-open
- Video placeholders for .mp4/.webm/.ogg with lazy loading

GitHub
refactor: migrate to Hono framework with enhanced Nostr features Β· delirehberi/nostr-ro-client@838dde9
Added:
- Hono framework integration for better routing and structure
- Template separation (views.js for HTML rendering)
- Dark/light mode toggle w...