From 3bceb44ae30f20493b69c792c4f22ccbe84546db Mon Sep 17 00:00:00 2001 From: Shane Maynard Date: Sun, 9 Aug 2026 08:05:45 -0400 Subject: [PATCH] Move the planner's page-scoped tools from the left nav into the page header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Tools group (Plans, Ask the LLM, Prefill, Curves, Import/export, Field IDs, Settings) acted on the open plan, not on navigation — it now renders as compact action buttons in the planner header's existing actions row (wrapping on narrow screens), and the left rail is pure navigation, identical on every page. Co-Authored-By: Claude Fable 5 --- public/app.css | 8 ++++++ public/index.html | 71 +++++++++++++++++++++-------------------------- 2 files changed, 39 insertions(+), 40 deletions(-) diff --git a/public/app.css b/public/app.css index 2d35f53..8c48942 100644 --- a/public/app.css +++ b/public/app.css @@ -3000,3 +3000,11 @@ select.f { resize: vertical; min-height: 40px; } + +/* ── Planner header tools (page-scoped actions moved out of the left nav) ── */ +.header-tools { + flex-wrap: wrap; + justify-content: flex-end; + row-gap: 6px; + max-width: 100%; +} diff --git a/public/index.html b/public/index.html index fa1c248..4668f2c 100644 --- a/public/index.html +++ b/public/index.html @@ -21,43 +21,6 @@ Roast Planner - + + + + + + + +