サ活一覧の件数表示を共通化#265
Merged
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
サ活一覧画面の「件数表示」UI(iOS 26 系ツールバー内で重複していた表示)を共通関数に抽出し、重複を減らす変更です。
Changes:
- iOS 26.0 以上のツールバー内で重複していた件数表示
TextをsakatsusCountTextに抽出 .font(.subheadline)/.foregroundStyle(.secondary)のスタイル適用を共通化
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+162
to
+167
| @available(iOS 26.0, *) | ||
| private func sakatsusCountText(sakatsusCount: Int) -> some View { | ||
| Text("\(sakatsusCount) Sakatsu(s)", bundle: .module) | ||
| .font(.subheadline) | ||
| .foregroundStyle(.secondary) | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
チケット
仕様書・Figma
やったこと
やってないこと
参考リンク