From e4b905f98871bc507be1c229dc6d2f73bfdfe314 Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Wed, 18 Mar 2026 11:33:03 -0400 Subject: [PATCH] Add Import Connections button to Lite sidebar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Imports server connections from a previous Lite install's config/servers.json. Upserts by server name — existing servers are skipped, new ones are added with their original GUIDs so Credential Manager entries still resolve without re-entering passwords. Co-Authored-By: Claude Opus 4.6 (1M context) --- Lite/MainWindow.xaml | 7 +++++ Lite/MainWindow.xaml.cs | 41 ++++++++++++++++++++++++++ Lite/Services/ServerManager.cs | 54 ++++++++++++++++++++++++++++++++++ 3 files changed, 102 insertions(+) diff --git a/Lite/MainWindow.xaml b/Lite/MainWindow.xaml index 14e32e03..d3008d3c 100644 --- a/Lite/MainWindow.xaml +++ b/Lite/MainWindow.xaml @@ -175,6 +175,13 @@ +