Commit Graph

54 Commits

Author SHA1 Message Date
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
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
a0a37b7296 Make accountLookup work with Nostr 2024-02-13 20:22:56 -06:00
b950a7a052 Rework Nostr modal actions 2024-02-13 17:01:07 -06:00
1618fbbb8f NostrSigninModal: scaffold steps 2024-02-12 19:39:34 -06:00
1c97a163d0 NostrSigninModal: add extension indicator, flesh out IdentityStep 2024-02-12 17:57:44 -06:00
a9d311028e ExtensionStep: make it kind of work 2024-02-11 17:13:29 -06:00
6e0cb369dc Add boilerplate NostrSignin modal 2024-02-11 16:20:19 -06:00
5e801b899d Use media query to detect touchscreens
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-02-07 17:33:22 +01:00
54a57269e4 Add LightningAddress component 2024-02-06 13:14:20 -06:00
b2faa1406b Fix some typos
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-01-11 14:53:06 +01:00
8108ac2a67 yarn lint:js --fix 2023-12-20 21:17:33 -06:00
cdb89ae8fd Bring back NetworkError column 2023-11-14 14:41:35 -06:00
0db0aeb440 Fix federation modal
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-11-01 23:30:32 +01:00
86e0245de3 Remove unneeded AxiosError usages 2023-10-23 17:24:09 -05:00
b1daf3ef13 Remove type assertion when not needed
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-10-22 00:20:41 +02:00
ba5e018e3c Add 'local' to account schema
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-10-22 00:14:23 +02:00
d0170dc449 Merge branch 'upgrade-react-intl' into 'main'
Upgrade react-intl, remove translationRunner, fix `yarn i18n`

Closes #1553

See merge request soapbox-pub/soapbox!2799
2023-10-11 20:27:32 +00:00
f6251a221a Run yarn i18n, copy some messages from en.json back into source files 2023-10-11 15:15:50 -05:00
b5f92b10f9 i18n: resolve duplicate message identifiers in code 2023-10-11 14:57:53 -05:00
5bd1eab607 AccountNotePanel: use our native Textarea component 2023-10-11 13:48:39 -05:00
4a56995385 UserPanel: fix RTL support for @ 2023-10-10 17:48:21 -05:00
643d362103 ComposeEventModal: fix ComposeForm ref 2023-10-07 17:18:03 -05:00
b02c39da2d Delete Bundle component, use Suspense and React.lazy 2023-10-07 17:14:45 -05:00
1b213452b7 Fix Bundle type errors, remove bundle error components, remove group slug support 2023-10-07 16:00:42 -05:00
0f10922c3d ProfilePage: fix types of async components 2023-10-07 15:43:34 -05:00
3a221e8c86 Bundle: just wrap it with React.Suspense 2023-10-07 15:37:54 -05:00
28731f6087 Nostr: enable Nostr login 2023-10-04 18:03:26 -05:00
3f640e9797 Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
645ce60a5f eslint: use semicolon TypeScript delimeter 2023-10-02 13:54:02 -05:00
74c231b59b Stop re-rendering the ScrollTopButton so much 2023-10-02 12:22:09 -05:00
ff55272d59 Timeline: put ScrollTopButton into a Portal 2023-10-02 10:56:45 -05:00
17bcd68d73 Fix remote timeline pages 2023-09-23 20:56:37 -05:00
3b630ed8fb Convert instance to use zod 2023-09-23 20:49:33 -05:00
ac591e029e Merge remote-tracking branch 'origin/main' into lexical 2023-09-22 13:36:04 -05:00
5e204437df Remove Truth Social PolicyModal 2023-09-22 11:46:58 -05:00
f01d088d06 Remove Truth Social feed carousel 2023-09-22 11:40:11 -05:00
77d18e9cd3 Merge remote-tracking branch 'origin/main' into lexical 2023-09-20 19:13:16 -05:00
76884f26b1 Add vite-plugin-checker, fix types 2023-09-20 18:50:17 -05:00