Conversation
리포트 상세로 이동했다가 홈으로 돌아오면 HomeScreen의 LaunchedEffect(Unit)가 다시 실행되어 Load가 재발행되고, loadReports()가 매번 expandedReportIds를 첫 리포트만 펼친 상태로 덮어써 사용자가 펼쳐둔 카드가 접혀 있었다. 최초 로드에서만 첫 리포트를 기본으로 펼치고, 재조회부터는 기존 펼침 상태를 유지하되(삭제된 리포트 id만 걸러낸다) 그대로 보존하도록 수정. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Contributor
|
Important Review available on request
Reviews should be triggered manually for repositories with fewer than 10 stars. Select Trigger review above or comment ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 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 |
Contributor
Catalog Preview상태: ✅ 최신 배포 성공 Preview: https://yapp-github.github.io/28th-App-Team-1-Android/pr/198/ Commit: 실행: GitHub Actions |
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.
🚩 연관 이슈
closed #173
📝 작업 내용
HomeScreen의LaunchedEffect(Unit)가 다시 실행되어Load가 재발행되고,loadReports()가 매번expandedReportIds를 첫 리포트만 펼친 상태로 덮어써 사용자가 펼쳐둔 카드가 접혀버리는 문제 수정HomeViewModel.loadReports()변경🏞️ 스크린샷 (선택)
🗣️ 리뷰 요구사항 (선택)