1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app/pages/swaps
Mark Stacey 5789bd86c0
Fix sorting Quote Source column of quote sort list (#9658)
Sorting was broken for the "Quote Source" column of the quote sort
list. Attempting to sort by this column would arrange the quotes in a
seemingly random order.

It appears that this was due to this column being programmed to sort by
a property called `liquiditySource`, which does not exist in the quote
data. I'm unsure what the difference between `liquiditySource` and
`quoteSource` was supposed to be; the values in the mocks are all
identical.

All references to `liquiditySource` have been updated to refer to
`quoteSource` instead, and the sorting now works correctly.
2020-10-20 12:14:04 -02:30
..
actionable-message Fix message PropType of ActionableMessage (#9653) 2020-10-20 10:36:44 -02:30
awaiting-swap Fix React warning about missing key in AwaitingSwap (#9655) 2020-10-20 10:36:15 -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 Fix sorting Quote Source column of quote sort list (#9658) 2020-10-20 12:14:04 -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 Remove duplicate percent sign from MetaMask fee (#9647) 2020-10-19 20:58:48 -02:30
index.js Clear all gas slice state on entering and leaving swaps (#9609) 2020-10-14 21:50:37 -02:30
index.scss Add MetaMask Swaps (#9482) 2020-10-06 15:58:38 -02:30
swaps-util-test-constants.js Add MetaMask Swaps (#9482) 2020-10-06 15:58:38 -02:30
swaps.util.js Remove unused customGasLimit parameter (#9656) 2020-10-20 10:36:00 -02:30
swaps.util.test.js Remove dead gas estimation functions, rename function (#9579) 2020-10-13 14:13:54 -07:00