Commit graph

252 commits

Author SHA1 Message Date
Alex Gleason
c02f23c322
EditIdentity: pull identifiers from Nostr 2024-03-27 09:52:07 -05:00
Alex Gleason
4370a772a6
EditIdentity: add exclamation emoji for unverified name 2024-03-25 13:12:08 -05:00
Alex Gleason
51978c83f0
EditIdentity: save nip05 to profile 2024-03-25 12:43:36 -05:00
Alex Gleason
fb3af2f74b
UsernameInput: reuse i18n message from nip05 profile field 2024-03-25 11:57:27 -05:00
Alex Gleason
bd552ab084
Add EditIdentity page (wip) 2024-03-25 11:20:02 -05:00
Alex Gleason
47492bac9a
EditProfile: use instance.domain in nip05 placeholder 2024-03-25 11:19:23 -05:00
marcin mikołajczak
4871c30b8c Merge branch 'main' into 'black-mode'
# Conflicts:
#   src/features/bookmarks/index.tsx
2024-03-24 23:09:28 +00:00
Alex Gleason
0716c5189e Merge branch 'nip05' into 'main'
Nostr: allow setting a nip05 username

See merge request soapbox-pub/soapbox!2960
2024-03-24 22:27:08 +00:00
2c5ee5db1b Black for touchscreen actions modal
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-03-24 22:54:49 +01:00
Alex Gleason
b9111719f0
Nostr: allow setting a nip05 username 2024-03-24 16:46:25 -05:00
1c5e8bc7d4 Change icon, rename theme, set divideType based on theme
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-03-24 22:41:44 +01:00
5e1499ed82 More colors
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-03-24 20:37:39 +01:00
7e9906c315 Fix layout, add missing colors
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-03-24 20:28:51 +01:00
e1dc73d6db Fix error handling
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-03-24 19:00:43 +01:00
fb9a7fc8b7 Call it 'beta' for now
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-03-24 17:39:39 +01:00
067fc9e45d Black mode
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-03-24 17:38:34 +01:00
1ef88e2cc2 Bookmark folders route should not be feature gated
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-03-23 15:59:24 +01:00
eceafedec4 Bookmark folders
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-03-22 14:53:25 +01:00
Alex Gleason
e131467af9
Fix up login/signing paths and buttons 2024-03-18 13:44:34 -05:00
Alex Gleason
7cfbf22b27
ExtensionStep: combine into one component 2024-03-17 18:06:27 -05:00
Alex Gleason
6fb7c337a3
Fi nostr_signup accidentally capitalized i18n strings 2024-03-17 18:03:30 -05:00
Alex Gleason
e866b95282
Fix navigating between NostrSignup and NostrLogin 2024-03-17 18:00:32 -05:00
Alex Gleason
ddee1d9d4e
KeygenStep: log the user in 2024-03-17 17:49:41 -05:00
Alex Gleason
ab0f9b0a43
KeyStep: fix modals, sort of 2024-03-17 15:35:39 -05:00
Alex Gleason
1417d46af5
Make NostrLogin modal flow work 2024-03-17 15:29:58 -05:00
Alex Gleason
10a12905ff
NostrExtensionIndicator: close either modal on click 2024-03-16 16:25:26 -05:00
Alex Gleason
463f260b2e
NostrLoginModal: fix handleClose 2024-03-16 16:10:54 -05:00
Alex Gleason
7adb676653
Have only one NostrExtensionIndicator component 2024-03-16 16:10:08 -05:00
Alex Gleason
b94ea6cd42
Move EmojiGraphic to soapbox/components 2024-03-16 16:08:23 -05:00
Alex Gleason
f7b7260eea
nostr-signin-modal -> nostr-signup-modal 2024-03-16 16:05:56 -05:00
Alex Gleason
62723a2c16
Break NostrLogin into a separate flow from NostrSignin 2024-03-16 16:03:54 -05:00
Alex Gleason
5bc6a9a220
Rework nostrExtensionLogIn action 2024-03-16 15:50:26 -05:00
Alex Gleason
a8e786a578
NostrSignin: update steps 2024-03-16 15:10:34 -05:00
Alex Gleason
77f766ff64
Remove unused DittoSignup module 2024-03-16 15:08:48 -05:00
Alex Gleason
5b23166fb7
NostrSignin: remove IdentityStep, AccountStep, other useless code 2024-03-16 15:06:55 -05:00
Alex Gleason
b8b22fc637
NostrSignin: remove unused setSigner state 2024-03-16 15:02:40 -05:00
Alex Gleason
df24beeb54
Add key import step 2024-03-15 16:10:03 -05:00
Alex Gleason
a83916537a
Git Nostr signer from currently-logged-in account 2024-03-15 15:15:53 -05:00
Alex Gleason
44411fdf29
Add weblock package 2024-03-15 12:25:38 -05:00
Alex Gleason
a72e9c1c04
Merge remote-tracking branch 'origin/main' into ditto-auth 2024-03-15 10:52:29 -05:00
Alex Gleason
34bd5b5020
Use pubkey instead of npub 2024-03-14 16:17:53 -05:00
Alex Gleason
37cc1e88f6
Hook up DVM request 2024-03-12 13:41:01 -05:00
Aldis Ruiz
733fa675d8 fix: remove .max-w-3xl from embedded status.
Will no longer create white space when the parent it's embedded in is wider than .max-w-3xl (48rem; /* 768px */
).
2024-03-11 23:41:35 +00:00
67235dcc54 Change design of Backups page a bit
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-03-07 19:49:39 +01:00
Alex Gleason
338d0a7b3e
Remove unused RegisterStep 2024-03-07 10:44:39 -06:00
Alex Gleason
b9a0c1f0f6
Add NostrContext to manage connection to Nostr relay 2024-03-06 20:03:18 -06:00
Alex Gleason
fc0de1bc49
Upgrade nspec to latest, switch to version from JSR 2024-03-06 17:19:45 -06:00
Alex Gleason
613d97ea78
Merge branch 'jsr' into ditto-auth 2024-03-06 15:52:49 -06:00
9174bd774a Replace react-hotkeys with updated fork for Vite compatibility
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-02-26 14:44:01 +01:00
Alex Gleason
470511acbb
IdentityStep: prevent entry of nsec 2024-02-19 16:24:11 -06:00