fixes
Build and Push Docker Image / build (push) Successful in 43s

This commit is contained in:
jason
2026-04-21 21:47:52 -05:00
parent bc3b78aa33
commit 95774c9c21
4 changed files with 153 additions and 6 deletions
@@ -15,6 +15,7 @@ import {
Textarea,
} from "@/components/ui";
import { apiFetch, ApiClientError } from "@/lib/client-api";
import StepViewerPanel from "@/components/StepViewerPanel";
interface FileView {
id: string;
@@ -153,6 +154,16 @@ export default function AssemblyDetailClient({
</div>
</section>
{assembly.stepFile ? (
<StepViewerPanel
className="mb-6"
title="Assembly 3D"
fileId={assembly.stepFile.id}
fileName={assembly.stepFile.originalName}
height={480}
/>
) : null}
<Card>
<table className="w-full text-sm">
<thead className="bg-slate-50 text-left text-slate-600 border-b border-slate-200">