Flow.Launcher/Flow.Launcher.Plugin/Interfaces
Hongtao Zhang dda587493b Migrate Program plugin settings to Avalonia and fix scroll issues
- Update ISettingProvider to support CreateSettingPanelAvalonia
- Create native Avalonia settings UI for Program Plugin (ProgramSetting.axaml)
- Implement ProgramSettingViewModel using CommunityToolkit.Mvvm
- Update PluginsSettingsViewModel to detect and load native Avalonia settings
- Replace ListBox with ItemsControl in PluginsSettingsPage to fix auto-scroll issues when expanding settings
- Align Avalonia package versions (11.2.3) across projects to fix type load errors
2026-01-19 00:06:36 -08:00
..
IAsyncDialogJump.cs Dialog Jump - Quickly navigate the Open/Save As dialog window (#1018) 2025-07-20 21:11:09 +10:00
IAsyncExternalPreview.cs allow preview plugin to override the AlwaysPreview setting 2024-06-12 14:14:25 +10:00
IAsyncHomeQuery.cs Make async home query to be feature interface 2025-05-03 16:32:07 +08:00
IAsyncPlugin.cs move plugins into Interfaces folder 2021-07-08 07:45:15 +10:00
IAsyncReloadable.cs Revert JSON Null change + fix more warnings 2022-08-08 17:35:38 -07:00
IContextMenu.cs more documentation in Plugin package 2023-06-18 22:53:01 +03:00
IDialogJump.cs Dialog Jump - Quickly navigate the Open/Save As dialog window (#1018) 2025-07-20 21:11:09 +10:00
IDialogJumpDialog.cs Dialog Jump - Quickly navigate the Open/Save As dialog window (#1018) 2025-07-20 21:11:09 +10:00
IDialogJumpExplorer.cs Dialog Jump - Quickly navigate the Open/Save As dialog window (#1018) 2025-07-20 21:11:09 +10:00
IHomeQuery.cs Fix typos 2025-05-04 11:40:57 +08:00
IPlugin.cs Dialog Jump - Quickly navigate the Open/Save As dialog window (#1018) 2025-07-20 21:11:09 +10:00
IPluginI18n.cs more documentation in Plugin package 2023-06-18 22:53:01 +03:00
IPublicAPI.cs Merge remote-tracking branch 'origin/master' into resolve_conflicts 2025-08-31 17:53:21 +10:00
IReloadable.cs Revert JSON Null change + fix more warnings 2022-08-08 17:35:38 -07:00
IResultUpdated.cs Add documents for Flow.Launcher.Plugin 2025-02-24 15:37:13 +08:00
ISavable.cs Improve code comments 2025-04-08 19:33:48 +08:00
ISettingProvider.cs Migrate Program plugin settings to Avalonia and fix scroll issues 2026-01-19 00:06:36 -08:00