feat(space): 종료 결과 모달과 current session thought 복원 추가

This commit is contained in:
2026-03-16 20:08:50 +09:00
parent 6194c19f3b
commit 1d2ce85cfd
10 changed files with 401 additions and 79 deletions

View File

@@ -122,6 +122,17 @@ export const space = {
confirmPending: '시작 중…',
finishPending: '마무리 중…',
},
completionResult: {
eyebrow: 'SESSION COMPLETE',
title: '이번 세션을 조용히 닫아둘게요.',
description: '얼마나 집중했는지, 무엇을 끝냈는지, 생각 캡슐에 남긴 것까지 한 번에 정리해둡니다.',
focusedLabel: '집중한 시간',
focusedValue: (minutes: number) => `${minutes}`,
goalLabel: '완료한 목표',
thoughtsLabel: '이번 세션 생각 캡슐',
thoughtCount: (count: number) => `${count}`,
confirmButton: '확인하고 돌아가기',
},
controlCenter: {
sectionTitles: {
background: 'Background',