feat(space): 목표 카드를 collapsed rail로 재설계

This commit is contained in:
2026-03-14 18:46:27 +09:00
parent b0fe2887c6
commit 278fc11135
6 changed files with 412 additions and 39 deletions

View File

@@ -261,6 +261,7 @@ export const SpaceFocusHudWidget = ({
<>
<div className="pointer-events-none fixed left-6 top-6 z-20 w-[min(29rem,calc(100vw-3rem))] md:left-10 md:top-9">
<IntentCapsule
key={isIntentOverlayOpen ? 'intent-locked' : 'intent-interactive'}
goal={normalizedGoal}
microStep={microStep}
canRefocus={Boolean(hasActiveSession)}