feat(timer): Timer/Countdown-Widget mit Presets und Alarm

Countdown-Timer als Single-Instance-Widget mit Preset-System
(max. 5), Web Audio API Alarm und Tab-Titel-Blink bei Ablauf.
Mute-Toggle zum Stummschalten des Alarms.
Z-Index-Hierarchie für Widgets auf 100 angehoben.
This commit is contained in:
2026-03-22 00:32:41 +01:00
parent 32a6fe88dc
commit 2f0b76eb4e
7 changed files with 1002 additions and 7 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
const WidgetManager = {
/** @type {Map<string, {el: HTMLElement, type: string, state: Object}>} */
_widgets: new Map(),
_topZ: 51,
_topZ: 100,
STORAGE_KEY: 'widgetStates',
/**