Dan Finlay
287222df25
Linted
8 years ago
Dan Finlay
51a5e66cbb
Move main drop-down state to component state
8 years ago
Dan Finlay
6ec387b675
Formatted dev mode better
8 years ago
Frankie
0b3737edb4
Add to change log
8 years ago
Dan Finlay
2880f8631c
Unify tooltip styles
...
Made a local tooltip component for replicating our tooltip styles wherever we use tooltips.
Applied that tooltip to other items that had tooltips.
8 years ago
Frankie
e0daea35a9
Add network name to indicator and some css fixes
...
-also fix custom net work bug in drop down where it
thinks local:8545 is custom.
8 years ago
Frankie
2c36c17238
Add ✓ charchter to indicate active network
8 years ago
Frankie
ce03356f5f
Remove missused action
8 years ago
Frankie
dbae676858
Make it so that when you click the custom rpc url it closes the dropdown menu
8 years ago
Frankie
f3119d40f5
fix lint
8 years ago
Frankie
56cbd7d9ea
Add custom to drop down menu
8 years ago
Kevin Serrano
e4956c3123
Modify network icons to reflect current design. ( #355 )
...
* Modify network icons to reflect current design.
* Switch icons around.
8 years ago
Frankie
16566ee7db
Move clearNotifications to popup.js
8 years ago
Frankie
c115203063
fix for linting
8 years ago
Frankie
4f4c5048bf
fix #341 close notifications when oppening pop up
8 years ago
Kevin Serrano
8c7511e9da
Add alt titles to most critical icons
...
We can change most of these later to a more "elegant" solution, but from the user perspective, having these tooltips is comforting imo.
8 years ago
Dan Finlay
a106887a6f
Add fox logo back to left of menu
...
Re-centered metamask h1 manually.
8 years ago
Dan Finlay
4ebb9f631e
Moved account change button to menu bar
8 years ago
Dan Finlay
8fde8a8921
Manually linted
8 years ago
Dan Finlay
a08c3bc01b
Auto linted
8 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