Wykres commitów

156 Commity (f04ee96058b3cf12e13faeaabca8ecbcb5e0ce16)

Autor SHA1 Wiadomość Data
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 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
Alex Gleason 338d0a7b3e
Remove unused RegisterStep 2024-03-07 10:44:39 -06:00
Alex Gleason fc0de1bc49
Upgrade nspec to latest, switch to version from JSR 2024-03-06 17:19:45 -06:00
Alex Gleason 470511acbb
IdentityStep: prevent entry of nsec 2024-02-19 16:24:11 -06:00
Alex Gleason 3157969645
Advance from KeygenStep to AccountStep 2024-02-19 15:17:35 -06:00
Alex Gleason 5eb388bb3b
KeygenStep: simplify it, add a tooltip over "Next" button 2024-02-19 14:07:18 -06:00
Alex Gleason b1dc2486de
ExtensionStep: get rid of my-6 2024-02-19 14:07:02 -06:00
Alex Gleason 451e7ab96d
ExtensionStep: improve whitespace between elements 2024-02-19 13:49:05 -06:00
Alex Gleason 772cecf26b
KeygenStep: display user's keys as copyable inputs 2024-02-19 13:26:39 -06:00
Alex Gleason f20687313f
NostrSigninModal: represent steps as strings instead of numbers 2024-02-18 23:20:20 -06:00
Alex Gleason 49bde675c3
Add KeygenStep, only show ExtensionStep when window.nostr is present 2024-02-18 22:55:05 -06:00
Alex Gleason b382a96d6a
NostrSigninModal: make use of Back button 2024-02-18 13:34:52 -06:00
Alex Gleason ba04c43477
NostrSigninModal: make each step render a Modal directly 2024-02-18 13:27:30 -06:00
Alex Gleason 9ddcb1634e
NostrSigninModal: hold accountId instead of username in the state 2024-02-18 13:01:22 -06:00
Alex Gleason 872be9ead1
Flesh out AccountStep 2024-02-18 12:51:05 -06:00
Alex Gleason 4caacca2f7
IdentityStep: lookup the account before proceeding 2024-02-17 19:45:24 -06:00
Alex Gleason a7c880e950
NostrExtensionIndicator: move to `components/` subpath 2024-02-16 20:05:43 -06:00
Alex Gleason 407b19321d
NostrSigninModal: add EmojiGraphic, use an emoji on each step 2024-02-16 20:04:25 -06:00
Alex Gleason 20328961fd
Fill out KeyStep 2024-02-16 17:47:43 -06:00
Alex Gleason a0a37b7296
Make accountLookup work with Nostr 2024-02-13 20:22:56 -06:00
Alex Gleason b950a7a052
Rework Nostr modal actions 2024-02-13 17:01:07 -06:00
Alex Gleason 1618fbbb8f
NostrSigninModal: scaffold steps 2024-02-12 19:39:34 -06:00
Alex Gleason 1c97a163d0
NostrSigninModal: add extension indicator, flesh out IdentityStep 2024-02-12 17:57:44 -06:00
Alex Gleason a9d311028e
ExtensionStep: make it kind of work 2024-02-11 17:13:29 -06:00
Alex Gleason 6e0cb369dc
Add boilerplate NostrSignin modal 2024-02-11 16:20:19 -06:00
marcin mikołajczak 5e801b899d Use media query to detect touchscreens
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-02-07 17:33:22 +01:00
marcin mikołajczak b2faa1406b Fix some typos
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-01-11 14:53:06 +01:00
Alex Gleason 8108ac2a67
yarn lint:js --fix 2023-12-20 21:17:33 -06:00
marcin mikołajczak 0db0aeb440 Fix federation modal
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-11-01 23:30:32 +01:00
Alex Gleason 86e0245de3
Remove unneeded AxiosError usages 2023-10-23 17:24:09 -05:00
marcin mikołajczak ba5e018e3c Add 'local' to account schema
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-10-22 00:14:23 +02:00
Alex Gleason f6251a221a
Run yarn i18n, copy some messages from en.json back into source files 2023-10-11 15:15:50 -05:00
Alex Gleason b5f92b10f9
i18n: resolve duplicate message identifiers in code 2023-10-11 14:57:53 -05:00
Alex Gleason 643d362103
ComposeEventModal: fix ComposeForm ref 2023-10-07 17:18:03 -05:00
Alex Gleason b02c39da2d
Delete Bundle component, use Suspense and React.lazy 2023-10-07 17:14:45 -05:00
Alex Gleason 3f640e9797
Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
Alex Gleason 645ce60a5f
eslint: use semicolon TypeScript delimeter 2023-10-02 13:54:02 -05:00
Alex Gleason 17bcd68d73
Fix remote timeline pages 2023-09-23 20:56:37 -05:00
Alex Gleason 3b630ed8fb
Convert instance to use zod 2023-09-23 20:49:33 -05:00
Alex Gleason ac591e029e
Merge remote-tracking branch 'origin/main' into lexical 2023-09-22 13:36:04 -05:00
Alex Gleason 5e204437df
Remove Truth Social PolicyModal 2023-09-22 11:46:58 -05:00
Alex Gleason 77d18e9cd3
Merge remote-tracking branch 'origin/main' into lexical 2023-09-20 19:13:16 -05:00
Alex Gleason 76884f26b1
Add vite-plugin-checker, fix types 2023-09-20 18:50:17 -05:00
marcin mikołajczak fac42ab2c9 Merge remote-tracking branch 'soapbox/main' into lexical
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-09-20 23:49:55 +02:00
Alex Gleason bea2020287
Remove Truth Social registration 2023-09-18 21:07:32 -05:00
Alex Gleason f9679d270b
Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00