feat(space): 종료 결과 모달과 current session thought 복원 추가
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user