Merge branch 'feat-stats' into feat-toggles

This commit is contained in:
suxscribe 2024-03-19 18:34:41 +03:00 committed by GitHub
commit 1c98e466c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 110 additions and 25 deletions

View file

@ -212,6 +212,7 @@ new Vue({
name: 'Rx',
data: this.clientsPersist[client.id].transferRxHistory,
}];
client.transferTxHistory = this.clientsPersist[client.id].transferTxHistory;
client.transferRxHistory = this.clientsPersist[client.id].transferRxHistory;
client.transferMax = Math.max(...client.transferTxHistory, ...client.transferRxHistory);