ui: compact FCI rows in the file manager (v2.7.11)

- The short file identifier is merged into the File identifier row
  (same row, ' · ' separator) in profilerFciPreviewItems, everywhere the
  decoded FCI is rendered.
- New hideFileSize option: pysimFsInfoHtml drops the FCI File size row
  when its own header already shows Size (kept otherwise, e.g. DFs).
- tests: merged SFI row, hideFileSize, header-size precedence.
This commit is contained in:
2026-09-20 23:29:51 +03:00
parent e9f0a50ea5
commit 3cab9867be
5 changed files with 45 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const CACHE = 'simple-v213';
const CACHE = 'simple-v214';
const URLS = [
'index.html',
'help.html',