Commit Graph

10588 Commits

Author SHA1 Message Date
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 0a3eb6b187
NKeyStorage: fix schema parser 2024-02-19 15:13:10 -06:00
Alex Gleason 623fb234b3
Fix ModalLoading component 2024-02-19 14:28:43 -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 f2bfa6e2f6
Upgrade nspec, parse nsec the easier way 2024-02-18 18:00:37 -06:00
Alex Gleason 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
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 9267ef28e3
Modal: support back button 2024-02-18 13:18:07 -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 4b3116c581
Merge remote-tracking branch 'origin/main' into ditto-auth 2024-02-16 16:05:51 -06:00
Alex Gleason 5ec0b8e3e2 Merge branch 'renovate/eslint-plugin-jsdoc-48.x' into 'main'
Update dependency eslint-plugin-jsdoc to v48

See merge request soapbox-pub/soapbox!2913
2024-02-16 22:02:54 +00:00
Alex Gleason 710051dabf Merge branch 'renovate/jsdom-24.x' into 'main'
Update dependency jsdom to v24

See merge request soapbox-pub/soapbox!2923
2024-02-16 22:00:06 +00:00
Alex Gleason 85c4b06a10 Merge branch 'renovate/docker-25.x' into 'main'
Update docker Docker tag to v25

See merge request soapbox-pub/soapbox!2922
2024-02-16 21:59:29 +00:00
Alex Gleason bab7290adf Merge branch 'renovate/formatjs-monorepo' into 'main'
Update dependency intl-messageformat to v10.5.11

See merge request soapbox-pub/soapbox!2921
2024-02-16 21:59:15 +00:00
Alex Gleason 4925cc9e11 Merge branch 'renovate/major-typescript-eslint-monorepo' into 'main'
Update typescript-eslint monorepo to v7 (major)

See merge request soapbox-pub/soapbox!2938
2024-02-16 21:58:51 +00:00
Alex Gleason 603e2cc2ce
Merge remote-tracking branch 'origin/main' into ditto-auth 2024-02-16 15:57:45 -06:00
Alex Gleason 0f6a4a0744 Merge branch 'refactor-use-settings' into 'main'
Refactor useSettings hook, parse with zod schema

See merge request soapbox-pub/soapbox!2940
2024-02-14 15:49:14 +00:00
Alex Gleason 7934d43426
useSettings: useMemo 2024-02-13 23:24:07 -06:00
Alex Gleason ffdb744d16
Refactor useSettings hook, parse with zod schema 2024-02-13 23:20:18 -06:00
Alex Gleason 0338c51310 Merge branch 'status-info-truncate' into 'main'
StatusInfo: truncate long text

See merge request soapbox-pub/soapbox!2939
2024-02-14 04:18:29 +00:00
Alex Gleason b0a82a23d0
StatusInfo: truncate long text 2024-02-13 22:02:13 -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 15af206a45
useAppSelector: export type 2024-02-12 17:57:28 -06:00
Soapbox Bot 71d733e9d2 Update typescript-eslint monorepo to v7 2024-02-12 20:07:19 +00:00
Alex Gleason a9d311028e
ExtensionStep: make it kind of work 2024-02-11 17:13:29 -06:00
Alex Gleason e02ca0e0af
Reduce circular imports in UI components 2024-02-11 16:40:08 -06:00
Alex Gleason b9c771a369
vite: allow setting PORT envvar 2024-02-11 16:39:45 -06:00
Alex Gleason 6e0cb369dc
Add boilerplate NostrSignin modal 2024-02-11 16:20:19 -06:00
Alex Gleason dceefef404 Merge branch 'nspec' into 'main'
Add NSpec library for Nostr integration

See merge request soapbox-pub/soapbox!2937
2024-02-11 19:02:39 +00:00
Alex Gleason 7f74ec80af
Let signer be undefined if there's no way to sign 2024-02-11 12:53:40 -06:00
Alex Gleason 8412a9869f
Merge remote-tracking branch 'origin/main' into nspec 2024-02-11 12:45:33 -06:00
Alex Gleason cb14b34309
Add NSpec and SoapboxSigner 2024-02-11 12:40:14 -06:00
marcin mikołajczak 7f52aa44b3 Merge branch 'lexical-deps' into 'main'
Remove more unused code

See merge request soapbox-pub/soapbox!2932
2024-02-11 17:42:10 +00:00
Soapbox Bot 5c247b1ed8 Update dependency jsdom to v24 2024-02-11 17:07:40 +00:00
Alex Gleason ba1e2b9d90 Merge branch 'renovate/husky-9.x' into 'main'
Update dependency husky to v9

See merge request soapbox-pub/soapbox!2935
2024-02-11 16:18:20 +00:00