Skip to content

[#637] regular ui에서 Todo가 삭제 혹은 수정되었을 때 HomeView의 최근 섹션 탭이 깜빡이는 현상을 해결한다#656

Merged
opficdev merged 1 commit into
developfrom
fix/#637-homeview-blink
Jun 28, 2026
Merged

[#637] regular ui에서 Todo가 삭제 혹은 수정되었을 때 HomeView의 최근 섹션 탭이 깜빡이는 현상을 해결한다#656
opficdev merged 1 commit into
developfrom
fix/#637-homeview-blink

Conversation

@opficdev

Copy link
Copy Markdown
Owner

🔗 연관된 이슈

🎯 의도

  • regular UI에서 Todo detail 수정 후 HomeView의 최근 수정 섹션이 로딩 뷰로 교체되며 깜빡이는 현상 방지

📝 작업 내용

📌 요약

  • 최근 수정 목록이 비어 있을 때만 LoadingView 표시
  • 기존 최근 수정 row가 있는 refresh 중에는 현재 row 유지

🔍 상세

  • isRecentTodosLoading 상태에서도 recentTodos가 비어 있지 않으면 기존 row 렌더링 유지
  • detail 수정 후 mutation event로 최근 수정 목록을 다시 받아오는 기존 데이터 흐름 유지
  • fetch 완료 시 ForEach(id: \.id) 기준으로 변경된 row만 SwiftUI diff에 따라 반영

📸 영상 / 이미지 (Optional)

@opficdev opficdev self-assigned this Jun 28, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@opficdev opficdev merged commit 6394850 into develop Jun 28, 2026
6 checks passed
@opficdev opficdev deleted the fix/#637-homeview-blink branch June 28, 2026 02:12
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.

regular ui에서 Todo가 삭제 혹은 수정되었을 때 HomeView의 최근 섹션 탭이 깜빡이는 현상을 해결한다

1 participant