Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix inline advanced gas editing | Whymarrh Whitby | 2019-02-09 | 1 | -1/+27 |
| | |||||
* | Add togglable advanced gas controls on send and confirm screens (#6112) | Dan J Miller | 2019-02-06 | 5 | -0/+294 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Show transaction fee instead of total fee in top left of gas customization ↵ | Dan Miller | 2018-12-13 | 4 | -9/+9 |
| | | | | modal. | ||||
* | Fix width of gas customization model in notification view | Dan Miller | 2018-12-13 | 2 | -3/+4 |
| | |||||
* | Add missing translation to the gas customization component. | Dan Miller | 2018-12-13 | 5 | -14/+17 |
| | |||||
* | Ensures that advanced tab gas limit reflects tx gas limit | Dan Miller | 2018-12-12 | 1 | -2/+2 |
| | |||||
* | Improve ux for low gas price set (#5862) | Dan J Miller | 2018-12-11 | 7 | -57/+237 |
| | | | | | | | | | | * 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. | ||||
* | Fix styling of send screen in extension view when hex data on. | Dan Miller | 2018-12-04 | 2 | -4/+14 |
| | |||||
* | Final gas customization fixes | Dan Miller | 2018-12-04 | 10 | -41/+111 |
| | |||||
* | Modify results of API data to better fit gas chart: remove outliers, pad data | Dan Miller | 2018-12-04 | 3 | -9/+19 |
| | |||||
* | Add loading spinners when waiting for APIs in the gas customization modal | Dan Miller | 2018-12-04 | 8 | -6/+56 |
| | |||||
* | Uses more reliable api on main send screen; caches basic api results in modal | Dan Miller | 2018-12-04 | 4 | -3/+62 |
| | |||||
* | Improve responsiveness of customize speed up slider. | Dan Miller | 2018-12-04 | 1 | -0/+19 |
| | |||||
* | Make gas customization modal responsive. | Dan Miller | 2018-12-04 | 3 | -0/+21 |
| | |||||
* | Fixes for components that break e2e gas customization tests, plus unit test ↵ | Dan Miller | 2018-12-04 | 2 | -2/+2 |
| | | | | updates. | ||||
* | Adds speed up slide-in gas customization sidebar | Dan Miller | 2018-12-04 | 7 | -34/+149 |
| | |||||
* | Redesign of gas customization basic tab. | Dan Miller | 2018-12-04 | 5 | -10/+122 |
| | |||||
* | Clean up for mmui-i11-custom-gas-price-chart branch | Dan Miller | 2018-12-04 | 4 | -33/+25 |
| | |||||
* | Improve data management and tests for gas-modal-page-container price estimates. | Dan Miller | 2018-12-04 | 2 | -15/+15 |
| | |||||
* | Update tests, plus some lint fixes, for gas-price-chart | Dan Miller | 2018-12-04 | 3 | -53/+204 |
| | |||||
* | Clean up gas chart code. | Dan Miller | 2018-12-04 | 3 | -362/+373 |
| | |||||
* | Add control arrows to advanced gas tab inputs. | Dan Miller | 2018-12-04 | 3 | -1/+63 |
| | |||||
* | Complete integration of gas chart with redux. | Dan Miller | 2018-12-04 | 7 | -13/+146 |
| | |||||
* | Read only connection of gas price chart to redux | Dan Miller | 2018-12-04 | 5 | -5/+54 |
| | |||||
* | Gas price chart improvements, redesign, bug fixes, and set up to receive ↵ | Dan Miller | 2018-12-04 | 5 | -88/+300 |
| | | | | external data | ||||
* | Adds not yet functional gas price chart. | Dan Miller | 2018-12-04 | 8 | -19/+285 |
| | |||||
* | Lint and unit test fixes. | Dan Miller | 2018-12-04 | 1 | -3/+3 |
| | |||||
* | Clean up for advanced gas tab customization changes. | Dan Miller | 2018-12-04 | 2 | -19/+13 |
| | |||||
* | Adds redesign for the customize gas advanced tab. | Dan Miller | 2018-12-04 | 15 | -145/+304 |
| | |||||
* | Test updates and additions for button integration with send screen. | Dan Miller | 2018-12-04 | 6 | -40/+158 |
| | |||||
* | Integrate gas buttons with the send screen. | Dan Miller | 2018-12-04 | 4 | -19/+104 |
| | |||||
* | Connects remained of the gas customization component to redux. | Dan Miller | 2018-12-04 | 7 | -100/+354 |
| | |||||
* | Styling fixes for gas customization advanced tab content. | Dan Miller | 2018-12-04 | 4 | -3/+2 |
| | |||||
* | Improvements to propdefaults in button-group.component and ↵ | Dan Miller | 2018-12-04 | 1 | -1/+1 |
| | | | | basic-tab-content.component | ||||
* | Connect the gas-button-group component to redux and a live api. | Dan Miller | 2018-12-04 | 5 | -33/+38 |
| | |||||
* | Adds basic tab content to gas customizer, with styled button group (static, ↵ | Dan Miller | 2018-12-04 | 13 | -14/+607 |
| | | | | for now). | ||||
* | Improve styling of advanced-tab-content gasInput row | Dan Miller | 2018-12-04 | 3 | -5/+11 |
| | |||||
* | Add tests for advanced-tab-component.js and subcomponents. | Dan Miller | 2018-12-04 | 4 | -18/+275 |
| | |||||
* | Remove gas slider from advance-tab-content.component | Dan Miller | 2018-12-04 | 3 | -19/+2 |
| | |||||
* | Split advanced-tab-content.component.js render() method into smaller ↵ | Dan Miller | 2018-12-04 | 2 | -31/+51 |
| | | | | pieces; add translations to the same file. | ||||
* | Adds the content of the advanced tab - w/o chart or dynamic content - to gas ↵ | Dan Miller | 2018-12-04 | 14 | -11/+435 |
| | | | | customize modal. | ||||
* | Use BEM for css in gas-modal-page-container | Dan Miller | 2018-12-04 | 3 | -26/+28 |
| | |||||
* | Use correct message key in gas-modal-page-container.component.js | Dan Miller | 2018-12-04 | 1 | -1/+1 |
| | |||||
* | Adds new gas customization modal container (without content) | Dan Miller | 2018-12-04 | 6 | -0/+341 |