From 2d3634693bc2b4cd7986947a8f73ee672309cd41 Mon Sep 17 00:00:00 2001 From: John Mizerek Date: Tue, 3 Mar 2026 19:57:22 -0800 Subject: [PATCH] Add Show Modifiers toggle to menu builder outline view Adds button in the outline modal to toggle modifier group display under each item. Each group shows a + to expand into full options with prices. Useful for debugging modifier assignments. Co-Authored-By: Claude Opus 4.6 --- portal/menu-builder.html | 117 ++++++++++++++++++++++++++++++--------- 1 file changed, 90 insertions(+), 27 deletions(-) diff --git a/portal/menu-builder.html b/portal/menu-builder.html index ab294bc..e1a197f 100644 --- a/portal/menu-builder.html +++ b/portal/menu-builder.html @@ -3391,15 +3391,14 @@ // Show outline modal - full menu in hierarchical text format showOutlineModal() { document.getElementById('modalTitle').textContent = 'Menu Outline'; + this._outlineShowMods = false; - let outline = ''; - const categories = this.menu.categories || []; - - if (categories.length === 0) { - outline = '
No menu items yet
'; - } else { - outline = '