Merge branch 'feat-stats' into feat-toggles

This commit is contained in:
suxscribe
2024-03-19 18:34:41 +03:00
committed by GitHub
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);