From cf8b17d0582d74d113eaaf8715cf4d4fec11f5d9 Mon Sep 17 00:00:00 2001 From: Marcos Date: Fri, 29 Sep 2023 22:31:25 -0300 Subject: [PATCH 1/6] Removed ToastNotifications and moved to simple notif --- skiffWindowsApp/Skiff Desktop/App.xaml | 7 -- .../CustomCommandDisplayPart.xaml | 24 ----- .../CustomCommandDisplayPart.xaml.cs | 16 --- .../CustomCommand/CustomCommandExtensions.cs | 18 ---- .../CustomCommandNotification.cs | 63 ------------ .../CustomInput/CustomCommandExtensions.cs | 16 --- .../CustomInput/CustomInputDisplayPart.xaml | 25 ----- .../CustomInputDisplayPart.xaml.cs | 16 --- .../CustomInput/CustomInputNotification.cs | 64 ------------ .../CustomMessage/CustomDisplayPart.xaml | 45 --------- .../CustomMessage/CustomDisplayPart.xaml.cs | 16 --- .../CustomMessage/CustomMessageExtensions.cs | 16 --- .../CustomMessage/CustomNotification.cs | 99 ------------------- .../Skiff Desktop/MainWindow.xaml.cs | 24 +---- .../Skiff Desktop/Skiff Desktop.csproj | 4 +- .../Skiff Desktop/TrayController.cs | 5 + .../Skiff Desktop/Utilities/RelayCommand.cs | 33 ------- 17 files changed, 7 insertions(+), 484 deletions(-) delete mode 100644 skiffWindowsApp/Skiff Desktop/CustomCommand/CustomCommandDisplayPart.xaml delete mode 100644 skiffWindowsApp/Skiff Desktop/CustomCommand/CustomCommandDisplayPart.xaml.cs delete mode 100644 skiffWindowsApp/Skiff Desktop/CustomCommand/CustomCommandExtensions.cs delete mode 100644 skiffWindowsApp/Skiff Desktop/CustomCommand/CustomCommandNotification.cs delete mode 100644 skiffWindowsApp/Skiff Desktop/CustomInput/CustomCommandExtensions.cs delete mode 100644 skiffWindowsApp/Skiff Desktop/CustomInput/CustomInputDisplayPart.xaml delete mode 100644 skiffWindowsApp/Skiff Desktop/CustomInput/CustomInputDisplayPart.xaml.cs delete mode 100644 skiffWindowsApp/Skiff Desktop/CustomInput/CustomInputNotification.cs delete mode 100644 skiffWindowsApp/Skiff Desktop/CustomMessage/CustomDisplayPart.xaml delete mode 100644 skiffWindowsApp/Skiff Desktop/CustomMessage/CustomDisplayPart.xaml.cs delete mode 100644 skiffWindowsApp/Skiff Desktop/CustomMessage/CustomMessageExtensions.cs delete mode 100644 skiffWindowsApp/Skiff Desktop/CustomMessage/CustomNotification.cs delete mode 100644 skiffWindowsApp/Skiff Desktop/Utilities/RelayCommand.cs diff --git a/skiffWindowsApp/Skiff Desktop/App.xaml b/skiffWindowsApp/Skiff Desktop/App.xaml index b2e7c21..cb95ac0 100644 --- a/skiffWindowsApp/Skiff Desktop/App.xaml +++ b/skiffWindowsApp/Skiff Desktop/App.xaml @@ -3,11 +3,4 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:Skiff_Desktop" StartupUri="MainWindow.xaml"> - - - - - - - diff --git a/skiffWindowsApp/Skiff Desktop/CustomCommand/CustomCommandDisplayPart.xaml b/skiffWindowsApp/Skiff Desktop/CustomCommand/CustomCommandDisplayPart.xaml deleted file mode 100644 index ef956f3..0000000 --- a/skiffWindowsApp/Skiff Desktop/CustomCommand/CustomCommandDisplayPart.xaml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - -