forked from anoma/namada
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat/253 - Ledger connection setup page (anoma#274)
* Add main dependency * Add basic pages for Ledger connection flow * Continue refactoring routes for Setup pages in extension * Add placeholder route and components for Import Account * Remove BrowserRouter * Update routes to support original flow * Fix back-button issue on AccountCreation * minor styling * Adding test code to launch USB approval screen for Ledger * Add basic Ledger class and connection form with alias * Fix encoding type for public key * Make alias required in Account Creation, fix alias+path formatting * Minor clean up * Complete basic functions of Ledger class * Only return publicKey in hex for now * Provide alternate transport to init method, add user feedback on success * Clean up * Final clean up before updating versions * Refactor styled components to re-use common components * Further updates to make setup processes consistent * Fix improper nesting * buttons on Ledger form should be conditional * Updated to support NamadaApp v0.0.4 * Add back reference to slip-044 doc * clean up
- Loading branch information
Showing
35 changed files
with
886 additions
and
613 deletions.
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
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
46 changes: 0 additions & 46 deletions
46
apps/extension/src/Setup/AccountCreation/AccountCreation.components.ts
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
193 changes: 16 additions & 177 deletions
193
apps/extension/src/Setup/AccountCreation/AccountCreation.tsx
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.