feat(web-ui): improve navigation and session UX

This commit is contained in:
William Valentin
2026-04-21 13:07:05 -07:00
parent 8f766b4019
commit 43113f6241
6 changed files with 2056 additions and 46 deletions
+15
View File
@@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<defs>
<linearGradient id="bg" x1="8" y1="8" x2="56" y2="56" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#0d1117"/>
<stop offset="1" stop-color="#111820"/>
</linearGradient>
<linearGradient id="accent" x1="20" y1="18" x2="49" y2="47" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#67e8f9"/>
<stop offset="1" stop-color="#22d3ee"/>
</linearGradient>
</defs>
<rect x="6" y="6" width="52" height="52" rx="14" fill="url(#bg)"/>
<path d="M22 44V24.5L32 20l10 4.5V44" fill="none" stroke="url(#accent)" stroke-linecap="round" stroke-linejoin="round" stroke-width="5"/>
<circle cx="46" cy="46" r="4" fill="#22d3ee"/>
</svg>

After

Width:  |  Height:  |  Size: 759 B