aboutsummaryrefslogtreecommitdiffstats
path: root/ui/index.js
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into mascarafrankiebee2017-04-031-10/+13
|\
| * ui - startPopup returns store after bootkumavis2017-04-011-10/+13
| |
* | WIP: indexdb is at an err state "provider is undefined"frankiebee2017-03-241-1/+0
| |
* | WIP: streams->indexdbfrankiebee2017-03-241-1/+1
|/
* Fix bug that showed conf-tx screen on boot at wrong timesDan Finlay2017-03-011-1/+1
|
* Got personal_sign workingDan Finlay2017-02-241-1/+2
| | | | Also fixed bug where signing would not close popup.
* Set default log levelsDan Finlay2017-02-211-0/+1
|
* Add debug logging to ui routing logic.Dan Finlay2017-02-211-0/+3
|
* Clean up message manger includes:Frankie2017-01-291-2/+2
| | | | | | | | | Provider egine bump Remove presence of message manger in keyring controller Change the status wording fom conf to approved make Message manager a class fix messages not being apart of the badge re write message manger to better reflect controller pattern
* Change actions reference to keyringController to backgroundDan Finlay2016-10-211-1/+1
|
* Intermediary commit.Kevin Serrano2016-10-201-1/+1
|
* ui - remove unused currentDomain propkumavis2016-09-131-3/+1
|
* Fix wording in changelog and bugFrankie2016-09-091-1/+1
|
* Add network checks for unconfirmed TxsFrankie2016-09-091-2/+3
|
* Manually lintedDan Finlay2016-06-221-7/+0
|
* Auto lintedDan Finlay2016-06-221-8/+4
|
* Add UI for Signing MessagesDan Finlay2016-05-041-0/+5
| | | | | | | | | | 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.
* Generate explorer link to match current blockchainDan Finlay2016-04-201-1/+4
|
* Moved UI into repo with its own dependency stackDan Finlay2016-04-141-0/+55