[Fix]: 운세 상세 바텀시트 '토닥이에게 더 물어보기' 라우팅 연결 및 뒤로가기 재노출 방지 - #162
Open
oungsi2000 wants to merge 1 commit into
Open
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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. Comment |
- FortuneDetailBottomSheet의 CTA 버튼이 TODO(#38)로 비어있어 클릭해도 아무 동작이 없던 문제를 채팅 화면(TodakunRoute.Chat) 라우팅으로 연결 - 바텀시트가 열린 채로 채팅에 진입하면 채팅에서 뒤로가기 시 백스택에 남아있던 detail 상태 때문에 바텀시트가 다시 열리는 버그가 있어, 채팅 이동 전 closeDetail()로 상태를 먼저 비우도록 수정 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015do5t4ThrkmdyfYb4gkbCq
oungsi2000
force-pushed
the
fix/chat-cta-routing
branch
from
August 24, 2026 15:14
be9ee57 to
a5c80e8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
관련 이슈
close #38
작업 내용
홈/운세 리포트 화면의 운세 상세 바텀시트에 있는 '토닥이에게 더 물어보기' 버튼에 라우팅이 연결되어 있지 않던 문제 수정
변경사항 / 상세
FortuneDetailBottomSheet의 CTA 버튼이TODO(#38)로 비어있어 클릭해도 아무 동작이 없던 문제를 채팅 화면(TodakunRoute.Chat) 라우팅으로 연결onAskTodakClick콜백을 추가해HomeScreen/FortuneReportScreen→HomeRoute/FortuneReportRoute→TodakunApp까지 관통detail상태 때문에 바텀시트가 다시 열리는 버그가 있어 채팅 이동 전closeDetail()로 상태를 먼저 비우도록 수정중점 리뷰사항
스크린샷 (선택)
🤖 Generated with Claude Code