aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/network.js
Commit message (Collapse)AuthorAgeFilesLines
* 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