Skip to content

[#583] 푸시 알림 detail 섹션의 배경색을 변경한다#584

Merged
opficdev merged 5 commits into
developfrom
fix/#583-notificationRowContent
Jun 10, 2026
Merged

[#583] 푸시 알림 detail 섹션의 배경색을 변경한다#584
opficdev merged 5 commits into
developfrom
fix/#583-notificationRowContent

Conversation

@opficdev

Copy link
Copy Markdown
Owner

🔗 연관된 이슈

🎯 의도

  • 푸시 알림 detail 영역에서 알림 선택 전 placeholder 배경색이 화면 구조와 맞지 않는 문제 해결

📝 작업 내용

📌 요약

  • 푸시 알림 미선택 detail placeholder 배경색 적용 범위 조정
  • NavigationSplitView 전체 배경 지정 제거
  • PushNotificationListView의 중복 배경 modifier 제거
  • *.drawio ignore 추가 및 기존 docs/DevLog.drawio 추적 해제

🔍 상세

  • MainView의 푸시 알림 regular detail 영역을 notificationRegularDetailView로 분리
  • 알림 선택 상태에서는 기존 TodoDetailView 노출 흐름 유지
  • 알림 미선택 상태에서만 ContentUnavailableViewsystemGroupedBackground 적용
  • .gitignore*.drawio 추가 후 이미 추적 중이던 drawio 원본 파일 제거

📸 영상 / 이미지 (Optional)

image image
개선 전 개선 후

@opficdev opficdev self-assigned this Jun 10, 2026
@opficdev opficdev added qa TestFlight에 배포 and removed qa TestFlight에 배포 labels Jun 10, 2026
@opficdev

Copy link
Copy Markdown
Owner Author

/gemini review

@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

이번 풀 리퀘스트에서는 .gitignore에 *.drawio를 추가하고 기존의 대형 다이어그램 파일을 삭제하였으며, MainView.swift의 NavigationSplitView 내부 로직을 notificationRegularDetailView 헬퍼 뷰 빌더로 분리하여 가독성을 개선하고 불필요한 배경색 설정을 정리하였습니다. 피드백으로는 PushNotificationListView에서 알럿 타이틀이 빈 문자열로 하드코딩된 부분을 viewModel.state.alertTitle을 사용하도록 변경하여 일관된 에러 메시지가 노출되도록 개선할 것을 권장합니다.

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 6ce0574 into develop Jun 10, 2026
5 checks passed
@opficdev opficdev deleted the fix/#583-notificationRowContent branch June 10, 2026 16:38
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.

푸시 알림 detail 섹션의 배경색을 변경한다

1 participant