* feat: enhance navigation and UI structure in MainView and Application.
* feat: implement singleton pattern for PaletteDemoViewModel and add initialization check
* feat: set FontWeight to Normal for navigation button in MainView
---------
Co-authored-by: Dong Bin <popmessiah@hotmail.com>
* feat: add converters and update bindings in ColorPicker components.
* feat: simplify ColorPicker layout by replacing complex structure with ColorView component.
* feat: remove CornerRadiusToDoubleConverter.
* feat: replace EnumToBoolConverter & ToColorModel with ObjectConverters.Equal.
* feat: set HexInputAlphaPosition to Trailing.
* feat: update ColorView layout and styling for improved UI consistency.
* feat: bind Increment property of ColorSliders to respective TickFrequency and Slider values.
* feat: update ColorView bindings to use new syntax and adjust CornerRadius for improved styling.
* feat: update ColorPicker SelectedIndex Mode to TwoWay.
* feat: sync upstream changes.
* feat: update ColorPicker and ColorView to use SemiColorPalette for improved color selection.
* feat: update ControlTemplate TargetType.
* feat: add AIPurple colors to Palette.
* refactor: display real Hex in HexColorPicker.
* fix: update ColorView bindings to handle null values with a converter.
* refactor: refactor ColorPicker demo.
* refactor: replace RelativeSource bindings with TemplateBinding in ColorView.
* chore: copy ColorView Template to ColorPicker.
* fix: update AlphaEnabled ToggleSwitch content to reflect correct label.
* fix: fix index order in ColorPicker.
* fix: specify TargetType in ControlTemplate for CarouselPage and remove redundant ItemsSource bindings in TabbedPage.
* feat: sync ContentPage with Avalonia Fluent version.
* fix: sync upstream NavigationPage template.
* feat: adjust NavigationPage bar height and add large style support
* feat: add ToggleSwitch for large style support in NavigationPageDemo
---------
Co-authored-by: Dong Bin <popmessiah@hotmail.com>
* chore: AppBar -> CommanrBar.
* feat: Add keyboard navigation for overflow CommandBar popup.
* chore: Style -> Theme in PipsPager.
* chore: add Header/Footer templates to DrawerPage.
* feaa: hide caption buttons when the platform does not support the action.
* feat: Touch Improvements to TextBox.
* chore: remove Opacity from PART_Placeholder.
* feat: enable access key recognition for GroupBox.
* feat: limit label text to a single line in CommandBar.
* refactor: refactor ProgressBar styles for improved layout and animation.
* fix: set MinHeight for ProgressBar text part.
* chore: remove useless Progress resources.
* feat: add CarouselPage and PipsPager.
* feat: add PipsPager control and integrate into index
* feat: add PipsPagerDemo and integrate into MainView
---------
Co-authored-by: Zhang Dian <54255897+zdpcdt@users.noreply.github.com>