Add more data to stats footer

This commit is contained in:
Igor Katson 2024-08-21 13:40:43 +01:00
parent f1688add01
commit ddc725d1a9
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
5 changed files with 27 additions and 3 deletions

View file

@ -19,6 +19,9 @@ export const useStatsStore = create<StatsStore>((set) => ({
queued: 0,
seen: 0,
},
fetched_bytes: 0,
uploaded_bytes: 0,
uptime_seconds: 0,
},
setStats: (stats) => {
set({ stats });