aboutsummaryrefslogtreecommitdiffstats
path: root/ui/lib/account-link.js
Commit message (Collapse)AuthorAgeFilesLines
* Add missing changes. Create unique style for rinkeby icon.Kevin Serrano2017-04-261-0/+3
|
* block explorer - account link - ropstenkumavis2017-03-281-1/+1
| | | | etherscan differentiates between "attacked ropsten" vs "revived ropsten" https://ropsten.etherscan.io/ is the revived ropsten
* Add conditional kovan logic to etherscan link generators.Kevin Serrano2017-03-231-1/+3
|
* LintedDan Finlay2016-11-231-1/+1
|
* Restore ropsten link supportDan Finlay2016-11-231-3/+3
|
* Merge branch 'dev' into i831-AddRopsten-DevDan Finlay2016-11-221-1/+1
|\
| * Linting to the max.Kevin Serrano2016-11-121-1/+1
| |
* | Begin adding Ropsten supportDan Finlay2016-11-221-0/+3
|/ | | | | | | | Ropsten links will still not work until Etherscan publishes their ropsten link format. At that time we will need to update ui/lib/account-link.js Otherwise, fixes #831
* 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.