feat(nostr): Add connecting state to Nostr connection management
- Introduce `isConnecting` state in useNostr composable - Update ConnectionStatus component to handle connecting state - Add warning variant to Badge for connecting status - Implement dynamic status text, color, and animation for connection states - Modify App.vue to pass new isConnecting prop to ConnectionStatus
This commit is contained in:
parent
0923731ee9
commit
18ece1e3e7
5 changed files with 52 additions and 12 deletions
3
.env
3
.env
|
|
@ -1,5 +1,4 @@
|
|||
# Support agent's public key in npub format
|
||||
VITE_SUPPORT_NPUB=npub1tm42jkmdn54zncjcylp34e85jagmgndr0skw4v0rsg8rucmu7r5swayth3
|
||||
|
||||
VITE_NOSTR_RELAYS=["wss://relay.damus.io","wss://relay.nostr.info"]
|
||||
|
||||
VITE_NOSTR_RELAYS=["wss://nostr.atitlan.io"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue