Commit Graph

231 Commits

Author SHA1 Message Date
e866b95282 Fix navigating between NostrSignup and NostrLogin 2024-03-17 18:00:32 -05:00
ddee1d9d4e KeygenStep: log the user in 2024-03-17 17:49:41 -05:00
ab0f9b0a43 KeyStep: fix modals, sort of 2024-03-17 15:35:39 -05:00
1417d46af5 Make NostrLogin modal flow work 2024-03-17 15:29:58 -05:00
10a12905ff NostrExtensionIndicator: close either modal on click 2024-03-16 16:25:26 -05:00
463f260b2e NostrLoginModal: fix handleClose 2024-03-16 16:10:54 -05:00
7adb676653 Have only one NostrExtensionIndicator component 2024-03-16 16:10:08 -05:00
b94ea6cd42 Move EmojiGraphic to soapbox/components 2024-03-16 16:08:23 -05:00
f7b7260eea nostr-signin-modal -> nostr-signup-modal 2024-03-16 16:05:56 -05:00
62723a2c16 Break NostrLogin into a separate flow from NostrSignin 2024-03-16 16:03:54 -05:00
5bc6a9a220 Rework nostrExtensionLogIn action 2024-03-16 15:50:26 -05:00
a8e786a578 NostrSignin: update steps 2024-03-16 15:10:34 -05:00
77f766ff64 Remove unused DittoSignup module 2024-03-16 15:08:48 -05:00
5b23166fb7 NostrSignin: remove IdentityStep, AccountStep, other useless code 2024-03-16 15:06:55 -05:00
b8b22fc637 NostrSignin: remove unused setSigner state 2024-03-16 15:02:40 -05:00
df24beeb54 Add key import step 2024-03-15 16:10:03 -05:00
a83916537a Git Nostr signer from currently-logged-in account 2024-03-15 15:15:53 -05:00
44411fdf29 Add weblock package 2024-03-15 12:25:38 -05:00
a72e9c1c04 Merge remote-tracking branch 'origin/main' into ditto-auth 2024-03-15 10:52:29 -05:00
34bd5b5020 Use pubkey instead of npub 2024-03-14 16:17:53 -05:00
37cc1e88f6 Hook up DVM request 2024-03-12 13:41:01 -05:00
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
338d0a7b3e Remove unused RegisterStep 2024-03-07 10:44:39 -06:00
b9a0c1f0f6 Add NostrContext to manage connection to Nostr relay 2024-03-06 20:03:18 -06:00
fc0de1bc49 Upgrade nspec to latest, switch to version from JSR 2024-03-06 17:19:45 -06:00
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
470511acbb IdentityStep: prevent entry of nsec 2024-02-19 16:24:11 -06:00
3157969645 Advance from KeygenStep to AccountStep 2024-02-19 15:17:35 -06:00
0a3eb6b187 NKeyStorage: fix schema parser 2024-02-19 15:13:10 -06:00
623fb234b3 Fix ModalLoading component 2024-02-19 14:28:43 -06:00
5eb388bb3b KeygenStep: simplify it, add a tooltip over "Next" button 2024-02-19 14:07:18 -06:00
b1dc2486de ExtensionStep: get rid of my-6 2024-02-19 14:07:02 -06:00
451e7ab96d ExtensionStep: improve whitespace between elements 2024-02-19 13:49:05 -06:00
772cecf26b KeygenStep: display user's keys as copyable inputs 2024-02-19 13:26:39 -06:00
f20687313f NostrSigninModal: represent steps as strings instead of numbers 2024-02-18 23:20:20 -06:00
49bde675c3 Add KeygenStep, only show ExtensionStep when window.nostr is present 2024-02-18 22:55:05 -06:00
f2bfa6e2f6 Upgrade nspec, parse nsec the easier way 2024-02-18 18:00:37 -06:00
15ae362a8e Add NKeyStorage class to retrieve and set keys in browser storage in a mostly-secure way 2024-02-18 16:45:36 -06:00
b382a96d6a NostrSigninModal: make use of Back button 2024-02-18 13:34:52 -06:00
ba04c43477 NostrSigninModal: make each step render a Modal directly 2024-02-18 13:27:30 -06:00
9ddcb1634e NostrSigninModal: hold accountId instead of username in the state 2024-02-18 13:01:22 -06:00
872be9ead1 Flesh out AccountStep 2024-02-18 12:51:05 -06:00
4caacca2f7 IdentityStep: lookup the account before proceeding 2024-02-17 19:45:24 -06:00
a7c880e950 NostrExtensionIndicator: move to components/ subpath 2024-02-16 20:05:43 -06:00
407b19321d NostrSigninModal: add EmojiGraphic, use an emoji on each step 2024-02-16 20:04:25 -06:00
20328961fd Fill out KeyStep 2024-02-16 17:47:43 -06:00
603e2cc2ce Merge remote-tracking branch 'origin/main' into ditto-auth 2024-02-16 15:57:45 -06:00
ffdb744d16 Refactor useSettings hook, parse with zod schema 2024-02-13 23:20:18 -06:00