Whymarrh Whitby
665ac860e5
Remove selectedIdentity prop from wallet view
...
The selectedIdentity property is computed based on the selectedAddress
which means that using both the selectedAddress and the selectedIdentity
is redundant. In the case of the Array#find call on the set of keyrings,
we wouldn't have a situation where one is included and the other isn't.
This changeset removes the selectedIdentity from the wallet view because
it isn't needed.
2018-06-05 12:25:06 -07:00
Whymarrh Whitby
762695bfd9
Ensure selectedAddress exists when render wallet
2018-06-05 12:04:03 -07:00
Alexander Tseung
2381c0e0f4
Add new unlock screen design
2018-05-11 12:49:17 -07:00
bitpshr
cce123c30e
Show checksummed addresses throughout the UI
2018-04-18 09:47:05 -04:00
Alexander Tseung
ba23843f91
Fix merge conflicts
2018-03-30 16:18:48 -07:00
Alexander Tseung
ef61ef2ce8
Fix i18n merge conflicts
2018-03-29 09:37:29 -07:00
Dan
0a711f0de0
Removes t from props via metamask-connect and instead places it on context via a provider.
2018-03-29 12:42:38 -02:30
Alexander Tseung
6f367a5a6b
Fix merge conflicts
2018-03-27 00:20:35 -07:00
Dan
4f0881e41b
Merge branch 'master' into i18n-translator-redux
2018-03-26 16:13:49 -02:30
Alexander Tseung
cfa2592d78
Update button styles
2018-03-25 22:58:04 -07:00
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
Dan
9d215bab0f
Merge branch 'master' into i18n
2018-03-06 20:45:45 -03:30
Alexander Tseung
4f1fe1da62
Fix merge conflicts from uat-next
2018-01-31 18:24:20 -08:00
Dan J Miller
78bce55858
[NewUI] Use tooltip for copy to clipboard helper text on main screen. ( #3120 )
...
* Use tooltip for display of helper text in wallet views copy to clipboard feature.
* Use react-tippy in wallet-view.js; center arrow tooltip throughout tooltip text change.
* Remove unnecessary tabIndex attribute from wallet view address element.
2018-01-31 16:27:35 -08:00
Alexander Tseung
ecc39c5a7a
Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254
2018-01-29 18:22:52 -08: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
Alexander Tseung
376e136572
Update styling for buttons, font weights
2018-01-11 16:30:07 -08:00
Alexander Tseung
ec5e0a711c
Fix lint errors
2017-12-14 14:11:23 -08:00
Alexander Tseung
e226b10a89
Add react-router to allow use of the browser back button
2017-12-14 12:50:20 -08:00
Chi Kei Chan
630ab79cc3
Styling and UX changes on sidebar
2017-10-24 20:04:29 -07:00
Chi Kei Chan
3f1ae92bb7
Hide sidebar on add token
2017-10-24 16:55:02 -07:00
Chi Kei Chan
966e4cfd11
Change clickable area for account detail; change network dot size
2017-10-24 00:54:49 -07:00
Chi Kei Chan
2871beebe6
Add "Add Token" button to side bar
2017-10-24 00:29:20 -07:00
Chi Kei Chan
a63373401b
New Sidebar uplift
2017-10-23 23:59:21 -07:00
Chi Kei Chan
376ae032fe
Fix selectors
2017-10-19 12:47:44 -07:00
Chi Kei Chan
5ee6e4d3b3
wip
2017-10-17 22:38:00 -07:00
Alexander Tseung
7caa914223
Fix Import Account link not hiding sidebar
2017-10-16 01:43:27 -04:00
Dan
b55a40c7f1
Close sidebar on token selection.
2017-09-28 15:54:04 -07:00
Chi Kei Chan
983fa2a117
Add Contract Tx List Item; Update Token Tx on select
2017-09-07 03:14:53 -07:00
Chi Kei Chan
14b2f3e391
Show token balance and identicon
2017-09-06 23:03:23 -07:00
Chi Kei Chan
f1fb9e10a0
Adding Token transaction detail screen
2017-09-06 03:17:49 -07:00
Chi Kei Chan
06b2a04a42
Implement tokens list UI
2017-09-06 00:36:31 -07:00
Jacky Chan
b1fc290bed
Fix menu style
2017-09-04 15:57:43 -07:00
Dan
e7b3ef0708
Lint fixes
2017-08-31 04:16:07 -07:00
sdtsui
9dce1b6fd5
Remove fake transactions and balances from tx-list and wallet-view, respectively
2017-08-22 15:24:48 -07:00
sdtsui
c2636143c3
Hook up selected account label display to main wallet view
2017-08-21 04:51:55 -07:00
sdtsui
66829b7a05
Implement new dropdown design, integrate account balances
2017-08-21 03:27:11 -07:00
sdtsui
1743ccbdb5
Center account selection dropdown and specify useCssTransition prop
2017-08-14 08:50:49 +02:00
sdtsui
88665ba150
Extract dropdown component into components/dropdowns, hook up to app
2017-08-14 08:31:49 +02:00
sdtsui
b900da885e
Fix odd relative position conflict so main icon is rounded - See flyswatter/jazzicon/issues/1
2017-08-14 07:34:57 +02:00
sdtsui
9b48e0aa53
Implement infinite scrolls (no lazy loading) for wallet view
2017-08-11 09:17:14 -07:00
sdtsui
9954c95b4a
[WIP] Begin fixing responsive layout with many wallets
2017-08-11 00:42:44 -07:00
sdtsui
0fab1b5482
Implement responsive wallet balances
2017-08-11 00:31:06 -07:00
Simon Liang
95eda70efe
added logging for account balance
2017-08-10 16:52:26 +08:00
Simon Liang
708d8398f4
reverted my changes
2017-08-10 14:48:05 +08:00
Simon Liang
a3f96951c2
connected wallet view dropdown button with real data
2017-08-10 14:47:17 +08:00
sdtsui
779be75370
[WIP] Position account potions dropdown correctly and hook up to action creators
2017-08-09 21:42:16 -07:00