Skip to content

fix: iOS 26の保存ボタンをroleベースに変更#268

Merged
uhooi merged 1 commit into
mainfrom
fix/sakatsu-input-padding
Apr 23, 2026
Merged

fix: iOS 26の保存ボタンをroleベースに変更#268
uhooi merged 1 commit into
mainfrom
fix/sakatsu-input-padding

Conversation

@uhooi
Copy link
Copy Markdown
Owner

@uhooi uhooi commented Apr 23, 2026

概要

  • iOS 26 の保存ボタンを Button(role: .confirm, action:) に変更
  • 明示的な Image.glassProminent の指定を削除
  • 既存のアクセシビリティラベルと disabled 制御は維持

参考リンク

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@uhooi uhooi self-assigned this Apr 23, 2026
@uhooi uhooi marked this pull request as ready for review April 23, 2026 13:38
Copilot AI review requested due to automatic review settings April 23, 2026 13:38
@uhooi uhooi merged commit 83a3335 into main Apr 23, 2026
13 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

iOS 26 環境での保存ボタンを、システム提供の confirm ロールに基づく実装へ切り替え、不要な明示ラベル/スタイル指定を削除するPRです。

Changes:

  • iOS 26 の保存ボタンを Button(role: .confirm, action:) に変更
  • iOS 26 分岐での Image(systemName: "checkmark").buttonStyle(.glassProminent) を削除
  • 既存の accessibilityLabeldisabled 制御を維持

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants