@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user