generated from Start9Labs/hello-world-startos
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule nostrudel
updated
22 files
+6 −0 | CHANGELOG.md | |
+1 −1 | package.json | |
+8 −4 | src/app.tsx | |
+10 −0 | src/classes/relay-set.ts | |
+3 −1 | src/components/keyboard-shortcut.tsx | |
+19 −0 | src/helpers/nip07.ts | |
+21 −0 | src/helpers/nostr/contacts.ts | |
+25 −0 | src/hooks/use-user-contact-relays.ts | |
+7 −0 | src/hooks/use-user-dns-identity.ts | |
+18 −3 | src/providers/route/require-read-relays.tsx | |
+2 −1 | src/services/client-relays.ts | |
+0 −87 | src/services/user-contacts.ts | |
+11 −4 | src/services/user-event-sync.ts | |
+10 −9 | src/services/user-mailboxes.ts | |
+1 −1 | src/views/launchpad/index.tsx | |
+71 −3 | src/views/relays/app/index.tsx | |
+3 −0 | src/views/relays/cache/index.tsx | |
+114 −0 | src/views/relays/contact-list/index.tsx | |
+26 −1 | src/views/relays/index.tsx | |
+38 −56 | src/views/relays/mailboxes/index.tsx | |
+48 −0 | src/views/relays/nip05/index.tsx | |
+9 −8 | src/views/signin/start.tsx |