-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Allowing to join to an existing wallet * wip * wip * wip * ui improvements * qr init * Proper dev env usage * css stuff * QR modal * current dialog reuse * merge * better vite config * clear storage, no refresh button, call new device when join, qr updates * yarn.lock * upgrade-sdk * add stop, upgrade sdk * sdk version * Takeover section * sdk version * add env * change platform type to 'Web' * vesrion * wallet id input logic and typo * reloading on clear, stop join button hidding * No qr after join is finished * Added refresh assets button * css fix * version * New tx modal init * small logic fix * version * version * version * wip * fix * fix * fixing branch * fixing .env * version * fix --------- Co-authored-by: Gil Amran <gil@fireblocks.com> Co-authored-by: Yuval Niezni <yniezni@fireblocks.com> Co-authored-by: Vitaliy Paykov <vitaliy@fireblocks.com> Co-authored-by: Github Actions <github-actions@github.com>
- Loading branch information
1 parent
dd77fc4
commit b2453e9
Showing
33 changed files
with
3,785 additions
and
4,940 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
export interface IUser { | ||
displayName: string | null; | ||
email: string | null; | ||
} | ||
|
||
export interface IAuthManager { | ||
|
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.