aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/app.js
Commit message (Collapse)AuthorAgeFilesLines
* 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