mirror of
https://github.com/trafficlunar/website.git
synced 2026-08-12 12:29:49 +00:00
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:
parent
85e5bc31ec
commit
00e2406008
4 changed files with 213 additions and 130 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue