aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/hex-as-decimal-input.js
Commit message (Expand)AuthorAgeFilesLines
* Removes t from props via metamask-connect and instead places it on context vi...Dan2018-03-291-5/+11
* i18n redux solution doesn't require importing t() and passing state to each t...Dan2018-03-221-6/+6
* Handle i18n with redux.Dan2018-03-161-5/+5
* complete i18n across new UINick Doiron2018-01-301-3/+3
* get t imported in all files currently using i18nNick Doiron2018-01-251-0/+1
* first steps to i18nNick Doiron2018-01-231-1/+1
* Move responsive ui into its own folder for easier mergesDan Finlay2017-07-211-0/+154
* Make folder for responsive UIDan Finlay2017-07-041-154/+0
* 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
* 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