feat: computer stats redesign

- also fix bug where all time uptime doesn't show when computer is
offline
- another bug was fixed related to that because of how it is calculated
This commit is contained in:
trafficlunar 2025-11-29 14:57:11 +00:00
parent 85e5bc31ec
commit 00e2406008
4 changed files with 213 additions and 130 deletions

View file

@ -18,6 +18,7 @@
"@tailwindcss/vite": "^4.1.17",
"astro": "^5.15.7",
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"layerchart": "2.0.0-next.43",
"svelte": "^5.43.6",
"tailwindcss": "^4.1.17",
@ -25,6 +26,7 @@
},
"devDependencies": {
"@types/d3-scale": "^4.0.9",
"@types/d3-shape": "^3.1.7",
"vite": "^7.2.2"
}
}