aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send/send-content
Commit message (Collapse)AuthorAgeFilesLines
* Fixed issue #5838 (#6001)Jonathan Smirnoff2019-02-143-8/+9
| | | Update changelog file
* Add e2e tests adjusting gas before sendingWhymarrh Whitby2019-02-091-2/+6
|
* Fix inline advanced gas editingWhymarrh Whitby2019-02-092-29/+13
|
* Set custom gas data in state from inline advance gas controls on send screen ↵Dan J Miller2019-02-072-2/+11
| | | | (#6114)
* Add togglable advanced gas controls on send and confirm screens (#6112)Dan J Miller2019-02-063-30/+153
| | | | | | | | | | | | | | | | | | | | * Extract advanced gas input controls to their own component * Add advanced inline gas toggle to settings * Add optional advanced inline gas to send send screen * Adds optional advanced gas inputs to the confirm screen * Add info modals for advanced gas inputs. * Fix translation of advance gas toggle description. * Lint and unit test fixes for inline-advanced-gas-inputs * Increase margin above advanced options button on send screen * Move methods from constructor to property syntax in advanced-gas-inputs.component
* Prevent send to token warning (#6058)Esteban Miño2019-01-2414-10/+194
|
* Prevent send to token (#6051)Esteban Miño2019-01-237-3/+61
| | | | | | | | | | | | | | * check contact metadata * check for tokens in state * tests * update tests * validation only if sending tokens * container test
* Prevent users from changing the From field in the send screen (#5922)Alexander Tseung2018-12-1414-407/+26
| | | | | | * Prevent users from changing the From field in the send screen * Fix integration tests
* Uses more reliable api on main send screen; caches basic api results in modalDan Miller2018-12-042-3/+3
|
* Fixes for components that break e2e gas customization tests, plus unit test ↵Dan Miller2018-12-046-17/+43
| | | | updates.
* Test updates and additions for button integration with send screen.Dan Miller2018-12-047-16/+150
|
* Integrate gas buttons with the send screen.Dan Miller2018-12-044-16/+76
|
* Fix rounding issue when sending max tokens (#5695)Alexander Tseung2018-11-2012-34/+40
| | | | | | | | | | * 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
* 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.