Dan Finlay
a08c3bc01b
Auto linted
9 years ago
Dan Finlay
1f0de5588d
Remove dead code
9 years ago
Dan Finlay
2835112dbf
Conditionally display disclaimer
9 years ago
Dan Finlay
e0f8628486
Rename Lock Account to simply Lock
9 years ago
Dan Finlay
b9007ee843
Add provider menu on clicking network status indicator.
...
Also simplifies network status icons.
9 years ago
Dan Finlay
5560ebba26
Clicking network status indicator reveals provider menu
9 years ago
Dan Finlay
66f06844ac
Remove metamask logo from header
9 years ago
Dan Finlay
9cc04be5e4
Added seed word recovery to config screen
9 years ago
Zac Mitton
f5d107cde1
undo style
9 years ago
Zac Mitton
924a65c956
network status getting set upon start-up and showing in title bar but not auto-updating yet
9 years ago
Dan Finlay
294b16a275
Fix back button on pending tx screen
...
Fixes #208
9 years ago
Dan Finlay
4f9e66994d
Remove commented out code
9 years ago
Dan Finlay
e64e3bbea5
Fix typos
9 years ago
Dan Finlay
9d0cad0e16
Finish clean implementation of drop-down menu
9 years ago
Dan Finlay
d0b0526765
Add dynamic list item styles
9 years ago
Dan Finlay
d18d9a8f97
Add animated sandwich button
9 years ago
kumavis
49e08f9013
ui - redesign - unlock menu
9 years ago
kumavis
46f1ab8b48
ui - redesign - trans group + + account detail + tx list fixes
9 years ago
kumavis
e0280b0db8
ui - redesign - remove footer
9 years ago
Dan Finlay
29facfe4d6
Fix more transition bugs
9 years ago
Dan Finlay
f926aa8f85
Vertically center title bar content
9 years ago
kumavis
c2c33ff6cd
ui - redesign - app header + accounts selection
9 years ago
Dan Finlay
93db6cacb5
Fix button width transition bug
...
Fixes #160
9 years ago
Dan Finlay
9c6ec054b1
Show any pending txs when unlocking
...
Before the unlock action hard-routed to the home route, now it has a condition where it will show pending transactions instead.
9 years ago
Dan Finlay
e6c4d63ccd
Add UI for Signing Messages
...
Calls to `eth.sign` are now transiently persisted in memory, and displayed in a chronological stack with pending transactions (which are still persisted to disk).
This allows the user a method to sign/cancel transactions even if they miss the Chrome notification.
Improved a lot of the view routing, to avoid cases where routes would show an empty account view, or transition to the accounts list when it shouldn't.
Broke the transaction approval view into a couple components so messages and transactions could have their own templates.
9 years ago
Dan Finlay
d814a45dff
Moved UI into repo with its own dependency stack
9 years ago