feat: add required field indicators to submit wizard

This commit is contained in:
2026-04-27 07:19:29 +08:00
parent cece6a40dc
commit 5ccd3e0f7b
3 changed files with 11 additions and 3 deletions
+4
View File
@@ -173,6 +173,10 @@ export function GameEntryWizard({ gameId, gameVersionId }: GameEntryWizardProps)
onStepClick={handleStepClick}
/>
<div className="flex items-center gap-1 text-xs text-text/40">
<span className="text-red-400">*</span> Required fields
</div>
{/* Step Content */}
<AnimatePresence mode="wait">
<motion.div