new playlist page 2
Deploy / deploy (push) Failing after 2m49s

This commit is contained in:
twotalesanimation
2026-06-07 20:27:10 +02:00
parent 0be1818ff5
commit f16d0b0466
2 changed files with 52 additions and 25 deletions
@@ -38,6 +38,7 @@ interface PlaylistVersion {
posterUrl: string | null;
fps: number;
approvalStatus: string;
taskTitle: string;
}
interface PlaylistShot {
@@ -315,6 +316,7 @@ function ShotThumbnail({
{/* Info */}
<div className="flex-1 min-w-0 pt-0.5">
<p className="font-mono text-xs font-semibold text-white truncate">{shot.shotCode}</p>
<p className="text-[10px] text-zinc-500 truncate">{shot.latestVersion.taskTitle}</p>
<div className={cn(
"flex items-center gap-1 mt-0.5 text-[10px]",
APPROVAL_COLORS[shot.latestVersion.approvalStatus]?.split(" ").find(c => c.startsWith("text-")) ?? "text-zinc-400"