aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send/send-content
Commit message (Collapse)AuthorAgeFilesLines
* Folder restructure (#6304)Chi Kei Chan2019-03-2274-3087/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove ui/app/keychains/ * Remove ui/app/img/ (unused images) * Move conversion-util to helpers/utils/ * Move token-util to helpers/utils/ * Move /helpers/*.js inside /helpers/utils/ * Move util tests inside /helpers/utils/ * Renameand move confirm-transaction/util.js to helpers/utils/ * Move higher-order-components to helpers/higher-order-components/ * Move infura-conversion.json to helpers/constants/ * Move all utility functions to helpers/utils/ * Move pages directory to top-level * Move all constants to helpers/constants/ * Move metametrics inside helpers/ * Move app and root inside pages/ * Move routes inside helpers/ * Re-organize ducks/ * Move reducers to ducks/ * Move selectors inside selectors/ * Move test out of test folder * Move action, reducer, store inside store/ * Move ui components inside ui/ * Move UI components inside ui/ * Move connected components inside components/app/ * Move i18n-helper inside helpers/ * Fix unit tests * Fix unit test * Move pages components * Rename routes component * Move reducers to ducks/index * Fix bad path in unit test
* Metametrics (#6171)Dan J Miller2019-03-054-5/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add metametrics provider and util. * Add backend api and state for participating in metametrics. * Add frontend action for participating in metametrics. * Add metametrics opt-in screen. * Add metametrics events to first time flow. * Add metametrics events for route changes * Add metametrics events for send and confirm screens * Add metametrics events to dropdowns, transactions, log in and out, settings, sig requests and main screen * Ensures each log in is measured as a new visit by metametrics. * Ensure metametrics is called with an empty string for dimensions params if specified * Adds opt in metametrics modal after unlock for existing users * Adds settings page toggle for opting in and out of MetaMetrics * Switch metametrics dimensions to page level scope * Lint, test and translation fixes for metametrics. * Update design for metametrics opt-in screen * Complete responsive styling of metametrics-opt-in modal * Use new chart image on metrics opt in screens * Incorporate the metametrics opt-in screen into the new onboarding flow * Update e2e tests to accomodate metametrics changes * Mock out metametrics network requests in integration tests * Fix tx-list integration test to support metametrics provider. * Send number of tokens and accounts data with every metametrics event. * Update metametrics event descriptor schema and add new events. * Fix import tos bug and send gas button bug due to metametrics changes. * Various small fixes on the metametrics branch. * Add origin custom variable type to metametrics.util * Fix names of onboarding complete actions (metametrics). * Fix names of Metrics Options actions (metametrics). * Clean up code related to metametrics. * Fix bad merge conflict resolution and improve promise handling in sendMetaMetrics event and confrim tx base * Don't send a second metrics event if user has gone back during first time flow. * Collect metametrics on going back from onboarding create/import. * Add missing custom variable constants for metametrics * Fix metametrics provider * Make height of opt-in modal responsive. * Adjust text content for opt-in modal. * Update metametrics event names and clean up code in opt-in-modal * Put phishing warning step next to last in onboarding flow * Link terms of service on create and import screens of first time flow * Add subtext to options on the onboarding select action screen. * Fix styling of bullet points on end of onboarding screen. * Combine phishing warning and congratulations screens. * Fix placement of users if unlocking after an incomplete onboarding import flow. * Fix capitalization in opt-in screen * Fix last onboarding screen translations * Add link to 'Learn More' on the last screen of onboarding * Code clean up: metametrics branch * Update e2e tests for phishing warning step removal * e2e tests passing on metametrics branch * Different tracking urls for metametrics on development and prod
* Fix gas estimation when sending to contracts (#6195)Dan J Miller2019-02-262-2/+3
| | | | | * Fix gas estimation when sending to contracts * Fix calculating of balance sufficiency and tx params when sending token transaction
* 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.