Alexander Tseung
fe780fb3d4
Refactor BalanceComponent to jsx ( #6048 )
2019-01-21 10:56:48 -03:30
Dan J Miller
4c24555545
Save recent network balances in local storage ( #5843 )
...
* Use selector for state.metamask.accounts in all cases.
* Default to cached balance when selecting metamask accounts
* Adds the cached-balances controller
* Documentation and small codes fixes for #5843
Co-Authored-By: danjm <danjm.com@gmail.com>
2018-11-30 14:51:24 -08:00
Alexander Tseung
554f79c0e2
Fix blockies icons overriding contract map icons. Refactor Identicon component ( #5599 )
2018-10-25 17:21:41 +08:00
Alexander Tseung
7852269ed1
Add Activity Log entry for onchain failures for a transaction. Change scrolling of the transaction list. Remove Transaction Details modal. ( #5581 )
2018-10-23 19:59:04 +08:00
Whymarrh Whitby
42fa54678f
Extract Add Token button into its own component
2018-10-17 15:49:29 -02:30
Alexander Tseung
31089778ba
Add raised type buttons to Button component. Refactor all buttons within app to Button components
2018-09-12 19:48:51 -07:00
Whymarrh Whitby
db241e6b91
Rewrite Tooltip component as ES6
2018-09-08 20:50:31 -02:30
Dan Miller
40e0d92f57
Adds sidebar component and refactors slide in wallet view sidebar to use it.
2018-08-28 22:08:15 -02:30
Alexander Tseung
3b408715c7
Refactor home screen and remove unused files
2018-08-23 16:44:43 -07:00
brunobar79
285814646f
ui ready
2018-08-16 20:41:23 -04:00
Whymarrh Whitby
71d64e74a5
Show first four characters of account after 0x in wallet
2018-07-18 10:30:31 -02:30
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