From bb0b493d18c8a23d67f0524d9efadd6c1bbc68c6 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Thu, 23 Apr 2026 00:41:00 -0400 Subject: [PATCH] Wizard step 2: add jump-to-columns shortcut for known tables. New text input + "jump to columns" button skip the full table listing when you already know what you want. Typing "schema.table" and tabbing out auto-splits into the schema qualifier + table name. Jump button stays disabled until the table field has a value. Co-Authored-By: Claude Opus 4.7 --- pipekit/web/templates/wizard_step2.html | 35 +++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/pipekit/web/templates/wizard_step2.html b/pipekit/web/templates/wizard_step2.html index 7946040..bd0236b 100644 --- a/pipekit/web/templates/wizard_step2.html +++ b/pipekit/web/templates/wizard_step2.html @@ -27,10 +27,45 @@ {% endfor %} + +
+
+