mirror of
https://github.com/trafficlunar/website.git
synced 2026-06-28 06:04:09 +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
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue