Dan
d24a0590d3
i18n redux solution doesn't require importing t() and passing state to each t() call; t is just available on props.
2018-03-21 22:11:47 -02:30
Dan
5fe0be722b
Handle i18n with redux.
2018-03-15 21:59:45 -02:30
kumavis
34aeef50a0
i18n - load locales manually
2018-03-14 16:32:35 -07:00
Nick Doiron
abfa74f09a
complete i18n across new UI
2018-01-29 15:29:01 -05:00
Nick Doiron
9c133aaab3
get t imported in all files currently using i18n
2018-01-24 19:41:29 -10:00
Nick Doiron
bad70eb1b3
first steps to i18n
2018-01-22 23:48:03 -10:00
Kevin Serrano
213af0cd6c
Fix typo.
2017-09-11 16:52:35 -07:00
Kevin Serrano
aa021b9209
Add some styling.
2017-09-11 16:40:45 -07:00
Kevin Serrano
fa1ec5dcd1
Move function as util function.
2017-09-11 16:22:20 -07:00
Kevin Serrano
3a7d4a5d4e
Basic private key download file functionality.
2017-09-11 16:13:28 -07:00
Kevin Serrano
b4f621c980
Add maximum width for private key reveal
2017-08-03 16:00:44 -07:00
Dan Finlay
9bae32e78b
Add functional but ugly and hard-coded token list
2017-04-20 19:10:22 -07:00
Kevin Serrano
41e276b036
Hide the password in the private key retrieval screen.
2017-03-22 17:46:51 -04:00
Kevin Serrano
0e43606b16
Adjust private key confirmation style and logic.
2017-03-21 08:53:34 -07:00
Dan Finlay
769bd8e2ee
Removed hex prefix from private key export
...
For compatibility with Jaxx, MEW, and Geth.
Fixes #687
2016-10-04 13:26:51 -07:00
Dan Finlay
a08c3bc01b
Auto linted
2016-06-21 13:18:32 -07:00
Frankie
e9208be096
Size export confirmation input
2016-06-12 13:36:34 -04:00
kumavis
41df7bb8f6
bugfix - exportAccount - fix copyToClipboard
2016-05-22 18:01:47 -07:00
kumavis
b8ad7f2cb1
ui - fix account-export margin
2016-05-13 16:31:49 -07:00
Dan Finlay
f4d58ebc70
Move account export to subview
...
Account detail view now has an animated transitioning `subview` section that allows us to show extra details within it.
Clicking `export` now slide replaces the transaction list with the export UI.
Added cancel/done/submit buttons to the Export UI. Done submits like Enter did, the other two transition back to the transaction list.
For some reason when first unlocking, the selected account is being instantly replaced with the accounts list, so I need to fix that before merging this into master.
2016-05-04 18:08:31 -07:00