feat(goal-flow): Goal 1줄 앵커와 완료 시트 기반 다음 한 조각 플로우 적용

This commit is contained in:
2026-03-04 19:57:11 +09:00
parent b38455bf56
commit 85b4333798
4 changed files with 202 additions and 21 deletions

View File

@@ -182,6 +182,10 @@ export const SpaceWorkspaceWidget = () => {
goal={goalInput.trim()}
timerLabel={selectedTimerLabel}
visible={isFocusMode}
onGoalUpdate={(nextGoal) => {
setGoalInput(nextGoal);
setSelectedGoalId(null);
}}
/>
<SpaceToolsDockWidget