From d5b4f344dd6ef1a5dab74692612d122ec1e766b8 Mon Sep 17 00:00:00 2001 From: rajch_ales Date: Wed, 5 Aug 2026 18:03:17 +0200 Subject: [PATCH] Move mapping beside database status --- agent.md | 2 +- public/index.html | 20 +++++++++++--------- public/styles.css | 2 +- src/tailwind.css | 8 ++++++++ 4 files changed, 21 insertions(+), 11 deletions(-) diff --git a/agent.md b/agent.md index 433734e..f4be12b 100644 --- a/agent.md +++ b/agent.md @@ -54,7 +54,7 @@ This project replaces the Excel/VBA workflow named `Catalog maker - 20` with a N - Custom select controls may use a native select as an interaction layer, but the native label must be visually transparent when a separate display label is rendered; never show the same control text twice. - Runtime button labels must update the existing direct child label span instead of replacing `button.textContent`; state changes must never remove the button icon. - Parser tools are always visible in the left panel. Do not hide, collapse or replace the parser action buttons with a toggle; the user must see the complete parser action set at all times. -- Mapping status and mapping source details belong directly with the parser action group, because mapping is parser output; keep the existing mapping behavior and only change its placement when refining the sidebar. +- Mapping status and mapping source details belong beside the database connection status at the bottom of the sidebar. Style it as a shared sidebar section header with icon, centered status and a fixed right chevron; keep the existing mapping behavior. ## TypeScript workflow diff --git a/public/index.html b/public/index.html index d46f145..5e8f518 100644 --- a/public/index.html +++ b/public/index.html @@ -39,15 +39,6 @@ -
-
- - Mapping not loaded - - -
-
-
@@ -91,6 +82,17 @@