Add more data to stats footer
This commit is contained in:
parent
f1688add01
commit
ddc725d1a9
5 changed files with 27 additions and 3 deletions
|
|
@ -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 });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue