Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add fox logo back to left of menu | Dan Finlay | 2016-06-24 | 1 | -8/+29 |
| | | | | Re-centered metamask h1 manually. | ||||
* | Moved account change button to menu bar | Dan Finlay | 2016-06-24 | 1 | -12/+35 |
| | |||||
* | Manually linted | Dan Finlay | 2016-06-22 | 1 | -7/+0 |
| | |||||
* | Auto linted | Dan Finlay | 2016-06-22 | 1 | -28/+26 |
| | |||||
* | Remove dead code | Dan Finlay | 2016-06-17 | 1 | -34/+0 |
| | |||||
* | Conditionally display disclaimer | Dan Finlay | 2016-06-17 | 1 | -0/+6 |
| | |||||
* | Rename Lock Account to simply Lock | Dan Finlay | 2016-06-15 | 1 | -1/+1 |
| | |||||
* | Add provider menu on clicking network status indicator. | Dan Finlay | 2016-06-04 | 1 | -19/+18 |
| | | | | Also simplifies network status icons. | ||||
* | Clicking network status indicator reveals provider menu | Dan Finlay | 2016-06-04 | 1 | -1/+61 |
| | |||||
* | Merge branch 'master' into display_network | Dan Finlay | 2016-06-04 | 1 | -0/+4 |
|\ | |||||
| * | Added seed word recovery to config screen | Dan Finlay | 2016-06-03 | 1 | -0/+4 |
| | | |||||
* | | Remove metamask logo from header | Dan Finlay | 2016-06-04 | 1 | -6/+0 |
| | | |||||
* | | undo style | Zac Mitton | 2016-06-02 | 1 | -6/+5 |
| | | |||||
* | | network status getting set upon start-up and showing in title bar but not ↵ | Zac Mitton | 2016-06-02 | 1 | -6/+9 |
|/ | | | | auto-updating yet | ||||
* | Fix back button on pending tx screen | Dan Finlay | 2016-05-26 | 1 | -13/+1 |
| | | | | Fixes #208 | ||||
* | Remove commented out code | Dan Finlay | 2016-05-26 | 1 | -37/+0 |
| | |||||
* | Fix typos | Dan Finlay | 2016-05-19 | 1 | -2/+2 |
| | |||||
* | Finish clean implementation of drop-down menu | Dan Finlay | 2016-05-19 | 1 | -50/+55 |
| | |||||
* | Add dynamic list item styles | Dan Finlay | 2016-05-19 | 1 | -29/+78 |
| | |||||
* | Add animated sandwich button | Dan Finlay | 2016-05-19 | 1 | -3/+11 |
| | |||||
* | ui - redesign - unlock menu | kumavis | 2016-05-14 | 1 | -43/+46 |
| | |||||
* | ui - redesign - trans group + + account detail + tx list fixes | kumavis | 2016-05-14 | 1 | -1/+2 |
| | |||||
* | ui - redesign - remove footer | kumavis | 2016-05-14 | 1 | -22/+32 |
| | |||||
* | Fix more transition bugs | Dan Finlay | 2016-05-12 | 1 | -6/+3 |
| | |||||
* | Vertically center title bar content | Dan Finlay | 2016-05-11 | 1 | -0/+3 |
| | |||||
* | ui - redesign - app header + accounts selection | kumavis | 2016-05-11 | 1 | -14/+20 |
| | |||||
* | Fix button width transition bug | Dan Finlay | 2016-05-05 | 1 | -1/+2 |
| | | | | Fixes #160 | ||||
* | Show any pending txs when unlocking | Dan Finlay | 2016-05-04 | 1 | -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 Messages | Dan Finlay | 2016-05-04 | 1 | -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 stack | Dan Finlay | 2016-04-14 | 1 | -0/+242 |