검증게시판 단계에 신규기능 요청 완료 단계 추가

This commit is contained in:
Macbook
2026-05-30 10:45:43 +09:00
parent c7ba13e7ed
commit 42a9b6a1fb
4 changed files with 27 additions and 0 deletions
@@ -56,6 +56,23 @@ function StageGlyph({ stage }: { stage: VerificationIssueStage }) {
<path d="M12.8 5.2A4.5 4.5 0 1 0 6.5 11.5" />
</svg>
);
case 'NEW_FEATURE_REQUEST':
return (
<svg viewBox="0 0 16 16" fill="none" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" aria-hidden>
<path d="M8 2.5v2" />
<path d="M5.5 4.5h5" />
<path d="M6 7.5h4v5.5H6z" />
<path d="M8 10v1.5" />
</svg>
);
case 'NEW_FEATURE_COMPLETE':
return (
<svg viewBox="0 0 16 16" fill="none" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" aria-hidden>
<path d="M8 2.5l1.2 2.5 2.7.4-2 1.9.5 2.7L8 8.8 5.6 9l.5-2.7-2-1.9 2.7-.4L8 2.5z" />
<path d="M4 12.5h8" />
<path d="M6 10.5l1.2 1.2L10 8.9" />
</svg>
);
case 'COMPLETE':
return (
<svg viewBox="0 0 16 16" fill="none" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" aria-hidden>