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
+2 -1
View File
@@ -164,7 +164,8 @@ const handleWatchMessage = (event: MessageEvent) => {
handleUpdateMessage(msg)
break
case !!msg.space:
console.log('Watch space', msg.space)
const store = useMainStore()
store.space = msg.space
break
case !!msg.error:
handleError(msg)