1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
metamask-extension/ui/app/pages/swaps
Mark Stacey 209f2afd3d
Fix PropType error on Awaiting Swap page (#9688)
A PropType error was shown in the console when on the Awaiting Swap
page in certain error scenarios. The `symbol` property was sometimes
not set if `destinationTokenInfo` was missing.

The `symbol` prop has been removed, as the `AwaitingSwap` component
already selected the `fetchParams`, and the `destinationTokenInfo`
object within. The prop was effectively a duplicate.
2020-10-23 11:41:10 -02:30
..
actionable-message Fix message PropType of ActionableMessage (#9653) 2020-10-20 10:36:44 -02:30
awaiting-swap Fix PropType error on Awaiting Swap page (#9688) 2020-10-23 11:41:10 -02:30
build-quote Fix 9638 - Prevent excessive overflow from swap dropdowns 2020-10-19 16:11:34 -05:00
countdown-timer Add MetaMask Swaps (#9482) 2020-10-06 15:58:38 -02:30
dropdown-input-pair AutoFocus the from input on swaps screen (#9581) 2020-10-14 14:13:55 -02:30
dropdown-search-list Fix 9638 - Prevent excessive overflow from swap dropdowns 2020-10-19 16:11:34 -05:00
exchange-rate-display Add MetaMask Swaps (#9482) 2020-10-06 15:58:38 -02:30
fee-card Fix estimated network fee line split (#9648) 2020-10-19 20:59:31 -02:30
intro-popup Add useSwapsEthToken hook and utilize wherever we need the ETH 'token' for swaps (#9537) 2020-10-09 12:17:56 -07:00
loading-swaps-quotes Add MetaMask Swaps (#9482) 2020-10-06 15:58:38 -02:30
main-quote-summary Update view-quote designs to better represent the metamask fee (#9633) 2020-10-19 17:15:32 -02:30
searchable-item-list Add MetaMask Swaps (#9482) 2020-10-06 15:58:38 -02:30
select-quote-popover Get swaps fee from api (#9677) 2020-10-22 12:28:19 -02:30
slippage-buttons Add MetaMask Swaps (#9482) 2020-10-06 15:58:38 -02:30
swaps-footer Add MetaMask Swaps (#9482) 2020-10-06 15:58:38 -02:30
view-quote Get swaps fee from api (#9677) 2020-10-22 12:28:19 -02:30
index.js Fix PropType error on Awaiting Swap page (#9688) 2020-10-23 11:41:10 -02:30
index.scss Add MetaMask Swaps (#9482) 2020-10-06 15:58:38 -02:30
swaps-util-test-constants.js Use our local ETH_SWAPS_TOKEN_OBJECT in place of the swaps api ETH 'token', in the swaps token array (#9678) 2020-10-22 12:29:58 -02:30
swaps.util.js Use our local ETH_SWAPS_TOKEN_OBJECT in place of the swaps api ETH 'token', in the swaps token array (#9678) 2020-10-22 12:29:58 -02:30
swaps.util.test.js Remove dead gas estimation functions, rename function (#9579) 2020-10-13 14:13:54 -07:00