From 338b7baff386d8fb7d0981b4c2b9e83d3a6caca8 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Sun, 17 May 2026 00:03:57 +0200 Subject: [PATCH] feat(blueprint): strip create-modal to name-only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The new-blueprint modal had Name + Arguments + Config textareas, but the modal lives on blueprints.html (the list page), not on blueprint_detail.html, so neither textarea was wired to the srccfg editor — mixing themed-editor and raw-textarea UX in the same flow. Keep just Name; arguments/config are edited on the detail page where the editor lives. Add autofocus to the name field for keyboard flow. Server contract unchanged: create_blueprint (blueprint_routes.py:80) already defaults arguments/config to [] when absent from the form. Co-Authored-By: Claude Opus 4.7 (1M context) --- l4d2web/l4d2web/templates/blueprints.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/l4d2web/l4d2web/templates/blueprints.html b/l4d2web/l4d2web/templates/blueprints.html index e121413..3c29a4d 100644 --- a/l4d2web/l4d2web/templates/blueprints.html +++ b/l4d2web/l4d2web/templates/blueprints.html @@ -33,9 +33,11 @@