aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/selectors
Commit message (Collapse)AuthorAgeFilesLines
* Improve ux for low gas price set (#5862)Dan J Miller2018-12-111-0/+36
| | | | | | | | | | * 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-12/+220
|
* Final gas customization fixesDan Miller2018-12-042-41/+32
|
* Add loading spinners when waiting for APIs in the gas customization modalDan Miller2018-12-041-0/+5
|
* Uses more reliable api on main send screen; caches basic api results in modalDan Miller2018-12-042-83/+105
|
* Redesign of gas customization basic tab.Dan Miller2018-12-042-0/+9
|
* Improve data management and tests for gas-modal-page-container price estimates.Dan Miller2018-12-042-5/+52
|
* Complete integration of gas chart with redux.Dan Miller2018-12-041-0/+1
|
* Test updates and additions for button integration with send screen.Dan Miller2018-12-042-6/+99
|
* Integrate gas buttons with the send screen.Dan Miller2018-12-041-4/+53
|
* Connects remained of the gas customization component to redux.Dan Miller2018-12-041-22/+21
|
* Connect the gas-button-group component to redux and a live api.Dan Miller2018-12-042-7/+319
|
* Adds the content of the advanced tab - w/o chart or dynamic content - to gas ↵Dan Miller2018-12-041-0/+19
| | | | customize modal.
* Fix rounding issue when sending max tokens (#5695)Alexander Tseung2018-11-201-4/+5
| | | | | | | | | | * 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 support for RPC endpoints with custom chain IDs (#5134)HackyMiner2018-10-261-0/+1
|
* Merge pull request #5428 from alextsg/i5372-queue-orderDan Finlay2018-10-061-1/+1
|\ | | | | Reverse pending transactions order
| * Reverse pending transactions orderAlexander Tseung2018-10-051-1/+1
| |
* | Translate method names in the transaction list only when applicableAlexander Tseung2018-10-051-1/+6
|/
* Fix integration testsAlexander Tseung2018-08-241-0/+7
|
* Show token amounts in TransactionListItem for token transfersAlexander Tseung2018-08-242-1/+13
|
* Refactor transactions list views. Add redesign componentsAlexander Tseung2018-08-241-0/+50
|
* remove console logsbrunobar792018-08-151-1/+1
|
* Use token decimals when calculating confirm screen amount for token approvals.Dan Miller2018-08-081-2/+8
|
* Round large exponential numbersAlexander Tseung2018-07-281-4/+9
|
* Add close window support to signature requests. Move logic to actionsAlexander Tseung2018-07-241-1/+28
|
* Use Number constructor for number conversion. Use existing ↵Alexander Tseung2018-07-181-3/+3
| | | | noConversionRateAvailable message
* Add fallback when no function found, fix network colors, add fiat values for ↵Alexander Tseung2018-07-181-0/+99
| | | | tokens with contract exchange rates
* Refactor and redesign confirm transaction viewsAlexander Tseung2018-07-071-0/+65