aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send/send-content
Commit message (Collapse)AuthorAgeFilesLines
* Add Activity Log entry for onchain failures for a transaction. Change ↵Alexander Tseung2018-10-231-1/+0
| | | | scrolling of the transaction list. Remove Transaction Details modal. (#5581)
* Adds toggle for primary currency (#5421)Alexander Tseung2018-10-174-70/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Decrease click area for AmountMaxButton on send screenWhymarrh Whitby2018-10-162-19/+24
|
* Recipient not required on send screen when hex data presentWhymarrh Whitby2018-10-015-4/+17
|
* Update gas when hex data changes on send screenWhymarrh Whitby2018-10-012-6/+14
|
* Fix assertion of missing child componentWhymarrh Whitby2018-09-061-1/+1
|
* Adds feature flag toggle for the hex data row on the send screen.Dan Miller2018-08-272-2/+15
|
* Add new variant for SenderToRecipient componentAlexander Tseung2018-08-232-2/+2
|
* fix linting errorsbrunobar792018-07-271-1/+0
|
* added webrtc-adapter for browser compatbrunobar792018-07-271-0/+1
|
* fully working without tweaking ext. permissionbrunobar792018-07-272-1/+2
|
* added qr code scanner icon in send transactionbrunobar792018-07-242-2/+5
|
* camera working back and forthbrunobar792018-07-241-0/+2
|
* Don't set txData to an empty stringWhymarrh Whitby2018-07-181-1/+1
|
* Hook up send component w/ UPDATE_SEND_HEX_DATA actionWhymarrh Whitby2018-07-183-5/+28
|
* Add hex data row to send screenWhymarrh Whitby2018-07-184-0/+41
|
* Remove send_ directory, revert to just having sendDan2018-07-1673-0/+2754
Revert accidentally changed constants. Require defaults in ens-input, gas-fee-display and confirm screens.