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
6 years ago
Dan
b3d78ed8a1
Remove send_ directory, revert to just having send
...
Revert accidentally changed constants.
Require defaults in ens-input, gas-fee-display and confirm screens.
6 years ago
trejgun
c94f639de5
convert contextType to static prop for refactored components
6 years ago
Dan
0796fc58e4
Improve send token error ux.
6 years ago
Dan J Miller
464b97890d
Improve attribute syntax in send-amount-row.component.js
7 years ago
Dan
d2845afd89
Remove input arrows for send screen amount row on firefox.
7 years ago
Dan
347d1984cf
Revert to updating amount on blur of input change; update gas on blur of amount input change; validate onchange.
7 years ago
Alexander Tseung
5685c4bafe
Estimate gas limit when the token amount changes. Fix amount input
7 years ago
Dan
ea28c8a437
Replaces currency-input.js with NumericInput
7 years ago
Dan
1405237479
Fix display of primary currency symbol in send amount row
7 years ago
Dan
44679f6cda
Import defaults in send_/
7 years ago
Dan
41b609ab5b
Fix amount max button.
7 years ago
Dan
26f965bcce
Further refactors; includes refactor of send-v2.js and associated container
7 years ago
Dan
91c201aa72
Lint fixes and alphabetization for i3725-refactor-send-component
7 years ago
Dan
8ff7806f1b
Core of the refactor complete
7 years ago
Dan
59c887301a
second commit
7 years ago
Dan
284dd85a99
first commit
7 years ago
Dan Finlay
05080d1c50
Fix UI Dev Mode for Tx Approval
...
The state object had been changed, but our mock states for tx approval were using the old keys.
Rather than try to muck about and figure out each and every change, I've re-generated a UI dev state for tx approval, which should help @zanibas on his current project.
We can continue adding new dev states as needed from here. If anyone catches a state that doesn't render correctly, it's worth checking if a new snapshot doesn't solve things.
Debugged by adding new debugging loggers, and I've left them in place for easier future debugging.
8 years ago