-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(wallet-dashboard): add styles for Review & Send screen (#3787)
* feat(wallet-dashboard): add styles for Review & Send screen * fix: move CoinIcon to core * feat(wallet-dashboard): style send entry screen WIP * feat(wallet-dashboard): style send entry screen WIP * fix(wallet-dashboard): sort the dependencies * feat(wallet-dashboard): includes icon coin in coin selector * fix(wallet-dashboard): prettier * fix(wallet-dashboard): update schema validation and share gas budget estimation logic * fix(wallet-dashboard): some fixes * fix(wallet-dashboard): some build errors * fix(wallet-dashboard): fix change amount in send token input * fix(wallet-dashboard): linter * fix(wallet-dashboard): linter * fix(wallet-dashboard): core prettier * feat: add review dialog as view * fix(wallet-dashboard): include interface with props and some fixes * fix: update review comments * fix(wallet-dashboard): fixes * fix(wallet-dashboard): fixes * fix(wallet-dashboard): move FormInputs to a standalone component * fix(wallet-dashboard): improve AddressInputs props * fix(wallet-dashboard): linter * fix(wallet-dashboard): format core * fix(wallet-dashboard): clean debris * fix: add ExplorerLink component and add missing dialog styles * fix: use correct values for keyvalue * fix(wallet-dashboard): bring back the validation field * fix(wallet-dashboard): bad merge removing duplicated image components * fix(wallet-dashboard): remove unnecesary InputForm component * fix(wallet-dashboard): adjust to full height the dialog body * fix(wallet-dashboard): prettier * fix: gas approximation * fix(wallet-dashboard): max button disabled * feat(wallet-dashboard): improvements * fix(wallet-dashboard): improve formik props * fix(wallet-dashboard): improvements * refactor: Simplify SendTokenFormInput * refactor: prettier:fix * refactor: prettier:fix on apps/core * refactor: Add missing license header to token.ts * fix: linter * fix(wallet-dashboard): linter * fix(wallet-dashboard): linter * fix: amount format * feat: Improve validation flow of sent screen * fmt * fix: format gas outside of hook * fix(wallet-dashboard): fixes * fix(wallet-dashboard): linter * fix(wallet-dashboard): error to click max button * fix(wallet-dashboard): add setFieldValue in useEffect * fix: gas ticker * fix: lint * fix: improve codebase as reviewed * fix: remove log and use isPayAllIota from form values * use formatted amount --------- Co-authored-by: cpl121 <[email protected]> Co-authored-by: marc2332 <[email protected]> Co-authored-by: cpl121 <[email protected]> Co-authored-by: Bran <[email protected]>
- Loading branch information
1 parent
aaf7f0d
commit c74d85f
Showing
30 changed files
with
246 additions
and
209 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 |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
|
||
export * from './CoinIcon'; | ||
export * from './CoinSelector'; | ||
export * from './CoinItem'; |
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.