Skip to content

fix: 도움말 네비게이션 뒤로가기 버그 수정#29

Merged
jpark0506 merged 6 commits intodevfrom
fix/help-navigation-bug
Feb 22, 2026
Merged

fix: 도움말 네비게이션 뒤로가기 버그 수정#29
jpark0506 merged 6 commits intodevfrom
fix/help-navigation-bug

Conversation

@jpark0506
Copy link
Collaborator

@jpark0506 jpark0506 commented Feb 22, 2026

Summary

  • 루트 레이아웃을 <Slot />에서 <Stack />으로 변경하여 도움말 뒤로가기 근본 해결
  • 도움말에서 뒤로가기 시 진입했던 화면으로 정확히 복귀 (상세보기, 내 정보, 채팅방 등)
  • returnTo 파라미터 및 replaceTo prop 제거로 코드 단순화
  • 일기 분석 결과 404 시 무한 에러 alert 수정
  • 메뉴 제목 '마음 일기' → '일기 작성' 변경

Test plan

  • 일기 목록 → 도움말 → 뒤로가기 시 일기 목록으로 복귀 확인
  • 일기 상세 → 도움말 → 뒤로가기 시 일기 상세로 복귀 확인
  • 내 정보 → 도움말 → 뒤로가기 시 내 정보로 복귀 확인 (CARE 화면으로 안 감)
  • 채팅방 → 도움말 → 뒤로가기 시 채팅방으로 복귀 확인
  • 상세보기 ↔ 도움말 반복 이동 시 스택 누적 없는지 확인
  • CARE 역할 사용자도 동일하게 정상 동작 확인

🤖 Generated with Claude Code

Summary by CodeRabbit

새로운 기능 및 개선사항

  • New Features

    • 마음 상담 채팅 기능 추가 (메시지 관리, 음성 메시지, 감정 분석)
    • 음성 기록 파형 시각화 및 고급 재생 제어
    • 주간/월간 감정 통계 위젯 추가
    • 일기 저장 확인 화면 및 개선된 UI 흐름
  • Improvements

    • 성능 최적화 (컴포넌트 메모이제이션)
    • 프로젝트 구조 개선 및 모듈 정리
    • 타입 안전성 강화
  • Documentation

    • 개발 규칙 및 커밋 컨벤션 문서화
    • FSD 아키텍처 및 코딩 스타일 가이드 추가

@coderabbitai
Copy link

coderabbitai bot commented Feb 22, 2026

Warning

Rate limit exceeded

@jpark0506 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 17 minutes and 15 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/help-navigation-bug

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@jpark0506 jpark0506 changed the base branch from release to dev February 22, 2026 11:01
@jpark0506
Copy link
Collaborator Author

@coderabbitai review

@coderabbitai
Copy link

coderabbitai bot commented Feb 22, 2026

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@jpark0506 jpark0506 self-assigned this Feb 22, 2026
@jpark0506 jpark0506 merged commit 2959cec into dev Feb 22, 2026
2 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.

1 participant