aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/network.js
Commit message (Collapse)AuthorAgeFilesLines
* Add cursor on hover on loading. Change some wording.Kevin Serrano2017-09-081-3/+3
|
* Add caret to indicate network is dropdown.Kevin Serrano2017-09-081-0/+5
|
* Move responsive ui into its own folder for easier mergesDan Finlay2017-07-211-0/+124
|
* Make folder for responsive UIDan Finlay2017-07-041-125/+0
|
* Add menu carrat next to network searching indicatorDan Finlay2017-07-041-7/+16
|
* Remove all traces of testnetThomas Huang2017-05-161-1/+1
|
* Change default network to rinkebyThomas Huang2017-05-161-3/+3
|
* Linting.Kevin Serrano2017-04-261-1/+1
|
* Add missing changes. Create unique style for rinkeby icon.Kevin Serrano2017-04-261-1/+1
|
* change network name to rinkeby when selectedNickyg2017-04-261-1/+10
|
* add rinkeby networkNickyg2017-04-261-1/+4
|
* Add conditional kovan to current network component.Kevin Serrano2017-03-231-0/+12
|
* Linting.Kevin Serrano2017-01-051-1/+0
|
* Make network somewhat more modular, add new network indicator.Kevin Serrano2017-01-051-5/+2
|
* Merged master into devDan Finlay2016-12-201-12/+0
|\
| * Remove morden testnet providerDan Finlay2016-12-161-12/+0
| | | | | | | | Instances configured to point at Morden will now point at Ropsten.
* | Merge branch 'dev' into i831-AddRopsten-DevDan Finlay2016-11-221-2/+0
|\ \ | |/ |/|
| * Linting to the max.Kevin Serrano2016-11-121-2/+0
| |
| * Make case condition more consistent. Remove extra action. Fix incorrect ↵Kevin Serrano2016-10-311-1/+2
| | | | | | | | display of network.
* | Begin adding Ropsten supportDan Finlay2016-11-221-0/+16
|/ | | | | | | | 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
* Nearly finished factoring fiat value into eth-balanceDan Finlay2016-09-071-1/+0
|
* Fix spelling errorDan Finlay2016-08-271-1/+1
|
* Remove ethereum classic providerDan Finlay2016-08-151-12/+0
| | | | Fixes #542
* Add network indicator class to loading imageDan Finlay2016-08-121-1/+1
|
* 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