1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/development
Alexander Tseung badebe017f
Adds toggle for primary currency (#5421)
* Add UnitInput component

* Add CurrencyInput component

* Add UserPreferencedCurrencyInput component

* Add UserPreferencedCurrencyDisplay component

* Add updatePreferences action

* Add styles for CurrencyInput, CurrencyDisplay, and UnitInput

* Update SettingsTab page with Primary Currency toggle

* Refactor currency displays and inputs to use UserPreferenced displays and inputs

* Add TokenInput component

* Add UserPreferencedTokenInput component

* Use TokenInput in the send screen

* Fix unit tests

* Fix e2e and integration tests

* Remove send/CurrencyDisplay component

* Replace diamond unicode character with Eth logo. Fix typos
2018-10-17 07:03:29 +08:00
..
notices Fix UI Dev Mode for Tx Approval 2017-02-20 23:33:21 -08:00
states Adds toggle for primary currency (#5421) 2018-10-17 07:03:29 +08:00
tools Add JSDocs Page and Script 2018-04-12 14:46:05 -07:00
announcer.js eslint --fix . 2018-07-02 18:49:33 -04:00
backGroundConnectionModifiers.js Fix bug in test mock signature request methods. 2018-07-11 13:37:26 -02:30
beefy.js fix beefy.js warnings 2018-07-02 18:50:07 -04:00
genStates.js development - genStates - simplify locale importing 2018-03-27 18:02:25 -07:00
index.html development - fix ui dev 2017-09-29 11:50:24 -07:00
metamaskbot-build-announce.js eslint --fix . 2018-07-02 18:49:33 -04:00
mock-dev.js fix mock-dev.js warnings 2018-07-02 18:50:47 -04:00
mockExtension.js eslint --fix . 2018-07-02 18:49:33 -04:00
README.md add READMEs to folders, re #3427 2018-03-14 15:33:22 +02:00
run-version-bump.js eslint --fix . 2018-07-02 18:49:33 -04:00
selector.js eslint --fix . 2018-07-02 18:49:33 -04:00
sentry-publish.js CI - Allow sourcemap uploads to sentry for empty version (#5403) 2018-10-10 10:24:25 -04:00
sourcemap-validator.js fix sourcemap-validator.js warnings 2018-07-02 18:56:51 -04:00
states.json continue rename selectedAccount to selectedAddress 2017-01-30 15:25:12 -08:00
test.html tests - integration - get flat and mascara tests closer to compatible 2017-09-13 20:25:27 -07:00
ui-dev.js fix ui-dev.js warnings 2018-07-02 18:57:25 -04:00
uiStore.js Update development store 2017-09-05 08:58:01 -07:00
verify-locale-strings.js 100% French locale, reordering of English locale, fixes #5457 (#5470) 2018-10-09 12:17:38 -02:30
version-bump.js fix version-bump.js 2018-07-02 18:59:02 -04:00

Development

Several files which are needed for developing on(!) MetaMask.

Usually each files contains information about its scope / usage.