From 7e31846777994dd0869d3b39a10c17071545dafd Mon Sep 17 00:00:00 2001 From: Scott Pouliot Date: Mon, 1 Jun 2026 23:01:33 -0400 Subject: [PATCH] Fix flat-rate coat wizard UX, — literal, select caret overlap, and walkthrough modal sizing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Flat-rate items now default coat type to Custom so Color Name field is immediately visible - Catalog search blur copies typed text to Color Name when no catalog result was selected - Item card shows 'No color specified' badge when coat has powder-to-order but no color name - Color Name label marked required with '(shows on quote)' hint - Coat name select min-width prevents text overlapping Bootstrap caret arrow - Remove extra unbalanced from renderSalesFields - Fix literal — in quote simple-mode hint (textContent → innerHTML) - Formula walkthrough modal fixed at 700px so all steps render at identical window size Co-Authored-By: Claude Sonnet 4.6 --- .../Views/CompanySettings/Index.cshtml | 2 +- .../Views/Quotes/Create.cshtml | 2 +- .../wwwroot/js/item-wizard.js | 68 ++++++++++++++++--- 3 files changed, 60 insertions(+), 12 deletions(-) diff --git a/src/PowderCoating.Web/Views/CompanySettings/Index.cshtml b/src/PowderCoating.Web/Views/CompanySettings/Index.cshtml index 0e9775d..278f02d 100644 --- a/src/PowderCoating.Web/Views/CompanySettings/Index.cshtml +++ b/src/PowderCoating.Web/Views/CompanySettings/Index.cshtml @@ -2284,7 +2284,7 @@