refactor(feedback): 전역 토스트 제거 및 HUD 오버레이 피드백 도입

This commit is contained in:
2026-03-04 21:56:51 +09:00
parent 06dbee8d63
commit 836679753e
5 changed files with 30 additions and 128 deletions

View File

@@ -131,7 +131,6 @@ export const SpaceFocusHudWidget = ({
onClose={() => setSheetOpen(false)}
onRest={() => {
setSheetOpen(false);
onStatusMessage({ message: '좋아요. 5분 뒤에 다시 알려드릴게요.' });
if (restReminderTimerRef.current) {
window.clearTimeout(restReminderTimerRef.current);
@@ -145,7 +144,6 @@ export const SpaceFocusHudWidget = ({
onConfirm={(nextGoal) => {
onGoalUpdate(nextGoal);
setSheetOpen(false);
onStatusMessage({ message: '다음 한 조각으로 이어갑니다.' });
triggerFlash(1200);
}}
/>