aboutsummaryrefslogtreecommitdiffstats
path: root/ui/lib
Commit message (Collapse)AuthorAgeFilesLines
* Linting to the max.Kevin Serrano2016-11-123-8/+7
|
* Add network checks for unconfirmed TxsFrankie2016-09-091-2/+2
|
* Make element enumeration Edge compatibleDan Finlay2016-08-301-10/+7
|
* Add tolerance for failed form persistingDan Finlay2016-08-301-0/+7
|
* LintedDan Finlay2016-08-261-3/+1
|
* Remove logDan Finlay2016-08-261-1/+0
|
* Add persistent form classDan Finlay2016-08-261-0/+60
|
* Added `view more` button to transaction listDan Finlay2016-08-191-0/+18
| | | | Visible at the end of the transaction list, or if no transactions are listed, displayed right after the `No Transactions` message.
* LintedDan Finlay2016-07-121-1/+0
|
* Add nickname rendering for recipient addressDan Finlay2016-07-081-4/+18
|
* Began reworking tx conf viewDan Finlay2016-07-071-0/+17
|
* some legit linting fixeskumavis2016-06-241-2/+1
|
* icon-factory - overhaul to provide svg or imagified elkumavis2016-06-241-24/+32
|
* Manually lintedDan Finlay2016-06-221-2/+4
|
* Auto lintedDan Finlay2016-06-223-11/+10
|
* Cache identiconsDan Finlay2016-06-071-0/+52
| | | | | | | | Fixes #197 Also as a side effect, by creating this `iconFactory.cache` object, we have a convenient place for specifying stock icons for known contracts! We can just hard-code image addresses in the `ui/lib/icon-factory.js` cache instantiation, and those values will be injected into the identicon image tag `src` attributes.
* Add UI for Signing MessagesDan Finlay2016-05-041-0/+8
| | | | | | | | | | 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.
* Fix explorer link generationDan Finlay2016-04-281-1/+4
|
* Generate explorer link to match current blockchainDan Finlay2016-04-201-0/+12