1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-24 12:23:39 +02:00
metamask-extension/ui/app/pages/swaps
Daniel 1b4bc46c7b
Swaps: Show a network name dynamically in a tooltip (#10882)
* Swaps: Show a network name dynamically in a tooltip

* Replace “Ethereum” with “$1”, change “Test” to “Testnet”

* Replace 이더리움 with $1

* Translate network names, use ‘Ethereum’ by default if a translation is not available yet

* Reorder messages to resolve ESLint issues

* Add a snapshot test for the FeeCard component, increase Jest threshold

* Enable snapshot testing into external .snap files in ESLint

* Add the “networkNameEthereum” key in ko/messages.json, remove default “Ethereum” value

* Throw an error if chain ID is not supported by the Swaps feature

* Use string literals when calling the `t` fn,
2021-04-16 19:22:32 -02:30
..
actionable-message Make action elements in actionable message component accessible (#10386) 2021-02-05 14:57:48 -03:30
awaiting-swap Use correct block explorer name and link in swaps when on custom network (#10743) 2021-03-29 10:24:27 -02:30
build-quote Reduce calls of the /featureFlag API (#10859) 2021-04-14 04:46:27 -02:30
countdown-timer
dropdown-input-pair @metamask/eslint-config*@6.0.0 (#10858) 2021-04-08 14:34:55 -07:00
dropdown-search-list Remove react-select and SimpleDropdown, use Dropdown (#10468) 2021-02-19 13:03:44 -06:00
exchange-rate-display
fee-card Swaps: Show a network name dynamically in a tooltip (#10882) 2021-04-16 19:22:32 -02:30
intro-popup Swaps support for local testnet (#10658) 2021-03-18 07:50:06 -02:30
loading-swaps-quotes Eliminate artificial delay in swaps loading screen after request loading is complete (#10496) 2021-02-23 13:21:19 -03:30
main-quote-summary
searchable-item-list upgrade eslint deps (#10789) 2021-04-01 13:44:42 -05:00
select-quote-popover
slippage-buttons Increase default slippage from 2% to 3%, show Advanced Options by default (#10842) 2021-04-08 16:28:19 -02:30
swaps-footer
swaps-gas-customization-modal Ensure that the correct default currency symbols are used for fees on the view quote screen (#10753) 2021-03-29 17:00:06 -02:30
view-quote Swaps: Show a network name dynamically in a tooltip (#10882) 2021-04-16 19:22:32 -02:30
index.js Reduce calls of the /featureFlag API (#10859) 2021-04-14 04:46:27 -02:30
index.scss
swaps-util-test-constants.js Add validation for the fee property from the /trades API response (#10836) 2021-04-06 21:49:55 -02:30
swaps.util.js Change caching for Swaps APIs from 1 hour to 5 minutes (#10871) 2021-04-09 22:29:52 -02:30
swaps.util.test.js Use jest to run ui/**/*.test.js (#10885) 2021-04-15 11:01:46 -07:00