aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/network.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix network name referenceDan Finlay2016-07-301-1/+6
| | | | When adding the classic network to the menu, I left a reference to a property that is not always existent, so we needed a fallback for it.
* Add eth classic to provider menuDan Finlay2016-07-291-3/+18
|
* Add to change logFrankie2016-06-301-18/+18
|
* Add network name to indicator and some css fixesFrankie2016-06-301-9/+31
| | | | | -also fix custom net work bug in drop down where it thinks local:8545 is custom.
* Modify network icons to reflect current design. (#355)Kevin Serrano2016-06-291-2/+2
| | | | | | * Modify network icons to reflect current design. * Switch icons around.
* Manually lintedDan Finlay2016-06-221-6/+5
|
* Auto lintedDan Finlay2016-06-221-29/+29
|
* Made network spinner clickableDan Finlay2016-06-151-0/+1
| | | | | | Opens network menu, for when network is unreachable. Fixes #279
* Add provider menu on clicking network status indicator.Dan Finlay2016-06-041-6/+26
| | | | Also simplifies network status icons.
* Clicking network status indicator reveals provider menuDan Finlay2016-06-041-1/+2
|
* Blockchain status now updates on availability changeDan Finlay2016-06-041-6/+4
|
* Add network loading indicationDan Finlay2016-06-041-0/+8
|
* Differentiate icon name from hover textDan Finlay2016-06-041-12/+16
|
* Some minor lintingDan Finlay2016-06-041-4/+4
|
* Make hover text more human friendlyDan Finlay2016-06-041-4/+4
|
* network status getting set upon start-up and showing in title bar but not ↵Zac Mitton2016-06-021-0/+34
auto-updating yet