fix(space): 정리된 intent hud와 리뷰 반영

This commit is contained in:
2026-03-14 16:28:26 +09:00
parent 6154bd54a8
commit bc08a049b6
17 changed files with 746 additions and 214 deletions

View File

@@ -9,7 +9,6 @@ import {
} from '@/features/restart-30s';
interface SpaceTimerHudWidgetProps {
timerLabel: string;
timeDisplay?: string;
className?: string;
hasActiveSession?: boolean;
@@ -28,7 +27,6 @@ interface SpaceTimerHudWidgetProps {
const HUD_ACTIONS = copy.space.timerHud.actions;
export const SpaceTimerHudWidget = ({
timerLabel,
timeDisplay = '25:00',
className,
hasActiveSession = false,