strip unicode dashes, trim restating doc comments, untrack forbidden files

This commit is contained in:
2026-03-13 14:05:59 +02:00
parent 074817def5
commit f6f789baf8
22 changed files with 65 additions and 1438 deletions

View File

@@ -62,7 +62,7 @@
return () => mq.removeEventListener("change", handler);
});
// Transition parameters zero when reduced motion active
// Transition parameters -- zero when reduced motion active
const DURATION = $derived(reducedMotion ? 0 : 700);
const easing = cubicOut;
@@ -83,7 +83,7 @@
settings: "Settings",
stats: "Statistics",
};
document.title = `Core Cooldown ${viewNames[effectiveView] ?? "Dashboard"}`;
document.title = `Core Cooldown -- ${viewNames[effectiveView] ?? "Dashboard"}`;
});
// When fullscreen_mode is OFF, the separate break window handles breaks,