Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move responsive ui into its own folder for easier merges | Dan Finlay | 2017-07-21 | 1 | -0/+154 |
| | |||||
* | Make folder for responsive UI | Dan Finlay | 2017-07-04 | 1 | -154/+0 |
| | |||||
* | Fix decimal tolerance | Dan Finlay | 2017-05-18 | 1 | -1/+1 |
| | |||||
* | Fix bug where decimals in gas inputs gave strange results | Dan Finlay | 2017-05-18 | 1 | -1/+1 |
| | |||||
* | Fix initial tx fee estimation | Dan Finlay | 2017-03-24 | 1 | -1/+0 |
| | |||||
* | Fix a couple things | Dan Finlay | 2017-03-24 | 1 | -5/+24 |
| | | | | | | | | Sorry apparently the gas fixes weren't in the last commit, but are in this one. As reported in previous commit, fixes a bug where initial estimate is not derived from the network. Also fixes a bug where clicking "reset" does not clear our custom validation warnings. | ||||
* | Override browser default validation message | Dan Finlay | 2017-03-24 | 1 | -0/+1 |
| | |||||
* | Got basic validations working | Dan Finlay | 2017-03-23 | 1 | -31/+83 |
| | |||||
* | Some progress | Dan Finlay | 2017-03-23 | 1 | -2/+3 |
| | |||||
* | Various improvements to gas input. | Kevin Serrano | 2017-03-02 | 1 | -5/+10 |
| | |||||
* | Only allow numbers in gas inputs | Dan Finlay | 2017-03-02 | 1 | -0/+1 |
| | |||||
* | Add margins to align. | Kevin Serrano | 2017-03-01 | 1 | -0/+1 |
| | |||||
* | Got gas live re-estimating | Dan Finlay | 2017-02-28 | 1 | -0/+1 |
| | |||||
* | Align input fields for gas. | Kevin Serrano | 2017-02-28 | 1 | -0/+1 |
| | |||||
* | Further styling to get hex component working. Fix some typos. | Kevin Serrano | 2017-02-28 | 1 | -11/+32 |
| | |||||
* | Move input boxes into table and into details component. | Kevin Serrano | 2017-02-28 | 1 | -1/+4 |
| | |||||
* | Broke hex decimal input into its own component | Dan Finlay | 2017-02-18 | 1 | -0/+49 |
Also added a new state to try to make UI dev mode work again, but it has other issues, like #1128, that need to be addressed before UI dev mode can be used again. |