-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: move nostr key to accounts #1964
Merged
Merged
Changes from 7 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
338e003
feat: add nostr key field in account
im-adithya 987f0ef
feat: change nostr methods to use key from account
im-adithya aff9889
feat: add migration for users with global nostr key
im-adithya a9896f7
feat: add get account by id action
im-adithya f0b7c7b
feat: add account screen
im-adithya bd1199a
chore: remove nostr from settings
im-adithya ca15dea
chore: change getbyid and nostr
im-adithya 9612732
fix: typing changes
im-adithya 6293e8a
fix: unit test
im-adithya 3d5a6a2
fix: add i18n strings
im-adithya 689eb47
fix: unit tests
im-adithya 0b3283b
Merge branch 'master' into task-nostr-account
im-adithya 0ee4e90
feat: improve nostr section
im-adithya ed4973b
Update src/extension/background-script/actions/accounts/select.ts
bumi 2eab3c5
Merge branch 'master' into task-nostr-account
bumi a84a039
chore: add accounts to user menu
bumi 3f3ffb3
feat(nostr): display pubkey as npub
bumi ba2586d
feat(Account): unify headline formatting
bumi 579b3bd
chore: add test for get account action
im-adithya 45f055a
feat: use avvvatars for account screen
im-adithya f2ae9d8
chore: align screens
im-adithya 76482cc
chore: text
bumi 2efc9a7
chore: modify ui in show account screen
im-adithya f9a8665
chore: use useeffect hook on private key change
im-adithya 33f21d6
chore: keep old setting private key as backup during the migration
bumi bd9604e
chore: add test for nostr
im-adithya 188a35f
chore: add copy icon to button
im-adithya a0a15cc
fix: use own private key
im-adithya e46bb98
fix: private key issues and styling
im-adithya 349fd7a
fix: use form element
im-adithya a6203fc
fix: final changes
im-adithya 64a9851
fix: add type guard
im-adithya File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In another PR these could be moved to, right?:
https://github.com/getAlby/lightning-browser-extension/tree/task-nostr-account/tests/fixtures
Also these should be moved there, not sure why these neded up in
src
:https://github.com/getAlby/lightning-browser-extension/tree/task-nostr-account/src/fixtures