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 4cab30eae1
Remove duplicate percent sign from MetaMask fee (#9647)
The MetaMask fee is shown with two percent signs on the view quote page, because the percent sign is embedded in the fee amount as well as in the localized message.

The fee amount used now comes from the API, and does not have a percent sign. The percent sign is now only in the localized message. This allows for different locales to display the percentage differently. The old hard-coded value with a percent sign embedded has been removed, as it is no longer used anywhere.
2020-10-19 20:58:48 -02:30
..
actionable-message Add MetaMask Swaps (#9482) 2020-10-06 15:58:38 -02:30
awaiting-swap getStatusKey to return an empty string when passed a falsy value (#9640) 2020-10-19 18:29:48 -02:30
build-quote Compare convert ethBalance to decimal before comparing to fromTokenBalance in useEffect for eth token balance update (#9607) 2020-10-14 16:48:21 -02:30
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 Add MetaMask Swaps (#9482) 2020-10-06 15:58:38 -02:30
exchange-rate-display Add MetaMask Swaps (#9482) 2020-10-06 15:58:38 -02:30
fee-card Update swaps network fee tooltip (#9614) 2020-10-19 05:54:59 -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 Loosen isBestQuote PropType 2020-10-14 10:17:41 -07:00
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 duplicate percent sign from MetaMask fee (#9647) 2020-10-19 20:58:48 -02:30
swaps.util.test.js Remove dead gas estimation functions, rename function (#9579) 2020-10-13 14:13:54 -07:00