Add chains overlay (#157)

* feat: Adding a show-all-chains button
* feat: Show all-chains overlay selector
This commit is contained in:
Maciej Hirsz
2019-07-01 17:45:38 +02:00
committed by GitHub
parent 3d93651911
commit 9730c730f3
9 changed files with 169 additions and 52 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ export class Connection {
public subscribe(chain: Types.ChainLabel) {
if (this.state.subscribed != null && this.state.subscribed !== chain) {
this.state = this.update({
tabChanged: true,
tab: 'list',
});
setHashData({ chain, tab: 'list' });
} else {