From e337f9e6c5a11dfb3ae3a51226bafe48b475a362 Mon Sep 17 00:00:00 2001 From: Hongtao Zhang Date: Mon, 26 Jan 2026 16:32:03 -0800 Subject: [PATCH] feat(explorer): add Avalonia ActionKeywordSetting dialog - Port ActionKeywordSetting window to Avalonia - Includes keyword editing, enable/disable toggle, validation - Handles Enter key to submit, Space key blocked in keyword input --- .../Views/Avalonia/ActionKeywordSetting.axaml | 60 +++++++++ .../Avalonia/ActionKeywordSetting.axaml.cs | 124 ++++++++++++++++++ 2 files changed, 184 insertions(+) create mode 100644 Plugins/Flow.Launcher.Plugin.Explorer/Views/Avalonia/ActionKeywordSetting.axaml create mode 100644 Plugins/Flow.Launcher.Plugin.Explorer/Views/Avalonia/ActionKeywordSetting.axaml.cs diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/Avalonia/ActionKeywordSetting.axaml b/Plugins/Flow.Launcher.Plugin.Explorer/Views/Avalonia/ActionKeywordSetting.axaml new file mode 100644 index 000000000..7aad85fcf --- /dev/null +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Views/Avalonia/ActionKeywordSetting.axaml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + +