nifty-wallet/ui/app/components/send
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
..
account-list-item Adds toggle for primary currency (#5421) 2018-10-17 07:03:29 +08:00
send-content Adds toggle for primary currency (#5421) 2018-10-17 07:03:29 +08:00
send-footer Allow sending transactions with hex data and no recipient 2018-10-01 12:53:32 -02:30
send-header Remove send_ directory, revert to just having send 2018-07-16 12:58:32 -02:30
tests Update gas when hex data changes on send screen 2018-10-01 12:53:32 -02:30
to-autocomplete Make all addresses EIP-55 compliant (#5379) 2018-10-10 10:50:37 -02:30
README.md Remove send_ directory, revert to just having send 2018-07-16 12:58:32 -02:30
index.js Remove send_ directory, revert to just having send 2018-07-16 12:58:32 -02:30
send.component.js Update gas when hex data changes on send screen 2018-10-01 12:53:32 -02:30
send.constants.js Remove send_ directory, revert to just having send 2018-07-16 12:58:32 -02:30
send.container.js Update gas when hex data changes on send screen 2018-10-01 12:53:32 -02:30
send.scss Remove send_ directory, revert to just having send 2018-07-16 12:58:32 -02:30
send.selectors.js Adds feature flag toggle for the hex data row on the send screen. 2018-08-27 11:44:16 -02:30
send.utils.js Rework estimateGas logic 2018-10-01 12:53:32 -02:30
to-autocomplete.component.js Fix send import path in ToAutoComplete 2018-07-16 13:07:42 -02:30

README.md