mirror of
https://github.com/hoornet/vega.git
synced 2026-04-30 01:29:59 -07:00
Add relay status badge, toast notifications, per-tab feed timestamps, relay UX improvements
- Relay status badge in feed header: shows connected/total relay count with color coding (green >75%, yellow 25-75%, red <25%), hover tooltip with per-relay status - Toast notification system: transient messages for connection lost, reconnecting, relay reset, and back-online events - Per-tab "last updated" relative timestamp in feed header (global, following, trending tracked independently) - Consolidated all relay management into RelaysView (removed duplicate relay section from Settings); per-relay remove button on health cards - Show all supported NIP badges on relay cards (was filtering to 11 notable) - Tooltips on relay status dots explaining green/yellow/red/gray meaning - Fix relay removal with trailing-slash URL normalization - Fix stale health results lingering after relay removal - Add acknowledgements section to README
This commit is contained in:
11
README.md
11
README.md
@@ -171,6 +171,17 @@ Wrystr is free and open-source. If it's useful to you:
|
||||
| ♥ GitHub Sponsors | [github.com/sponsors/hoornet](https://github.com/sponsors/hoornet) |
|
||||
| ★ GitHub star | Helps with visibility and grant applications |
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
Wrystr is built on the shoulders of excellent open-source projects:
|
||||
|
||||
- [Tauri](https://tauri.app/) — the desktop shell that makes cross-platform Rust+Web apps possible
|
||||
- [NDK (Nostr Dev Kit)](https://github.com/nostr-dev-kit/ndk) by [Pablo Fernandez](https://github.com/pablof7z) — the Nostr protocol library that powers all relay communication
|
||||
- [Nostr protocol](https://github.com/nostr-protocol/nostr) by [fiatjaf](https://github.com/fiatjaf) — the protocol itself
|
||||
- [React](https://react.dev/), [Vite](https://vite.dev/), [Tailwind CSS](https://tailwindcss.com/), [Zustand](https://github.com/pmndrs/zustand) — the frontend stack
|
||||
- [ants](https://github.com/dergigi/ants) by [Gigi](https://github.com/dergigi) — inspiration and Nostr ecosystem advocacy
|
||||
- The Nostr community — for building an open, censorship-resistant communication layer
|
||||
|
||||
## License
|
||||
|
||||
MIT License — Copyright (c) 2026 Jure Sršen — [hoornet](https://github.com/hoornet)
|
||||
|
||||
Reference in New Issue
Block a user