addind dashboard features will come back to finish

This commit is contained in:
2025-11-21 08:55:23 +00:00
parent 8284b1dd11
commit 25a744bd8d
7 changed files with 43 additions and 6 deletions

View File

@@ -10,3 +10,5 @@ export type InfoBarData = {
"memory-cpu-status": string;
"thread-count": string;
};
export type StatusIndicator = "neutral-quaternary" | "dark" | "info" | "success" | "warning" | "danger";