Move the planner's page-scoped tools from the left nav into the page header
Test and deploy / test-and-deploy (push) Successful in 1m4s

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 <[email protected]>
This commit is contained in:
Shane Maynard
2026-08-09 08:05:45 -04:00
co-authored by Claude Fable 5
parent c130efb180
commit 3bceb44ae3
2 changed files with 39 additions and 40 deletions
+8
View File
@@ -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%;
}