From 0ecfd5f72044e2f4e77c2383d7591ffcffb1dd9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=A2=D1=80=D0=BE=D1=88?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Thu, 10 Sep 2026 22:31:25 +0300 Subject: [PATCH] profiler: compact rule editor layout - Path field narrowed to w-72 with the FCP/FCI selector to its right in one row - File type + size (or record length + count) now sit in a single flex row (fixes the accidental wrap from the unavailable md:grid-cols-4 class in the prebuilt CSS) - 'Contents' label renamed to 'Check contents' and the None/Exact/Mask radios moved inline to its right, saving one line per rule Rendering-only change; no logic or test behavior affected. SW cache v54 -> v55. --- frontend/index.html | 33 +++++++++++++++++---------------- frontend/sw.js | 2 +- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index c620f25..c977add 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -7350,32 +7350,32 @@ function profilerRenderRule(i, r) { html += '#' + (i + 1) + ''; html += ''; html += ''; - html += '
'; const sname = profilerCustomNameForPath(r.path) || r.name || ''; - html += '