1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
Commit Graph

14 Commits

Author SHA1 Message Date
George Marshall
0692f7bf25
Updating content to sentence case and updating tests () 2022-08-08 12:01:38 -07:00
Brad Decker
751c119d10
enable direct routing to the send page () 2022-07-18 12:01:10 -05:00
Brad Decker
94967072f7
Remove global transaction state from send flow ()
* remove global transaction state from send slice

* fixup new test
2022-07-01 08:58:35 -05:00
Brad Decker
116d6b0eb8
add asset_type to transactions () 2022-03-16 17:15:03 -05:00
VSaric
cb815a91ad
SendHeader, ContactListTab and AdvancedTab story: converted knobs and actions to controls / args ()
* SendHeader, ContactListTab and AdvancedTab story: converted knobs and actions to controls / args

* Added the other function type props to action controls

* Requested review changes
2022-01-17 10:58:12 -08:00
George Marshall
854fc71ae7
Organizing storybook to echo app folder structure ()
* Organizing storybook to echo app folder structure

* Updating new stories to follow new convention from develop
2021-12-01 11:27:57 -08:00
ryanml
31b681f301
Removing top cancel button when in send draft flow () 2021-10-11 09:52:23 -07:00
Etienne Dusseault
bf89226ca1
Add send-header to Storybook () 2021-09-29 13:43:18 -05:00
Jyoti Puri
ade9e4ac4b
Changing cancel button labels in send screen when in editing stage ()
* Changing cancel button labels in send screen when in editing stage

* Re-route user to home page when reject is clicked on edit transaction page
2021-09-17 10:07:50 +05:30
Elliot Winkler
0d63aa0402
Update header on Send page to be more accurate ()
Change "Add Recipient" to "Send to".
2021-08-20 09:44:41 -06:00
Brad Decker
e0953d9f68
Update send and confirm state management, and tx controller gas defaults, for EIP1559 ()
wip

Documentation improvements for send slice support of EIP1559

Remove console.log in send duck

Property lookup safety improvement in selectors/confirm-transaction

Add code accidentally removed in rebase

Update addTxGasDefaults and _getDefaultGasFees to work with new estimate types, and ensure we correctly handle gas price estimates when on EIP1559 networks ()

* Fix typo

Remove console.log in send duck

* Update addTxGasDefaults and _getDefaultGasFees to work correctly with all new gas fee estimate types

* Don't show gas timing support when not on eip1559 compatible network

* Hide gas timing component on transaction screen when on a non-1559 network

* Improve comments, tests and edge case handling

* Ensure eip1559 fees are applied and updated correctly when eip1559 estimate api fails

* Lint fix

Co-authored-by: Brad Decker <git@braddecker.dev>

Remove console.log

Handle possible gasEstimateType undefined

Remove unnecessary nonce field position change in confirm-page-container-content__details
2021-07-30 22:15:18 -02:30
Brad Decker
c30cb7d33a
Refactor send page state management () 2021-06-23 16:35:25 -05:00
Brad Decker
9e509d0c9d
Relocate send state into send duck from metamask duck () 2021-06-10 12:53:15 -05:00
Brad Decker
09d81ac5f2
remove the ui/app and ui/lib folders () 2021-04-28 14:53:59 -05:00