profiler: add 'Only mismatches' filter to check results

The results view header (live card and snapshot checks) gets an Only
mismatches checkbox that hides all passing files and keeps only failures
and errors; when everything passes under the filter, a 'No mismatches'
note is shown instead. The pass/fail/error summary always reflects all
results. Helps with large profiles on cards where most files match.
SW cache v86 -> v87.
This commit is contained in:
2026-09-11 23:29:02 +03:00
parent d728a5a341
commit 5d096453fb
5 changed files with 31 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const CACHE = 'otaman-v86';
const CACHE = 'otaman-v87';
const URLS = [
'index.html',
'help.html',