aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/hex-as-decimal-input.js
Commit message (Collapse)AuthorAgeFilesLines
* Removes t from props via metamask-connect and instead places it on context ↵Dan2018-03-291-5/+11
| | | | via a provider.
* i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-221-6/+6
| | | | t() call; t is just available on props.
* 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
| | | | | | | | 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.