-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pilot-app,extension): submit route (#707)
* add new submit route * chore: prep companion app for removal of provider type * chore: make sure zodiac provider is not injected into submit page * chore: add label to sign button * chore: simplify clear transactions action * chore: do not open port to submit page * chore: make it possible to disable link buttons * chore: create new message type for submit success * wip: new submit button functionality * chore: add helper to encode and json stringify our data safely * make sure data is correctly encoded * handle submit button * make onConnect and onDisconnect handlers optional * migrate missing functionality to submit page * remove obsolete code from extension * fix type issue * small style update * communicate when submit was successful * add zod schema for transaction data * do not show provider type in edit route * revert switch to jsdom
- Loading branch information
1 parent
34a56fe
commit 9ac66de
Showing
41 changed files
with
464 additions
and
413 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
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
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.