This commit is contained in:
Mateusz Gruszczyński
2026-05-31 13:12:00 +02:00
parent 6b8321e6e6
commit a49133de8d
17 changed files with 46 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
export const appDiagnosticsSource = " function diagCard(label,value,extra=''){ return `<div class=\"diag-card ${extra}\"><b>${esc(label)}</b><span>${esc(value ?? '-')}</span></div>`; }\n\n // Note: Centralizes footer visibility so Preferences can hide items without removing existing status logic.";