Add frontend components and API for system status display
Some checks failed
Deploy to BeePC / deploy (push) Has been cancelled

This commit is contained in:
2026-02-05 11:02:05 -05:00
parent 8a1409b3d6
commit ea6cc3fc85
7 changed files with 327 additions and 41 deletions

8
public/favicon.svg Normal file
View File

@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#1a1a1a"/>
<rect x="4" y="4" width="24" height="24" fill="none" stroke="#4a9eff" stroke-width="2" rx="2"/>
<circle cx="10" cy="10" r="2" fill="#4a9eff"/>
<circle cx="22" cy="10" r="2" fill="#4caf50"/>
<circle cx="10" cy="22" r="2" fill="#4caf50"/>
<circle cx="22" cy="22" r="2" fill="#4a9eff"/>
</svg>

After

Width:  |  Height:  |  Size: 410 B