This commit is contained in:
2025-11-25 17:01:01 -05:00
parent 6b8b490b3e
commit b2171fec3b
101 changed files with 2090 additions and 28 deletions
+16 -1
View File
@@ -35,7 +35,22 @@ export function CategoryColumn({
)}
{!displayedPart && parts.length > 0 && (
<div className="w-full border border-zinc-700 rounded-md p-3 mb-2 text-center">
<p className="text-sm text-zinc-500">Choose a Part</p>
<p className="text-sm text-zinc-500 flex items-center justify-center gap-2">
<svg
className="w-4 h-4"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth={2}
d="M12 4v16m8-8H4"
/>
</svg>
Choose a Part
</p>
</div>
)}
{displayedPart && (