B06_페이지 초안 완료

This commit is contained in:
2026-07-19 12:08:02 +09:00
parent e18753416f
commit cfb7a443af
2 changed files with 6 additions and 0 deletions
@@ -198,6 +198,7 @@ export async function renderB06ProfileCross(root: HTMLElement): Promise<void> {
try {
await confirmSections(projectId, currentRouteId);
showToast(L("B06_Profile_Confirm_Success"), "success");
goToWorkflowStage(projectId, WORKFLOW_STEP_ROUTES[4]);
} catch (error) {
const detail = error instanceof Error ? error.message : L("B06_Profile_Confirm_Failed");
showToast(`${L("B06_Profile_Confirm_Failed")} ${detail}`, "error");
@@ -74,6 +74,11 @@
gap: var(--spacing-8);
}
.b06-profile__actions > * {
flex: 1 1 0;
min-width: 0;
}
/* --- 우측 결과 --- */
.b06-profile__result {
display: flex;