/** * Placeholder row shown in the scene list while a new scene generates in the * background. Mirrors the real SceneListRow layout (drag-handle column + glass card) * but shows a spinner in place of the order badge and "Generating scene…" in place of * the title. Resolves to the real row when the add-scene job completes. */ export default function AddScenePlaceholderRow() { return (

Generating scene…

); }