Skip to content

Conversation

@hwanseok1014
Copy link
Contributor

No description provided.

@github-actions
Copy link

github-actions bot commented Nov 18, 2025

🔧 Electron Build Results

✅ Windows

✅ macOS


This is an automated comment.

@hwanseok1014 hwanseok1014 linked an issue Nov 18, 2025 that may be closed by this pull request
Copy link
Contributor

@choihooo choihooo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨어요!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이거 노티피케이션 따로 파일 분리 못하려나요?

Comment on lines 75 to 87
useEffect(() => {
if (postureClass === 'bad') {
if (!badPostureStartTime.current) {
badPostureStartTime.current = Date.now();
console.log('🐢 거북목 상태 시작');
}
} else {
if (badPostureStartTime.current) {
console.log('✅ 정상 자세로 복귀');
}
badPostureStartTime.current = null;
}
}, [postureClass]);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이 부분 6단계 적용하면서 바뀐거 있어서 수정해야할거 같아요

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이거 파일 이름 띄어쓰기 없이 가는게 더 좋을거 같습니다

@hwanseok1014 hwanseok1014 merged commit 88e2f37 into main Nov 19, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(notification): 시스템 알림 기능 구현

3 participants