Add web client

Join screen, room with screen and camera sharing, live annotation,
whiteboard, and the admin panel for kiosks, widgets and branding.
This commit is contained in:
2026-08-09 17:09:16 -04:00
parent a4b033b78e
commit 18384c0cbc
37 changed files with 5074 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="64"
height="64"
viewBox="0 0 32 32"
shape-rendering="crispEdges"
role="img"
aria-label="PiStation"
>
<title>PiStation</title>
<rect x="2" y="4" width="28" height="19" fill="#4f7cff" />
<rect x="4" y="6" width="24" height="14" fill="#14181d" />
<rect x="8" y="8" width="4" height="4" fill="#f4f6f8" />
<rect x="14" y="8" width="4" height="4" fill="#f4f6f8" />
<rect x="20" y="8" width="4" height="4" fill="#f4f6f8" />
<rect x="8" y="14" width="4" height="4" fill="#f4f6f8" />
<rect x="14" y="14" width="4" height="4" fill="#f4f6f8" />
<rect x="20" y="14" width="4" height="4" fill="#4f7cff" />
<rect x="14" y="23" width="4" height="3" fill="#4f7cff" />
<rect x="9" y="26" width="14" height="2" fill="#4f7cff" />
</svg>

After

Width:  |  Height:  |  Size: 804 B