Skip to content

[#782] 버튼 배경에 텍스트의 색상을 적용한다 - #784

Merged
opficdev merged 5 commits into
developfrom
ui/#782
Jul 30, 2026
Merged

[#782] 버튼 배경에 텍스트의 색상을 적용한다#784
opficdev merged 5 commits into
developfrom
ui/#782

Conversation

@opficdev

@opficdev opficdev commented Jul 30, 2026

Copy link
Copy Markdown
Owner

🔗 연관된 이슈

🎯 의도

  • TCA AlertState의 버튼 구성을 유지하면서 iOS 26의 기본 동작을 시스템 강조 형태로 표시하기 위한 공통 Alert 처리 도입

📝 작업 내용

📌 요약

  • Presentation 공용 prominentAlert 모디파이어 추가
  • 15개 View의 TCA .alert 호출을 .prominentAlert로 교체
  • 단일 버튼과 다중 버튼의 기본 동작에 대한 운영체제별 역할 적용
  • docs/superpowers 경로의 Git 추적 제외

🔍 상세

  • 단일 버튼을 기본 동작으로 지정하고 iOS 26 이상에서 .confirm 역할 적용
  • 다중 버튼의 첫 .destructive 버튼을 기본 동작으로 지정하고 iOS 26 이상에서 .confirm 역할 적용
  • iOS 26 미만에서 단일 버튼의 기존 nil 역할과 다중 버튼의 원래 역할 유지
  • 기본 동작에 .keyboardShortcut(.defaultAction) 적용

📸 영상 / 이미지 (Optional)

image image
iOS 17, 18 iOS 26

@opficdev opficdev self-assigned this Jul 30, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7c8edfc4b9

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .gitignore

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a99f331bd9

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@opficdev
opficdev merged commit b63123e into develop Jul 30, 2026
8 checks passed
@opficdev
opficdev deleted the ui/#782 branch July 30, 2026 16:27
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.

버튼 배경에 텍스트의 색상을 적용한다

1 participant