Skip to content
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: add export account #1012

Merged
merged 6 commits into from
Jun 21, 2022
Merged

feat: add export account #1012

merged 6 commits into from
Jun 21, 2022

Conversation

im-adithya
Copy link
Member

@im-adithya im-adithya commented Jun 8, 2022

Describe the changes you have made in this PR

Introduces Export option in the accounts list.

Link this PR to an issue

Closes #669

Type of change (Remove other not matching type)

  • feat: New feature (non-breaking change which adds functionality)

Screenshots of the changes (If any)

If we have lightning address:

Screenshot from 2022-06-08 17-22-47

If we don't:

Screenshot from 2022-06-08 17-22-53

Add screenshots to help explain your problem

How has this been tested?

Ran all tests

Checklist

  • My code follows the style guidelines of this project and performed a self-review of my own code
  • New and existing tests pass locally with my changes
  • I checked if I need to make corresponding changes to the documentation (and made those changes if needed)

src/app/screens/Accounts/index.tsx Outdated Show resolved Hide resolved
@@ -195,6 +236,70 @@ function AccountsScreen() {
</div>
</form>
</Modal>

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dylancom you think by now we should move out these two modals into separate component-files?

src/extension/background-script/actions/accounts/export.ts Outdated Show resolved Hide resolved
src/extension/background-script/actions/accounts/export.ts Outdated Show resolved Hide resolved
@im-adithya im-adithya force-pushed the task-export-wallet branch 2 times, most recently from 51f34b4 to a40a024 Compare June 9, 2022 10:03
Copy link
Contributor

@escapedcat escapedcat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay!

@escapedcat escapedcat requested review from bumi and dylancom June 10, 2022 02:40
Copy link
Collaborator

@bumi bumi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

got one last thing. and if you fix the merge conflict we are good to go!

src/app/screens/Accounts/index.tsx Outdated Show resolved Hide resolved
@im-adithya
Copy link
Member Author

Ready!

@escapedcat
Copy link
Contributor

Please fix conflicts. You think we should move the modals in to a separate file(s)?

@im-adithya
Copy link
Member Author

The edit action also uses modals... will make a separate PR for both!

Copy link
Collaborator

@bumi bumi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should add i18n (@im-adithya maybe we do this in a new PR?)

@im-adithya
Copy link
Member Author

we should add i18n (@im-adithya maybe we do this in a new PR?)

Sure!

@bumi bumi merged commit 5abd8e0 into getAlby:master Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Export wallets after creation
3 participants