[#637] regular ui에서 Todo가 삭제 혹은 수정되었을 때 HomeView의 최근 섹션 탭이 깜빡이는 현상을 해결한다#656
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
이번 풀 리퀘스트에서는 HomeView에서 최근 할 일 목록이 로딩 중일 때, 기존에 로드된 데이터가 없는 경우(store.recentTodos.isEmpty)에만 LoadingView를 보여주도록 조건을 수정하였습니다. 이를 통해 이미 데이터가 존재하는 상태에서 로딩이 발생할 때 화면이 로딩 뷰로 대체되는 현상을 방지합니다. 변경 사항이 적절하며 추가적인 피드백은 없습니다.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
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.
🔗 연관된 이슈
🎯 의도
📝 작업 내용
📌 요약
🔍 상세
isRecentTodosLoading상태에서도recentTodos가 비어 있지 않으면 기존 row 렌더링 유지ForEach(id: \.id)기준으로 변경된 row만 SwiftUI diff에 따라 반영📸 영상 / 이미지 (Optional)