profiler: show raw-data mismatches as aligned monospace fields

FCI and content (incl. record) mismatches are now rendered as two read-only
monospace inputs — expected on top, actual directly beneath — sharing a
fixed-width right-aligned label column (w-24) so both fields start at
exactly the same horizontal position and stretch to fill the row
(flex-1/min-w-0, no overlap). A title attribute shows the full value on
hover. Non-raw checks (fileSize, recordLen, numRecords, content.records,
read failure) keep the inline line.

New profilerRawDataCheck helper; 2 new tests. SW cache v59 -> v60.
This commit is contained in:
2026-09-10 23:14:50 +03:00
parent ad543fd731
commit dbf9e8559b
3 changed files with 56 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const CACHE = 'otaman-v59';
const CACHE = 'otaman-v60';
const URLS = [
'index.html',
'help.html',