Skip to content

Conversation

@voltaney
Copy link
Owner

@voltaney voltaney commented Apr 6, 2025

This pull request introduces a new Help section to the TouchSenderTablet application, including updates to the navigation, resources, and localization files. The most important changes are detailed below:

New Help Section Implementation:

  • Added HelpViewModel class to manage the Help section's data and logic. (TouchSenderTablet.GUI/ViewModels/HelpViewModel.cs)
  • Created HelpPage view with XAML layout to display Help content. (TouchSenderTablet.GUI/Views/HelpPage.xaml)
  • Added code-behind for HelpPage to initialize the component. (TouchSenderTablet.GUI/Views/HelpPage.xaml.cs)
  • Updated PageService to include the new Help page configuration. (TouchSenderTablet.GUI/Services/PageService.cs)

Navigation and Localization Updates:

  • Added Help navigation item to ShellPage for accessing the Help section. (TouchSenderTablet.GUI/Views/ShellPage.xaml)
  • Updated English and Japanese resource files to include Help section strings and content. (TouchSenderTablet.GUI/Strings/en-us/Resources.resw, TouchSenderTablet.GUI/Strings/ja-jp/Resources.resw)

Dependency Update:

  • Upgraded CommunityToolkit.WinUI.Controls.SettingsControls package to version 8.2.250402. (TouchSenderTablet.GUI/TouchSenderTablet.GUI.csproj)

voltaney added 2 commits April 6, 2025 13:56
- Updated `CommunityToolkit.WinUI.Controls.SettingsControls` package version from `8.1.240916` to `8.2.250402`.
- Added configuration for `HelpViewModel` and `HelpPage` in `PageService.cs`.
- Introduced help-related resources in both English and Japanese in `Resources.resw`, including messages for data reception failures and mobile app information.
- Added navigation item for Help section in `ShellPage.xaml` with an associated icon.
- Created `HelpViewModel` class inheriting from `ObservableRecipient` in `HelpViewModel.cs`.
- Defined layout for Help page in `HelpPage.xaml`, including UI elements for displaying data reception errors and mobile app information.
- Implemented `HelpPage` class in `HelpPage.xaml.cs` with initialization of UI components in the constructor.
Copilot AI review requested due to automatic review settings April 6, 2025 04:58
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.

Copilot reviewed 3 out of 8 changed files in this pull request and generated no comments.

Files not reviewed (5)
  • TouchSenderTablet.GUI/Strings/en-us/Resources.resw: Language not supported
  • TouchSenderTablet.GUI/Strings/ja-jp/Resources.resw: Language not supported
  • TouchSenderTablet.GUI/TouchSenderTablet.GUI.csproj: Language not supported
  • TouchSenderTablet.GUI/Views/HelpPage.xaml: Language not supported
  • TouchSenderTablet.GUI/Views/ShellPage.xaml: Language not supported

@voltaney voltaney merged commit b48d16d into main Apr 6, 2025
2 checks passed
@voltaney voltaney deleted the feature/add-help-page branch April 6, 2025 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants