diff --git a/docs/12_core_loop_execution_roadmap.md b/docs/12_core_loop_execution_roadmap.md index 3bce2f6..0f799e5 100644 --- a/docs/12_core_loop_execution_roadmap.md +++ b/docs/12_core_loop_execution_roadmap.md @@ -304,6 +304,7 @@ Away / Return이 끼어들기 전, 다음으로 예정된 축은 아래 두 가 - `Pause / Break / Return` separation polish - material 1차 분리 반영 완료 - copy / CTA hierarchy 2차 분리 반영 완료 + - motion polish 1차 반영 완료 - 남은 것은 browser QA와 motion 미세 조정 ### 다음 대기 diff --git a/docs/90_current_state.md b/docs/90_current_state.md index 4a2e2d3..141cb7b 100644 --- a/docs/90_current_state.md +++ b/docs/90_current_state.md @@ -52,6 +52,10 @@ Last Updated: 2026-03-14 - `Return(focus)`는 `멈춘 자리에서 이어가기`, `Return(break)`는 `지금부터 쉬기 / 다음 블록 이어가기` 중심으로 재서술 - `Goal Complete`는 `다음 블록 이어가기 / 잠깐 쉬기 / 여기까지 끝내기` 순의 선택 tray를 먼저 보여주고, 다음 블록 입력은 이후 단계에서만 열리게 정리 - choice/next view의 헤더와 설명도 각각 다른 감정 상태에 맞춰 분리 +- `/space` Pause / Break / Return motion polish 1차 구현: + - `Pause` tray는 빠르게 다시 붙잡는 recovery reveal로 조정 + - `Return(focus)`는 짧은 re-entry settle motion으로, `Return(break)`는 더 느슨한 release reveal로 분리 + - `Goal Complete`도 같은 recovery family 안에서 가장 느린 closure motion을 가지도록 조정 - Focus Entry Surface / Execution Surface 재정의: - `/app`을 planning home이 아니라 hero-first focus entry surface로 재구성 diff --git a/docs/session_brief.md b/docs/session_brief.md index 1c06dd9..f958771 100644 --- a/docs/session_brief.md +++ b/docs/session_brief.md @@ -15,8 +15,8 @@ Last Updated: 2026-03-14 ## 현재 우선순위 1. `/space` Refocus + Return 브라우저 QA -2. `Pause / Break / Return` motion polish -3. `Weekly Review` 상세 기획 +2. `Weekly Review` 상세 기획 +3. `Premium Ambience System` 방향 정리 ## 최근 세션 상태 @@ -56,6 +56,10 @@ Last Updated: 2026-03-14 - `Pause`는 `멈춘 이유`보다 `다시 시작할 한 줄`에 집중하는 recovery tone으로 다시 썼다. - `Return(focus)`는 `이어가기`, `Return(break)`는 `지금부터 쉬기 / 다음 블록 이어가기` 중심으로 문구를 분리했다. - `Goal Complete`는 `마무리 / 쉬기 / 이어가기`의 선택 tray가 먼저 보이고, 다음 블록 입력은 이후 단계에서만 열리도록 더 선명해졌다. +- `Pause / Break / Return`의 motion polish 1차를 반영했다. + - `Pause`는 빠르게 다시 붙잡는 recovery reveal로, + - `Return(focus)`는 재진입에 맞는 짧은 settle motion으로, + - `Return(break)`와 `Goal Complete`는 더 느슨한 release/closure reveal로 분리했다. - `/app`을 single-goal commitment gate로 다시 줄였다. - 2-step ritual setup을 제거했다. - current session이 있으면 `Resume` UI만 보여주고, `/space`로 이어가기만 제안한다. diff --git a/docs/work.md b/docs/work.md index 3511384..29be946 100644 --- a/docs/work.md +++ b/docs/work.md @@ -82,6 +82,7 @@ - break는 release tone - return은 re-entry tone으로 분리된다 - copy와 CTA hierarchy 2차 분리가 반영된다 + - motion polish 1차가 반영된다 - 검증: - 브라우저 수동 확인 - motion 미세 조정 diff --git a/src/widgets/space-focus-hud/ui/GoalCompleteSheet.tsx b/src/widgets/space-focus-hud/ui/GoalCompleteSheet.tsx index 8c21091..7eae922 100644 --- a/src/widgets/space-focus-hud/ui/GoalCompleteSheet.tsx +++ b/src/widgets/space-focus-hud/ui/GoalCompleteSheet.tsx @@ -10,6 +10,9 @@ import { HUD_OPTION_ROW, HUD_OPTION_ROW_BREAK, HUD_OPTION_ROW_PRIMARY, + HUD_REVEAL_BASE, + HUD_REVEAL_COMPLETE, + HUD_REVEAL_HIDDEN, HUD_TEXT_LINK, HUD_TEXT_LINK_STRONG, HUD_TRAY_HAIRLINE, @@ -137,10 +140,8 @@ export const GoalCompleteSheet = ({ return (