You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Introduce GuideView, GuideWindow, InfoOverlayWindow, and supporting files
- Add HorizontalCard and TextMorphEffect custom controls with styles/templates
- Implement UInt32Extension markup extension for XAML
- Add InvokeCommandOnLoadedBehavior and ShowTeachingTipAction for interactivity
- Create NameCultureInfoValue model and GuideViewModel (with State property)
- Update project files to include new components and resources
- Add resource files for fr, it, ja, ko, ru, zh-Hant with GuideWindowTitle translations
- Update App.xaml with resource dictionary performance note
- Bump NuGet package versions (WindowsAppSDK, WinUI, WebView2, etc.)
- Update README with RAM/SSD recommendations and disk space notes
- Apply minor XAML and code style/namespace improvements
[actions skip]
<!-- Advice not add new ResourceDictionary here, instead, use ResourceDictionary in the file where it is used. It's good for performance, because ResourceDictionary in App.xaml will be loaded at the startup of the app, it will increase the startup time of the app. If you add new ResourceDictionary here, it will increase the startup time of the app, even if the ResourceDictionary is not used in the startup page. -->
0 commit comments