aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/hex-as-decimal-input.js
Commit message (Collapse)AuthorAgeFilesLines
* 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.