Disk space pie chart.

This commit is contained in:
2026-02-01 06:59:15 +00:00
parent 4fc8e29cc1
commit 2867b1075d
4 changed files with 156 additions and 8 deletions
+6
View File
@@ -80,6 +80,12 @@ export const useMainStore = defineStore('main', {
username: '' as string,
privileged: false as boolean,
isLoggedIn: false as boolean,
},
space: {
disk: 0,
free: 0,
usage: 0,
storage: 0,
}
}),
persist: {