From f5de568b325fd281b12fd912bf092623818d1204 Mon Sep 17 00:00:00 2001 From: Vantz Stockwell Date: Tue, 17 Mar 2026 07:27:32 -0400 Subject: [PATCH] feat(ui): add MobaXTerm import dialog with file picker and preview Three-step import flow: file selection (click or drag-and-drop), preview showing connection/group/host-key counts, and success confirmation. Parses .mobaconf files client-side for preview; actual import will use Wails binding. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../src/components/common/ImportDialog.vue | 247 ++++++++++++++++++ 1 file changed, 247 insertions(+) create mode 100644 frontend/src/components/common/ImportDialog.vue diff --git a/frontend/src/components/common/ImportDialog.vue b/frontend/src/components/common/ImportDialog.vue new file mode 100644 index 0000000..6a2bde3 --- /dev/null +++ b/frontend/src/components/common/ImportDialog.vue @@ -0,0 +1,247 @@ + + +