aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/ducks
Commit message (Collapse)AuthorAgeFilesLines
* Fix display of gas chart on Ethereum networks (#6389)Dan J Miller2019-04-041-1/+1
|
* Remove NoticeController (#6382)Thomas Huang2019-04-022-20/+0
|
* Further e2e fixes in wake of #6364 and #6367 (#6374)Dan J Miller2019-03-291-11/+6
| | | | | | | | * getMethodData() default to abi decoded method if registry lookup errors * Update e2e tests to work with getMethodData() fallback changes * Remove indeterminency in gas input key entering in send token e2e test.
* Hide gas price chart and prevent api call when not on ethereum networks. (#6300)Dan J Miller2019-03-222-4/+19
| | | Add missing translations in gas customization modal
* Folder restructure (#6304)Chi Kei Chan2019-03-2211-14/+1330
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Add togglable advanced gas controls on send and confirm screens (#6112)Dan J Miller2019-02-061-0/+3
| | | | | | | | | | | | | | | | | | | | * 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-242-0/+26
|
* Prevent users from changing the From field in the send screen (#5922)Alexander Tseung2018-12-142-24/+0
| | | | | | * Prevent users from changing the From field in the send screen * Fix integration tests
* Ensures that advanced tab gas limit reflects tx gas limitDan Miller2018-12-122-2/+2
|
* Improve ux for low gas price set (#5862)Dan J Miller2018-12-112-7/+98
| | | | | | | | | | * Show user warning if they set gas price below safelow minimum, error if 0. * Properly cache basic price estimate data. * Default retry price to recommended price if original price was 0x0 * Use mock fetch in send-new-ui integration tests.
* Group transactions by nonce (#5886)Alexander Tseung2018-12-101-0/+14
|
* Final gas customization fixesDan Miller2018-12-042-12/+19
|
* Modify results of API data to better fit gas chart: remove outliers, pad dataDan Miller2018-12-042-35/+107
|
* Uses more reliable api on main send screen; caches basic api results in modalDan Miller2018-12-042-18/+114
|
* Fixes for components that break e2e gas customization tests, plus unit test ↵Dan Miller2018-12-041-2/+57
| | | | updates.
* Update e2e tests for new gas customization modal.Dan Miller2018-12-041-1/+1
|
* Connect gas price chart to gas station api.Dan Miller2018-12-042-41/+184
|
* Complete integration of gas chart with redux.Dan Miller2018-12-041-1/+1
|
* Read only connection of gas price chart to reduxDan Miller2018-12-043-7/+150
|
* Adds redesign for the customize gas advanced tab.Dan Miller2018-12-041-0/+10
|
* Test updates and additions for button integration with send screen.Dan Miller2018-12-041-0/+37
|
* Integrate gas buttons with the send screen.Dan Miller2018-12-041-0/+19
|
* Connects remained of the gas customization component to redux.Dan Miller2018-12-042-4/+4
|
* Adds gas-duck.test.js tests.Dan Miller2018-12-041-0/+300
|
* Connect the gas-button-group component to redux and a live api.Dan Miller2018-12-042-67/+189
|
* Adds the content of the advanced tab - w/o chart or dynamic content - to gas ↵Dan Miller2018-12-041-0/+67
| | | | customize modal.
* Fixes #3425: Better support for batch transactions (#5437)PaddyMc2018-11-141-1/+6
|
* Add support for RPC endpoints with custom chain IDs (#5134)HackyMiner2018-10-261-3/+7
|
* 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-172-60/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix naming, add eth.getCode check for actions, fix translations for statusesAlexander Tseung2018-08-241-2/+1
|
* Show token amounts in TransactionListItem for token transfersAlexander Tseung2018-08-241-2/+1
|
* Refactor transactions list views. Add redesign componentsAlexander Tseung2018-08-241-4/+4
|
* Use eth_getCode to sort transaction action typeAlexander Tseung2018-08-232-32/+80
|
* Add unit tests for confirmTransaction duck and utilAlexander Tseung2018-07-101-0/+675
|
* Various fixes from PR commentsAlexander Tseung2018-07-071-3/+7
|
* Use eth-method-registry to get method dataAlexander Tseung2018-07-071-0/+59
|
* Display newest transactionAlexander Tseung2018-07-071-1/+1
|
* Refactor data flow, signature request routingAlexander Tseung2018-07-071-22/+26
|
* Refactor and redesign confirm transaction viewsAlexander Tseung2018-07-071-0/+319
|
* Improve send token error ux.Dan2018-07-052-0/+17
|
* Tests for send.duck.jsDan2018-05-142-7/+154
|
* Rename ducks/send.js to ducks/send.duck.jsDan2018-05-141-0/+0
|
* Further refactors; includes refactor of send-v2.js and associated containerDan2018-04-301-0/+15
|
* Lint fixes and alphabetization for i3725-refactor-send-componentDan2018-04-271-14/+14
|
* Core of the refactor completeDan2018-04-271-1/+2
|
* first commitDan2018-04-071-0/+54