Initial release: arr-calendar widget with partial-services support

- Self-contained YML: all CSS inlined (no global.css edit needed)
- Vanilla JS client with MutationObserver bootstrap
- Slide+fade month navigation via rAF (works in this Dynacat build)
- Popover portaled to <body> to escape backdrop-filter containing blocks
- Per-service enabled flag, unconfigured services silently skipped
- Status <ul> exposes per-service configured/ok flags for client hints
This commit is contained in:
2026-06-16 09:55:30 +00:00
commit fa442b1fef
5 changed files with 1548 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# OS / editor cruft
.DS_Store
Thumbs.db
*.swp
*.swo
*~
.idea/
.vscode/
# Optional docs (uncomment to ignore the placeholder screenshot if you don't have one)
# docs/screenshot.png