From 3dce9ab59a4feee9d56ff4e19820830d0459d449 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Thu, 22 Jan 2026 14:25:05 +0100 Subject: [PATCH] Add CreatePluginDialog for plugin creation and update search boxes with icons --- .../Dialogs/CreatePluginDialog.xaml | 55 +++++++++++++++++++ .../Dialogs/CreatePluginDialog.xaml.cs | 29 ++++++++++ src/DesktopMagic/Plugins/PluginManager.xaml | 4 +- .../Plugins/PluginManager.xaml.cs | 2 +- 4 files changed, 87 insertions(+), 3 deletions(-) create mode 100644 src/DesktopMagic/Dialogs/CreatePluginDialog.xaml create mode 100644 src/DesktopMagic/Dialogs/CreatePluginDialog.xaml.cs diff --git a/src/DesktopMagic/Dialogs/CreatePluginDialog.xaml b/src/DesktopMagic/Dialogs/CreatePluginDialog.xaml new file mode 100644 index 0000000..c5000bc --- /dev/null +++ b/src/DesktopMagic/Dialogs/CreatePluginDialog.xaml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + Please check out the + + + + + + + + +