STL Model Viewer

This commit is contained in:
2025-12-25 17:55:58 +00:00
parent 8142b22b21
commit 91a9aa9c54
11 changed files with 1161 additions and 251 deletions

View File

@@ -75,9 +75,19 @@
</div>
<div class="flex-1 min-w-0">
<h3 class="text-white font-medium truncate">
{print.name}
</h3>
<div class="flex items-center gap-2">
<h3 class="text-white font-medium truncate">
{print.name}
</h3>
{#if print.stl_file}
<span title="Has 3D Model">
<Icon
icon="mdi:cube-scan"
class="w-4 h-4 text-blue-400 shrink-0"
/>
</span>
{/if}
</div>
<div
class="flex flex-wrap gap-x-4 gap-y-1 mt-1 text-xs text-slate-400"
>