From c2339e65a5f1ef7383e232bb67750b8afe759d79 Mon Sep 17 00:00:00 2001 From: ClaudioESSilva Date: Tue, 24 Feb 2026 19:55:23 +0000 Subject: [PATCH 01/14] implements [FEATURE] Behaviour when saving a connection Fixes #29 --- Dashboard/AddServerDialog.xaml | 18 +++++- Dashboard/AddServerDialog.xaml.cs | 58 +++++++++++++++++++- Dashboard/Models/ServerConnection.cs | 1 + Lite/Windows/AddServerDialog.xaml.cs | 82 +++++++++++++++++++++++++++- 4 files changed, 155 insertions(+), 4 deletions(-) diff --git a/Dashboard/AddServerDialog.xaml b/Dashboard/AddServerDialog.xaml index 24d1a05b..881475eb 100644 --- a/Dashboard/AddServerDialog.xaml +++ b/Dashboard/AddServerDialog.xaml @@ -26,6 +26,7 @@ + @@ -109,15 +110,28 @@ IsChecked="False" Foreground="{DynamicResource ForegroundBrush}" ToolTip="When checked, accepts any server certificate without validation. Uncheck for stricter security (requires valid certificate)."/> + + + + + + - +