Skip to content

Polish Settings About card - #41

Merged
Has-X merged 3 commits into
mainfrom
dev
Aug 22, 2026
Merged

Polish Settings About card#41
Has-X merged 3 commits into
mainfrom
dev

Conversation

@Has-X

@Has-X Has-X commented Aug 22, 2026

Copy link
Copy Markdown
Owner

Keep the application version visible after localization refreshes and style Website and Send feedback as native rounded secondary buttons.

Copilot AI lite review requested due to automatic review settings August 22, 2026 22:20

Copilot AI 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.

🟡 Changes recommended

The new button-like styling is applied to HyperlinkButton, which keeps “link” semantics and can create an accessibility mismatch between visual role and announced control type.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

Updates the Windows WinUI “Settings > About” card to keep the app title+version string stable across localization re-application, while restyling the Website and Send feedback actions to appear as rounded secondary buttons.

Changes:

  • Stop localizing AboutVersionText via Tag so localization refreshes don’t overwrite the programmatically composed "{app.title} {version}" text.
  • Add a SupportLinkStyle for HyperlinkButton and apply it to the Website and Feedback links.
File summaries
File Description
apps/windows/Sensitivity.WinUI/MainWindow.xaml Removes localization tag from the version/title TextBlock; applies new style to support links.
apps/windows/Sensitivity.WinUI/App.xaml Introduces SupportLinkStyle for button-like hyperlink styling.
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +117 to +119
<StackPanel Orientation="Horizontal" Spacing="12">
<HyperlinkButton Tag="about.website" NavigateUri="https://chromatic.hu" />
<HyperlinkButton Tag="about.feedback" NavigateUri="mailto:feedback@chromatic.hu" />
<HyperlinkButton Style="{StaticResource SupportLinkStyle}" Tag="about.website" NavigateUri="https://chromatic.hu" />
<HyperlinkButton Style="{StaticResource SupportLinkStyle}" Tag="about.feedback" NavigateUri="mailto:feedback@chromatic.hu" />
@Has-X
Has-X merged commit 22ccf31 into main Aug 22, 2026
10 checks passed
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