Alexander Tseung
7852269ed1
Add Activity Log entry for onchain failures for a transaction. Change scrolling of the transaction list. Remove Transaction Details modal. ( #5581 )
6 years ago
Whymarrh Whitby
42fa54678f
Extract Add Token button into its own component
6 years ago
Alexander Tseung
31089778ba
Add raised type buttons to Button component. Refactor all buttons within app to Button components
6 years ago
Whymarrh Whitby
db241e6b91
Rewrite Tooltip component as ES6
6 years ago
Dan Miller
40e0d92f57
Adds sidebar component and refactors slide in wallet view sidebar to use it.
6 years ago
Alexander Tseung
3b408715c7
Refactor home screen and remove unused files
6 years ago
brunobar79
285814646f
ui ready
6 years ago
Whymarrh Whitby
71d64e74a5
Show first four characters of account after 0x in wallet
6 years ago
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.
7 years ago
Whymarrh Whitby
762695bfd9
Ensure selectedAddress exists when render wallet
7 years ago
Dan
6bc8cc819a
Merge branch 'develop' into i3725-refactor-send-component-
7 years ago
Alexander Tseung
2381c0e0f4
Add new unlock screen design
7 years ago
bitpshr
cce123c30e
Show checksummed addresses throughout the UI
7 years ago
Dan
0a711f0de0
Removes t from props via metamask-connect and instead places it on context via a provider.
7 years ago
Alexander Tseung
cfa2592d78
Update button styles
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
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.
7 years ago
Nick Doiron
abfa74f09a
complete i18n across new UI
7 years ago
Nick Doiron
9c133aaab3
get t imported in all files currently using i18n
7 years ago
Nick Doiron
bad70eb1b3
first steps to i18n
7 years ago
Alexander Tseung
376e136572
Update styling for buttons, font weights
7 years ago
Alexander Tseung
ec5e0a711c
Fix lint errors
7 years ago
Alexander Tseung
e226b10a89
Add react-router to allow use of the browser back button
7 years ago
Chi Kei Chan
630ab79cc3
Styling and UX changes on sidebar
7 years ago
Chi Kei Chan
3f1ae92bb7
Hide sidebar on add token
7 years ago
Chi Kei Chan
966e4cfd11
Change clickable area for account detail; change network dot size
7 years ago
Chi Kei Chan
2871beebe6
Add "Add Token" button to side bar
7 years ago
Chi Kei Chan
a63373401b
New Sidebar uplift
7 years ago
Chi Kei Chan
376ae032fe
Fix selectors
7 years ago
Chi Kei Chan
5ee6e4d3b3
wip
7 years ago
Alexander Tseung
7caa914223
Fix Import Account link not hiding sidebar
7 years ago
Dan
b55a40c7f1
Close sidebar on token selection.
7 years ago
Chi Kei Chan
983fa2a117
Add Contract Tx List Item; Update Token Tx on select
7 years ago
Chi Kei Chan
14b2f3e391
Show token balance and identicon
7 years ago
Chi Kei Chan
f1fb9e10a0
Adding Token transaction detail screen
7 years ago
Chi Kei Chan
06b2a04a42
Implement tokens list UI
7 years ago
Jacky Chan
b1fc290bed
Fix menu style
7 years ago
Dan
e7b3ef0708
Lint fixes
7 years ago
sdtsui
9dce1b6fd5
Remove fake transactions and balances from tx-list and wallet-view, respectively
7 years ago
sdtsui
c2636143c3
Hook up selected account label display to main wallet view
7 years ago
sdtsui
66829b7a05
Implement new dropdown design, integrate account balances
7 years ago
sdtsui
1743ccbdb5
Center account selection dropdown and specify useCssTransition prop
7 years ago
sdtsui
88665ba150
Extract dropdown component into components/dropdowns, hook up to app
7 years ago
sdtsui
b900da885e
Fix odd relative position conflict so main icon is rounded - See flyswatter/jazzicon/issues/1
7 years ago
sdtsui
9b48e0aa53
Implement infinite scrolls (no lazy loading) for wallet view
7 years ago
sdtsui
9954c95b4a
[WIP] Begin fixing responsive layout with many wallets
7 years ago
sdtsui
0fab1b5482
Implement responsive wallet balances
7 years ago
Simon Liang
95eda70efe
added logging for account balance
7 years ago
Simon Liang
708d8398f4
reverted my changes
7 years ago