Redesign the HTTPD

This commit is contained in:
2026-05-17 18:34:49 -04:00
parent 4fff172232
commit a92be6c681
26 changed files with 1909 additions and 235 deletions
@@ -1,4 +1,18 @@
Schematics
SCHEMATICS
<h2>Schematic Upload</h2>
<h5 class="alert alert-danger mb-3 w-auto p-3" role="alert"><b>Error:</b> ${MESSAGE}</h5>
<section class="rise">
<h1 class="text-3xl font-medium tracking-tight md:text-4xl">Upload schematic</h1>
</section>
<div class="rise rise-1 ring-card mt-6 flex items-start gap-3 rounded-2xl bg-card p-4">
<svg class="mt-0.5 size-5 shrink-0 text-destructive" aria-hidden="true"><use href="#i-alert"/></svg>
<p class="text-sm text-muted-foreground">${MESSAGE}</p>
</div>
<div class="rise rise-2 mt-4">
<a href="/api/schematics/upload/"
class="inline-flex h-9 items-center gap-1.5 rounded-full bg-muted px-4 text-sm font-medium transition-colors hover:bg-secondary">
<svg class="size-3.5" aria-hidden="true"><use href="#i-upload"/></svg>
Try again
</a>
</div>