1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-24 11:01:41 +01:00
metamask-extension/ui/app/pages/swaps
Mark Stacey 400881b1b1
Remove broken Storybook stories (#9690)
These two stories showcased components that used React context and
Redux state that was not made available in the stories themselves. They
both crashed with an error when rendered in Storybook.

Instead of going through a great deal of effort to setup mocks for the
global Redux state and context, they have been removed. They are
perhaps the wrong layer for us to showcase in Storybook. Storybook is
more well suited for individual components that contain just UI logic.
2020-10-23 12:44:45 -02:30
..
actionable-message Fix message PropType of ActionableMessage (#9653) 2020-10-20 10:36:44 -02:30
awaiting-swap Remove broken Storybook stories (#9690) 2020-10-23 12:44:45 -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 Remove broken Storybook stories (#9690) 2020-10-23 12:44:45 -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