Dan
0a711f0de0
Removes t from props via metamask-connect and instead places it on context via a provider.
7 years ago
Dan
d24a0590d3
i18n redux solution doesn't require importing t() and passing state to each t() call; t is just available on props.
7 years ago
Dan
5fe0be722b
Handle i18n with redux.
7 years ago
kumavis
34aeef50a0
i18n - load locales manually
7 years ago
Nick Doiron
abfa74f09a
complete i18n across new UI
7 years ago
Kevin Serrano
4903f3e71a
Add labels to clarify warning.
7 years ago
Kevin Serrano
e7a22fc62b
Account for non-submitted mins and max
7 years ago
Kevin Serrano
e1b9734cbf
Move upsize conversions for input warning at front of fn.
7 years ago
Kevin Serrano
98d8275743
Fix for gas price to be lowered.
7 years ago
Kevin Serrano
e6a618b82d
Fix precision to account for small wei increase.
7 years ago
Dan Finlay
86d367957f
Move responsive ui into its own folder for easier merges
7 years ago
Dan Finlay
5eb3d5d485
Make folder for responsive UI
7 years ago
Kevin Serrano
293d0b4a57
Minor cleanup
8 years ago
Kevin Serrano
10ca3b6467
Fix bug where submit was enabled when invalid params were filled out.
8 years ago
Kevin Serrano
60281f7250
Cleanup code.
8 years ago
Kevin Serrano
31d17c9e25
Fix test, create new value for precision/scale
8 years ago
Kevin Serrano
959038132a
Increase accuracy of our rounding schemes.
8 years ago
Kevin Serrano
d8130f1eff
Fix reset button.
8 years ago
Kevin Serrano
53b8d18a5f
Complete transition into BN.
8 years ago
Dan Finlay
9bea31a402
Fix initial tx fee estimation
8 years ago
Dan Finlay
3400ed0955
Fix a couple things
...
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.
8 years ago
Dan Finlay
bda821f144
Override browser default validation message
8 years ago
Dan Finlay
77907038ff
Got basic validations working
8 years ago
Dan Finlay
9f1f0bff1e
Some progress
8 years ago
Kevin Serrano
0ac1f749fd
Various improvements to gas input.
8 years ago
Dan Finlay
5f378d382e
Only allow numbers in gas inputs
8 years ago
Kevin Serrano
666044d417
Add margins to align.
8 years ago
Dan Finlay
4370ca0cef
Got gas live re-estimating
8 years ago
Kevin Serrano
2b0e939abd
Align input fields for gas.
8 years ago
Kevin Serrano
5d1a4db5e5
Further styling to get hex component working. Fix some typos.
8 years ago
Kevin Serrano
a77a5f0ab3
Move input boxes into table and into details component.
8 years ago
Dan Finlay
6b56d6ba98
Broke hex decimal input into its own component
...
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.
8 years ago