Skip to content

Conversation

@graycreate
Copy link
Member

Summary

  • Move feedback item to first position in settings
  • Add subtitle showing "唯一反馈渠道"
  • Update link to https://v2er.app/help

Changes

  • SettingsPage.swift: Move feedback button to top, add subtitle text

🤖 Generated with Claude Code

- Move feedback item to first position
- Add subtitle showing "唯一反馈渠道"
- Update link to https://v2er.app/help

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Copilot AI review requested due to automatic review settings December 27, 2025 04:10
@graycreate graycreate merged commit cb2a71b into main Dec 27, 2025
9 of 10 checks passed
Copy link

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

This PR reorganizes the settings menu by moving the feedback item to the top position and enhancing it with a subtitle. The feedback URL is also updated from the GitHub issues page to the app's dedicated help page.

  • Feedback item moved from middle to first position with enhanced subtitle
  • Feedback URL changed from GitHub issues to https://v2er.app/help
  • Visual spacing adjustments with .padding(.top, 8) applied to maintain consistent layout

Image(systemName: "chevron.right")
.font(.body.weight(.regular))
.foregroundColor(.secondaryText)
.padding(.trailing, 16)
Copy link

Copilot AI Dec 27, 2025

Choose a reason for hiding this comment

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

The padding value here is inconsistent with the standard padding used elsewhere in the codebase. According to the SectionItemView.swift implementation, the standard horizontal padding (paddingH) is 15, but this uses 16. This creates visual inconsistency with other SectionView instances like the "关于" section which doesn't specify custom padding and uses the default 15 from the SectionView's content padding.

Suggested change
.padding(.trailing, 16)
.padding(.trailing, 15)

Copilot uses AI. Check for mistakes.
@github-actions
Copy link

Code Coverage Report ❌

Current coverage: 30.44%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants