aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/gas-customization/gas-modal-page-container/advanced-tab-content
Commit message (Collapse)AuthorAgeFilesLines
* Improve ux for low gas price set (#5862)Dan J Miller2018-12-113-54/+220
| | | | | | | | | | * 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.
* Final gas customization fixesDan Miller2018-12-043-11/+32
|
* Add loading spinners when waiting for APIs in the gas customization modalDan Miller2018-12-042-1/+24
|
* Adds speed up slide-in gas customization sidebarDan Miller2018-12-043-14/+41
|
* Add control arrows to advanced gas tab inputs.Dan Miller2018-12-043-1/+63
|
* Complete integration of gas chart with redux.Dan Miller2018-12-041-1/+1
|
* Read only connection of gas price chart to reduxDan Miller2018-12-041-1/+3
|
* Gas price chart improvements, redesign, bug fixes, and set up to receive ↵Dan Miller2018-12-041-1/+0
| | | | external data
* Adds not yet functional gas price chart.Dan Miller2018-12-043-11/+31
|
* Clean up for advanced gas tab customization changes.Dan Miller2018-12-041-4/+0
|
* Adds redesign for the customize gas advanced tab.Dan Miller2018-12-044-59/+84
|
* Connects remained of the gas customization component to redux.Dan Miller2018-12-042-8/+4
|
* Styling fixes for gas customization advanced tab content.Dan Miller2018-12-042-2/+1
|
* Improve styling of advanced-tab-content gasInput rowDan Miller2018-12-043-5/+11
|
* Add tests for advanced-tab-component.js and subcomponents.Dan Miller2018-12-043-14/+261
|
* Remove gas slider from advance-tab-content.componentDan Miller2018-12-042-15/+1
|
* Split advanced-tab-content.component.js render() method into smaller ↵Dan Miller2018-12-041-31/+50
| | | | pieces; add translations to the same file.
* Adds the content of the advanced tab - w/o chart or dynamic content - to gas ↵Dan Miller2018-12-047-0/+273
customize modal.