Flow.Launcher/Flow.Launcher.Avalonia/Views/Controls
Hongtao Zhang 1d945654c1 Expand GeneralSettingsPage with ~25 settings using FluentAvalonia SettingsExpander
- Add Card, ExCard, CardGroup custom controls for settings pages
- Update GeneralSettingsViewModel with new properties:
  - Startup: UseLogonTaskForStartup, HideOnStartup
  - Behavior: HideNotifyIcon, IgnoreHotkeysOnFullscreen, AlwaysPreview
  - Updates: AutoUpdates, AutoUpdatePlugins
  - Search: SearchPrecision, LastQueryMode, SearchDelay
  - Home: ShowHomePage, ShowHistoryResults, MaxHistoryResults
  - Misc: AutoRestart, ShowWarning, AlwaysStartEn, ShouldUsePinyin
- Rewrite GeneralSettingsPage.axaml using SettingsExpander pattern
- Update migration checklist to ~35-40% progress
2026-01-18 02:25:47 -08:00
..
Card.axaml Expand GeneralSettingsPage with ~25 settings using FluentAvalonia SettingsExpander 2026-01-18 02:25:47 -08:00
Card.axaml.cs Expand GeneralSettingsPage with ~25 settings using FluentAvalonia SettingsExpander 2026-01-18 02:25:47 -08:00
CardGroup.axaml Expand GeneralSettingsPage with ~25 settings using FluentAvalonia SettingsExpander 2026-01-18 02:25:47 -08:00
CardGroup.axaml.cs Expand GeneralSettingsPage with ~25 settings using FluentAvalonia SettingsExpander 2026-01-18 02:25:47 -08:00
ExCard.axaml Expand GeneralSettingsPage with ~25 settings using FluentAvalonia SettingsExpander 2026-01-18 02:25:47 -08:00
ExCard.axaml.cs Expand GeneralSettingsPage with ~25 settings using FluentAvalonia SettingsExpander 2026-01-18 02:25:47 -08:00
HotkeyControl.axaml Add hotkey recorder with manual modifier tracking 2026-01-18 02:10:53 -08:00
HotkeyControl.axaml.cs Add hotkey recorder with manual modifier tracking 2026-01-18 02:10:53 -08:00
HotkeyRecorderDialog.axaml Add hotkey recorder with manual modifier tracking 2026-01-18 02:10:53 -08:00
HotkeyRecorderDialog.axaml.cs Add hotkey recorder with manual modifier tracking 2026-01-18 02:10:53 -08:00