Skip to content

Support Screens Revamp: Modern Tile-Based Layout#477

Merged
StuartFerguson merged 4 commits intomainfrom
copilot/revamp-support-screens-layout
Mar 6, 2026
Merged

Support Screens Revamp: Modern Tile-Based Layout#477
StuartFerguson merged 4 commits intomainfrom
copilot/revamp-support-screens-layout

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 6, 2026

  • Revamp SupportPage.xaml with modern header (gradient) + info card + FlexLayout for tiles
  • Update SupportPage.xaml.cs to programmatically create "Upload Logs" and "View Logs" tiles (matching MyAccountPage pattern)
  • Fix build error: add using System.Windows.Input for ICommand
Original prompt

This section details on the original issue you should resolve

<issue_title>Support Screens Revamp</issue_title>
<issue_description>I would like the Support Screens to have a more modern tile based layout.

See the parent issue for additional guidance.</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Revamp support screens with tile based layout Support Screens Revamp: Modern Tile-Based Layout Mar 6, 2026
@StuartFerguson StuartFerguson marked this pull request as ready for review March 6, 2026 11:42
@StuartFerguson
Copy link
Copy Markdown
Member

@copilot got a build error can you investigate

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Mar 6, 2026

@copilot got a build error can you investigate

Fixed in commit 0ce115a. The build error was CS0246: The type or namespace name 'ICommand' could not be found — added the missing using System.Windows.Input; directive to SupportPage.xaml.cs.

@StuartFerguson StuartFerguson merged commit 421c462 into main Mar 6, 2026
13 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.

Support Screens Revamp

2 participants