Skip to content

[#508] regular ui일 때는 뷰 배경색을 통일하도록 수정한다#518

Merged
opficdev merged 8 commits into
developfrom
ui/#508-background
Jun 2, 2026
Merged

[#508] regular ui일 때는 뷰 배경색을 통일하도록 수정한다#518
opficdev merged 8 commits into
developfrom
ui/#508-background

Conversation

@opficdev
Copy link
Copy Markdown
Owner

@opficdev opficdev commented Jun 2, 2026

🔗 연관된 이슈

🎯 의도

  • NavigationSplitView의 regular UI와 일부 sheet/detail 화면에서 배경색이 다르게 보여 ux를 해칠 것 같다고 판단하여 통일함

📝 작업 내용

📌 요약

  • 화면 배경색을 systemGroupedBackground 기준으로 통일
  • NavigationBarConfigurator의 기본 배경색을 systemGroupedBackground로 변경
  • iOS 18 이하에서 safeArea 영역 배경색이 다르게 보이는 케이스 수정

🔍 상세

  • TodoDetail, TodoEditor, TodoList, PushNotificationList, RootView, MainView detail 영역의 배경색 정리
  • PushNotificationListView의 NavigationBarConfigurator 호출에서 기본 배경 파라미터 제거
  • plain List의 safeArea header 색상을 systemGroupedBackground로 변경

📸 영상 / 이미지 (Optional)

@opficdev opficdev self-assigned this Jun 2, 2026
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

이번 풀인 요청은 앱 전반의 뷰 배경색을 일관되게 유지하기 위해 기존의 .systemBackground.secondarySystemBackground.systemGroupedBackground로 변경하는 작업을 포함하고 있습니다. 리뷰 의견으로는 TodoListViewPushNotificationListView에서 List 컴포넌트의 기본 배경색으로 인해 지정한 배경색이 보이지 않을 수 있으므로, .scrollContentBackground(.hidden)을 추가하여 배경색이 올바르게 적용되도록 개선할 것을 제안합니다.

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.

Comment thread Application/DevLogPresentation/Sources/Home/TodoListView.swift
@opficdev opficdev merged commit 42e9809 into develop Jun 2, 2026
1 check passed
@opficdev opficdev deleted the ui/#508-background branch June 2, 2026 14:07
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일 때는 뷰 배경색을 통일하도록 수정한다

1 participant