Alexander Tseung
4c87c05a02
Fix rounding issue when sending max tokens ( #5695 )
...
* Fix rounding issue when sending max tokens
* Ensure amount row shows exact amount of max tokens on send screen (#2 )
* Fix tests
* Change stored redux value from BigNumber to hex string. Fix TokenInput default value
6 years ago
Alexander Tseung
7852269ed1
Add Activity Log entry for onchain failures for a transaction. Change scrolling of the transaction list. Remove Transaction Details modal. ( #5581 )
6 years ago
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
Whymarrh Whitby
bdb6e55354
Decrease click area for AmountMaxButton on send screen
6 years ago
Whymarrh Whitby
ce2e068b43
Recipient not required on send screen when hex data present
6 years ago
Whymarrh Whitby
918fb71df3
Update gas when hex data changes on send screen
6 years ago
Whymarrh Whitby
05c72070bb
Fix assertion of missing child component
6 years ago
Dan Miller
65873e33e4
Adds feature flag toggle for the hex data row on the send screen.
6 years ago
Alexander Tseung
7294aede4f
Add new variant for SenderToRecipient component
6 years ago
brunobar79
6886429f0b
fix linting errors
6 years ago
brunobar79
d4a15f22c2
added webrtc-adapter for browser compat
6 years ago
brunobar79
ea028e7506
fully working without tweaking ext. permission
6 years ago
brunobar79
d5929e5c42
added qr code scanner icon in send transaction
6 years ago
brunobar79
f7ad978474
camera working back and forth
6 years ago
Whymarrh Whitby
da1f6e061d
Don't set txData to an empty string
6 years ago
Whymarrh Whitby
9ea7411c06
Hook up send component w/ UPDATE_SEND_HEX_DATA action
6 years ago
Whymarrh Whitby
3f9c3d76b6
Add hex data row to send screen
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