aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/hex-as-decimal-input.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix decimal toleranceDan Finlay2017-05-181-1/+1
|
* Fix bug where decimals in gas inputs gave strange resultsDan Finlay2017-05-181-1/+1
|
* Fix initial tx fee estimationDan Finlay2017-03-241-1/+0
|
* Fix a couple thingsDan Finlay2017-03-241-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 messageDan Finlay2017-03-241-0/+1
|
* Got basic validations workingDan Finlay2017-03-231-31/+83
|
* Some progressDan Finlay2017-03-231-2/+3
|
* Various improvements to gas input.Kevin Serrano2017-03-021-5/+10
|
* Only allow numbers in gas inputsDan Finlay2017-03-021-0/+1
|
* Add margins to align.Kevin Serrano2017-03-011-0/+1
|
* Got gas live re-estimatingDan Finlay2017-02-281-0/+1
|
* Align input fields for gas.Kevin Serrano2017-02-281-0/+1
|
* Further styling to get hex component working. Fix some typos.Kevin Serrano2017-02-281-11/+32
|
* Move input boxes into table and into details component.Kevin Serrano2017-02-281-1/+4
|
* Broke hex decimal input into its own componentDan Finlay2017-02-181-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.