-
Notifications
You must be signed in to change notification settings - Fork 0
[Fix/#68] 릴리즈 직전 세부 항목 수정 #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…fab버튼-제보하기 클릭시 준비중 토스트 메세지 출력
Walkthrough이번 변경에서는 감정 구슬 선택 후 추천 루틴 화면에 status bar 패딩을 추가하고, 마이페이지 내 공지사항 및 자주 묻는 질문 선택 시 각각의 WebView로 이동하도록 네비게이션을 구현하였습니다. 또한 홈 화면의 "제보하기" 버튼 클릭 시 안내 토스트가 표시되도록 수정되었습니다. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant MainNavHost
participant WebViewScreen
User->>MainNavHost: 공지사항/자주 묻는 질문 클릭
MainNavHost->>WebViewScreen: WebView로 네비게이션 (타이틀, URL 전달)
sequenceDiagram
participant User
participant HomeNavHost
participant Toast
User->>HomeNavHost: 제보하기 버튼 클릭
HomeNavHost->>Toast: "제보하기 기능은 추후 제공" 안내 토스트 표시
Estimated code review effort🎯 2 (Simple) | ⏱️ ~7 minutes Assessment against linked issues
Possibly related PRs
Suggested labels
Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
🧰 Additional context used🧠 Learnings (1)📚 Learning: presentation/src/main/java/com/threegap/bitnagil/presentation/writeroutine/component/atom/textbutton...
Applied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (4)
✨ Finishing Touches
🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM~!
[ PR Content ]
Related issue
Screenshot 📸
KakaoTalk_Video_2025-07-31-23-02-03.mp4
Work Description
To Reviewers 📢
Summary by CodeRabbit
신규 기능
버그 수정
스타일