aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/selectors.js
Commit message (Collapse)AuthorAgeFilesLines
* Add visual indicator when displaying a cached balance (#5854)Dan J Miller2019-01-301-2/+17
|
* Clean up for the loading-network-screenDan Miller2018-12-131-1/+0
|
* Add identifier of private network to the network loading screen message.Dan Miller2018-12-131-0/+8
|
* Adds speed up slide-in gas customization sidebarDan Miller2018-12-041-0/+5
|
* Save recent network balances in local storage (#5843)Dan J Miller2018-12-011-9/+25
| | | | | | | | | | | | * Use selector for state.metamask.accounts in all cases. * Default to cached balance when selecting metamask accounts * Adds the cached-balances controller * Documentation and small codes fixes for #5843 Co-Authored-By: danjm <danjm.com@gmail.com>
* Default to the new UI for first time usersWhymarrh Whitby2018-11-211-0/+8
|
* Add support for RPC endpoints with custom chain IDs (#5134)HackyMiner2018-10-261-0/+5
|
* Adds toggle for primary currency (#5421)Alexander Tseung2018-10-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 integration test for asset images selectorsEsteban MIno2018-08-311-2/+2
|
* fix watched tokens images showing in tx listEsteban MIno2018-08-311-0/+6
|
* fix images for watched tokensEsteban MIno2018-08-301-0/+8
|
* Show token amounts in TransactionListItem for token transfersAlexander Tseung2018-08-241-45/+0
|
* Refactor transactions list views. Add redesign componentsAlexander Tseung2018-08-241-15/+47
|
* Refactor and redesign confirm transaction viewsAlexander Tseung2018-07-071-0/+13
|
* :qwSara Reynolds2018-07-041-10/+0
| | | | | :wq q
* Only show the customize gas modal if the estimateGas call is not currently ↵Dan2018-06-191-0/+5
| | | | in flight.
* Lint fixes and alphabetization for i3725-refactor-send-componentDan2018-04-271-1/+1
|
* Fetch token prices based on contract addressbitpshr2018-04-161-13/+6
|
* Merge branch 'i3554-fix-editing-dapp-token-txs' of ↵kumavis2018-03-221-1/+2
|\ | | | | | | https://github.com/danjm/metamask-extension into danjm-i3554-fix-editing-dapp-token-txs
| * Identify token transactions by method names token data, and not just whether ↵Dan2018-03-201-1/+2
| | | | | | | | they've been add via metamask.
* | Retry transaction logic added to tx-list-item, confirm-send-ether, ↵Dan2018-03-091-0/+5
|/ | | | customize-gas-modal, and dependents.
* Fix exception thrown in selected token tx list with shapeshift txs (#3215)Alexander Tseung2018-02-091-3/+3
|
* New add account page with create and import options.Dan2018-01-131-0/+6
|
* Merge branch 'NewUI-flat' into MM-333-auto-add-users-to-new-UIChi Kei Chan2017-12-081-0/+5
|\
| * Update max amount behaviour to meet new specs.Dan2017-12-071-0/+5
| |
* | User is automatically added to new UI if they meet conditions at time of login.Dan2017-12-071-0/+18
|/
* Token balance in send state; validating sufficient tokens, validation ↵Dan2017-11-071-0/+9
| | | | updates on 'from' switching.
* Improve customize gas modal error handlingDan2017-10-241-0/+23
|
* Fix selectorsChi Kei Chan2017-10-201-2/+2
|
* Merge branch 'NewUI-flat' into MM-128-get-currentCurrency-from-stateChi Kei Chan2017-10-201-1/+10
|\
| * Fix handling of arithmetic on token gas in confirm-send-token.Dan2017-10-201-1/+10
| |
* | Get currency from state in account details, send and confirm screens.Dan2017-10-201-0/+5
|/
* Move all of send state to metamask state.Dan2017-10-191-0/+5
|
* Get from and update addressBook in send-v2Dan2017-10-191-0/+5
|
* Customize Gas connected to stateDan2017-10-161-1/+11
|
* [NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from ↵Dan J Miller2017-10-141-1/+34
| | | | | | | | | | | | | | | | | | state (#2364) * Adds memo field to send-v2. * Vertical align transaction with flexbox. * Customize Gas UI * Remove internal state from InputNumber and fix use in gastooltip. * Move customize-gas-modal to its own folder and minor cleanup * Create send container, get account info from state, and make currency display more reusable * Adjusts send-v2 and container for send-token. Dynamically getting suggested gas prices.
* Add needed iterator in tx-list and path to account in selectors.Dan2017-10-031-1/+1
|
* Fix .filter token txChi Kei Chan2017-09-081-1/+2
|
* Add Contract Tx List Item; Update Token Tx on selectChi Kei Chan2017-09-071-2/+7
|
* Adding Token transaction detail screenChi Kei Chan2017-09-061-0/+9
|
* Lint fixesDan2017-08-311-6/+7
|
* Add selectors for txsToRender and conversionRatesdtsui2017-08-111-0/+18
|
* Add new selectors for addresses, identities, and accountssdtsui2017-08-101-0/+27