mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-07-21 08:35:46 +00:00
Off viewport tabs + favicon (#451)
* Show off-viewport selected tab to the right * Add favicon
This commit is contained in:
@@ -130,6 +130,9 @@ export default class App extends React.Component<{}, {}> {
|
||||
public render() {
|
||||
const { timeDiff, subscribed, status, tab } = this.appState;
|
||||
const chains = this.chains();
|
||||
const subscribedData = subscribed
|
||||
? this.appState.chains.get(subscribed)
|
||||
: null;
|
||||
|
||||
Ago.timeDiff = timeDiff;
|
||||
|
||||
@@ -156,7 +159,8 @@ export default class App extends React.Component<{}, {}> {
|
||||
<OfflineIndicator status={status} />
|
||||
<Chains
|
||||
chains={chains}
|
||||
subscribed={subscribed}
|
||||
subscribedHash={subscribed}
|
||||
subscribedData={subscribedData}
|
||||
connection={this.connection}
|
||||
/>
|
||||
<Chain
|
||||
|
||||
Reference in New Issue
Block a user