Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incremental Fixes to Refactor Codebase #1449

Merged
merged 10 commits into from
Feb 16, 2024

Conversation

karkarl
Copy link
Collaborator

@karkarl karkarl commented Feb 15, 2024

Description

First attempt to clean up the codebase:

  • Clean up themeresources and styles in App.xaml
  • Fix minimal mode TitleBar layout
  • CaptureElement and AnnotatedScrollBar Icons

Motivation and Context

Part of #1279 efforts

WinUIGallery/Navigation/NavigationRootPage.xaml Outdated Show resolved Hide resolved
Comment on lines +45 to +46
<x:String x:Key="ControlsName">All samples</x:String>
<x:String x:Key="AppTitleName">WinUI 3 Gallery</x:String>
Copy link
Collaborator

Choose a reason for hiding this comment

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

With regard to how localized apps would do this, we would not define this in XAML but rather add the resource to the Resources.resw file instead. To be fair, we don't do it elsewhere but wanted to mention it given folks use this app for guidance and to learn about WinUI.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Albeit you just moved it so maybe this is something for another time

@karkarl
Copy link
Collaborator Author

karkarl commented Feb 15, 2024

/azp run

@karkarl karkarl merged commit dc021e8 into microsoft:main Feb 16, 2024
2 checks passed
karkarl added a commit that referenced this pull request Jul 15, 2024
## Description

First attempt to clean up the codebase:
- Clean up themeresources and styles in App.xaml
- Fix minimal mode TitleBar layout
- CaptureElement and AnnotatedScrollBar Icons

## Motivation and Context
Part of #1279 efforts
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.

None yet

2 participants