From 81119035c76d637b53017dc2ea24e9b03863b7c9 Mon Sep 17 00:00:00 2001 From: Scott Pouliot Date: Wed, 27 May 2026 23:00:39 -0400 Subject: [PATCH] Restructure formula template modal for correct mobile flow Reorganises the Add/Edit Formula Template modal into four logical rows so that on mobile the sections stack in the natural authoring order: 1. Name / Description | Output Mode / Rate 2. Fields (left) | Formula + Test (right) 3. Diagram | AI Generator 4. Notes + Active (full width) Previously, Fields appeared after the Formula on mobile because the left column (containing Formula) stacked before the right column (containing Fields). Also compacted Default Rate and Rate Label into a 2-column mini-row so they sit side by side on all screen sizes. Co-Authored-By: Claude Sonnet 4.6 --- .../Views/CompanySettings/Index.cshtml | 93 +++++++++++++------ 1 file changed, 63 insertions(+), 30 deletions(-) diff --git a/src/PowderCoating.Web/Views/CompanySettings/Index.cshtml b/src/PowderCoating.Web/Views/CompanySettings/Index.cshtml index 1b72c0e..0e9775d 100644 --- a/src/PowderCoating.Web/Views/CompanySettings/Index.cshtml +++ b/src/PowderCoating.Web/Views/CompanySettings/Index.cshtml @@ -2319,16 +2319,20 @@