From 44a60c12610f146b223f2f597e1d73098312846b Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Sat, 13 Jun 2026 21:30:05 +0900 Subject: [PATCH] Cookbook toolbar: move Search next to Standard, Engine/Quant/Context to right MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New order: [Standard ▾] [Search ............] [Engine] [Quant] [Context] so the two primary picks (type + free text) sit together at the left, with the more advanced filters lined up to the right. --- static/js/cookbook.js | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/static/js/cookbook.js b/static/js/cookbook.js index df065930c..c26a7161c 100644 --- a/static/js/cookbook.js +++ b/static/js/cookbook.js @@ -1896,9 +1896,10 @@ function _renderRecipes() { // Image tab removed — text→image gen is gone from this build (only inpaint // remains, which uses its own settings panel). Vision (multimodal) stays. html += ''; - // Engine sits next to the type filter so the "what category / which serving - // path" filters live together; Quant + Context are storage-format and budget - // levers, grouped to the right. + // Search moved next to the Type filter so the two primary picks + // (what category + free text) sit together; the more advanced + // levers (Engine / Quant / Context) live to the right. + html += ''; html += ''; html += ''; html += '50k'; - // Search lives at the far right of the toolbar so the controls (Type/Quant/ - // Engine/Context) read as a row of compact filters followed by free-text. - html += ''; html += ''; html += '
'; html += ''; + html += ''; html += ''; html += ''; - html += ''; - html += ''; + html += ''; html += '
'; html += '