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

@ -7,10 +7,5 @@ import Computer from "../components/Computer.svelte";
<Layout>
<Music client:load />
<section class="pt-0! transition-all duration-300 delay-200 starting:opacity-0 starting:translate-y-4">
<legend>computer</legend>
<Computer client:load />
</section>
<Computer client:load />
</Layout>