Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Improve seed restore #329

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft

Improve seed restore #329

wants to merge 10 commits into from

Conversation

KKA11010
Copy link
Collaborator

@KKA11010 KKA11010 commented Mar 29, 2024

  • Add support for restoring by keyset ID
  • Allow user to manually continue restore
  • Add a restored confirmation screen with additional restore options

Fixes #314
Fixes #322

@codecov-commenter
Copy link

codecov-commenter commented Mar 29, 2024

Codecov Report

Attention: Patch coverage is 0% with 95 lines in your changes are missing coverage. Please review.

Project coverage is 13.40%. Comparing base (36f30f6) to head (f7b975f).

Files Patch % Lines
src/components/hooks/Restore.tsx 0.00% 68 Missing ⚠️
src/screens/Restore/Success.tsx 0.00% 15 Missing ⚠️
src/screens/Restore/Recovering.tsx 0.00% 5 Missing ⚠️
src/screens/Payment/Success.tsx 0.00% 4 Missing ⚠️
src/screens/Restore/Recover.tsx 0.00% 2 Missing ⚠️
src/screens/Payment/Send/Inputfield.tsx 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #329      +/-   ##
==========================================
- Coverage   13.44%   13.40%   -0.04%     
==========================================
  Files         163      164       +1     
  Lines        6175     6192      +17     
  Branches     1714     1714              
==========================================
  Hits          830      830              
- Misses       5187     5204      +17     
  Partials      158      158              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing feedback when I press 'increment counter' Provide option to manually continue restore process
2 participants