This commit is contained in:
2026-05-11 20:27:41 +08:00
parent e30b733b17
commit 481a27fc53
60 changed files with 6357 additions and 1100 deletions

View File

@@ -134,8 +134,7 @@ export function CustomWorldGenerationView({
<button
type="button"
onClick={onBack}
disabled={isGenerating}
className={`platform-button platform-button--ghost min-h-0 px-3 py-1.5 text-[11px] ${isGenerating ? 'cursor-not-allowed opacity-45' : ''}`}
className="platform-button platform-button--ghost min-h-0 px-3 py-1.5 text-[11px]"
>
{backLabel}
</button>
@@ -213,7 +212,10 @@ export function CustomWorldGenerationView({
return (
<div
key={buildFallbackRenderKey(step.id, `progress-step-${index}`)}
key={buildFallbackRenderKey(
step.id,
`progress-step-${index}`,
)}
className={`rounded-2xl border px-4 py-3 transition-colors ${
step.status === 'completed'
? 'border-emerald-400/16 bg-emerald-500/8'