Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add HexToDecimal component | Alexander Tseung | 2018-09-13 | 1 | -161/+0 |
| | |||||
* | Removes t from props via metamask-connect and instead places it on context ↵ | Dan | 2018-03-29 | 1 | -5/+11 |
| | | | | via a provider. | ||||
* | i18n redux solution doesn't require importing t() and passing state to each ↵ | Dan | 2018-03-22 | 1 | -6/+6 |
| | | | | t() call; t is just available on props. | ||||
* | Handle i18n with redux. | Dan | 2018-03-16 | 1 | -5/+5 |
| | |||||
* | complete i18n across new UI | Nick Doiron | 2018-01-30 | 1 | -3/+3 |
| | |||||
* | get t imported in all files currently using i18n | Nick Doiron | 2018-01-25 | 1 | -0/+1 |
| | |||||
* | first steps to i18n | Nick Doiron | 2018-01-23 | 1 | -1/+1 |
| | |||||
* | 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. |