aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/app.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix dropdown z-index issue.Kevin Serrano2016-07-071-3/+3
|
* LintedDan Finlay2016-07-021-1/+0
|
* Move main drop-down state to component stateDan Finlay2016-07-021-6/+9
|
* Formatted dev mode betterDan Finlay2016-07-011-2/+3
|
* Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵kumavis2016-06-301-12/+14
|\ | | | | | | networkIndication
| * Unify tooltip stylesDan Finlay2016-06-301-12/+14
| | | | | | | | | | | | Made a local tooltip component for replicating our tooltip styles wherever we use tooltips. Applied that tooltip to other items that had tooltips.
* | Add to change logFrankie2016-06-301-1/+1
| |
* | Add network name to indicator and some css fixesFrankie2016-06-301-1/+1
| | | | | | | | | | -also fix custom net work bug in drop down where it thinks local:8545 is custom.
* | Add ✓ charchter to indicate active networkFrankie2016-06-301-0/+11
|/
* Remove missused actionFrankie2016-06-291-1/+0
|
* Make it so that when you click the custom rpc url it closes the dropdown menuFrankie2016-06-291-1/+1
|
* fix lintFrankie2016-06-291-4/+4
|
* Merge branch 'master' into networkDropdownFixFrankie2016-06-291-2/+2
|\
| * Modify network icons to reflect current design. (#355)Kevin Serrano2016-06-291-2/+2
| | | | | | | | | | | | * Modify network icons to reflect current design. * Switch icons around.
* | Add custom to drop down menuFrankie2016-06-291-0/+22
|/
* Move clearNotifications to popup.jsFrankie2016-06-291-9/+0
|
* fix for lintingFrankie2016-06-291-5/+5
|
* Merge branch 'master' into i340+1Frankie2016-06-291-0/+1
|\
| * Add alt titles to most critical iconsKevin Serrano2016-06-281-0/+1
| | | | | | | | We can change most of these later to a more "elegant" solution, but from the user perspective, having these tooltips is comforting imo.
* | fix #341 close notifications when oppening pop upFrankie2016-06-291-0/+8
|/
* Add fox logo back to left of menuDan Finlay2016-06-241-8/+29
| | | | Re-centered metamask h1 manually.
* Moved account change button to menu barDan Finlay2016-06-241-12/+35
|
* Manually lintedDan Finlay2016-06-221-7/+0
|
* Auto lintedDan Finlay2016-06-221-28/+26
|
* Remove dead codeDan Finlay2016-06-171-34/+0
|
* Conditionally display disclaimerDan Finlay2016-06-171-0/+6
|
* Rename Lock Account to simply LockDan Finlay2016-06-151-1/+1
|
* Add provider menu on clicking network status indicator.Dan Finlay2016-06-041-19/+18
| | | | Also simplifies network status icons.
* Clicking network status indicator reveals provider menuDan Finlay2016-06-041-1/+61
|
* Merge branch 'master' into display_networkDan Finlay2016-06-041-0/+4
|\
| * Added seed word recovery to config screenDan Finlay2016-06-031-0/+4
| |
* | Remove metamask logo from headerDan Finlay2016-06-041-6/+0
| |
* | undo styleZac Mitton2016-06-021-6/+5
| |
* | network status getting set upon start-up and showing in title bar but not ↵Zac Mitton2016-06-021-6/+9
|/ | | | auto-updating yet
* Fix back button on pending tx screenDan Finlay2016-05-261-13/+1
| | | | Fixes #208
* Remove commented out codeDan Finlay2016-05-261-37/+0
|
* Fix typosDan Finlay2016-05-191-2/+2
|
* Finish clean implementation of drop-down menuDan Finlay2016-05-191-50/+55
|
* Add dynamic list item stylesDan Finlay2016-05-191-29/+78
|
* Add animated sandwich buttonDan Finlay2016-05-191-3/+11
|
* ui - redesign - unlock menukumavis2016-05-141-43/+46
|
* ui - redesign - trans group + + account detail + tx list fixeskumavis2016-05-141-1/+2
|
* ui - redesign - remove footerkumavis2016-05-141-22/+32
|
* Fix more transition bugsDan Finlay2016-05-121-6/+3
|
* Vertically center title bar contentDan Finlay2016-05-111-0/+3
|
* ui - redesign - app header + accounts selectionkumavis2016-05-111-14/+20
|
* Fix button width transition bugDan Finlay2016-05-051-1/+2
| | | | Fixes #160
* Show any pending txs when unlockingDan Finlay2016-05-041-2/+17
| | | | Before the unlock action hard-routed to the home route, now it has a condition where it will show pending transactions instead.
* Add UI for Signing MessagesDan Finlay2016-05-041-1/+1
| | | | | | | | | | 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.
* Moved UI into repo with its own dependency stackDan Finlay2016-04-141-0/+242