Skip to content

[#4!0] HomeView의 LoadingView를 즉시 뜨도록 수정한다#413

Merged
opficdev merged 2 commits intodevelopfrom
fix/#410-HomeView-Loading
May 1, 2026
Merged

[#4!0] HomeView의 LoadingView를 즉시 뜨도록 수정한다#413
opficdev merged 2 commits intodevelopfrom
fix/#410-HomeView-Loading

Conversation

@opficdev
Copy link
Copy Markdown
Owner

@opficdev opficdev commented May 1, 2026

🔗 연관된 이슈

📝 작업 내용

📌 요약

HomeView의 섹션별 LoadingView가 지연 없이 바로 표시되도록 로딩 상태 전환 방식 수정

🔍 상세

  • Todo 카테고리, 최근 수정 Todo, 웹페이지 섹션의 로딩 상태를 delayed에서 immediate로 변경
  • 각 섹션의 데이터 조회 시작 시 LoadingView가 즉시 표시되도록 개선
  • iOS TestFlight workflow를 수동 실행할 수 있도록 workflow_dispatch 추가
  • 수동 실행 시 App Store Connect 업로드 여부를 upload_to_app_store_connect 입력값으로 선택할 수 있도록 구성
  • Xcode Local MCP 빌드 확인
  • workflow YAML 파싱 확인

📸 영상 / 이미지 (Optional)

ScreenRecording_05-01-2026.22-46-31_1.MP4
LoadingView가 바로 뜸

@opficdev opficdev self-assigned this May 1, 2026
@opficdev opficdev added the qa TestFlight에 배포 label May 1, 2026
@opficdev opficdev merged commit 6be1fce into develop May 1, 2026
1 check passed
@opficdev opficdev deleted the fix/#410-HomeView-Loading branch May 1, 2026 13:55
Copy link
Copy Markdown
Contributor

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

Choose a reason for hiding this comment

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

Code Review

HomeViewModel에서 fetchTodoCategoryPreferences, fetchRecentTodos, fetchWebPages 작업 시 로딩 모드를 .delayed에서 .immediate로 변경하였습니다. 리뷰어의 피드백이 없으므로 추가로 제공할 의견이 없습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

qa TestFlight에 배포

Projects

None yet

Development

Successfully merging this pull request may close these issues.

HomeView의 LoadingView를 즉시 뜨도록 수정한다

1 participant