feat(calendar): expose backdrop blur slider for glassmorphism - #98
Merged
jeremiaa merged 2 commits intoSep 8, 2026
Merged
Conversation
School Rotation: tracks a configurable N-day rotating school schedule per child with holiday/snow-day exclusions that pause the rotation. Shows today's specials, tomorrow's preview, and an upcoming lookahead. Daily Inspiration: displays a funny, kid-friendly motivational message that rotates each morning. Ships with 2000 unique messages (~5.5 years without repeating). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds a configurable backdrop blur control (0–40px, default 12px) to the Calendar inspector, closing the consistency gap with other glass-card widgets. Replaces the hardcoded Tailwind backdrop-blur-md class on event and empty-day cards with an inline style driven by config.cardBlur. Fixes jeremiaa#94 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Owner
|
Merged and out in v1.5.4 — thank you! |
pull Bot
pushed a commit
to ghveem/magic-frame
that referenced
this pull request
Sep 8, 2026
…ur slider Weather Underground and Pirate Weather (jeremiaa#97, jeremiaa#99) are in the provider table with an honest note: the key comes from the environment only until the Integrations page gets a card for them, so the add-on cannot use them yet. The language card lists the two Norwegian variants (jeremiaa#89) and what they fall back to. The calendar options table gains cardBlur (jeremiaa#98), with a pointer to the timer-ring measurement so nobody blames the blur for CPU load again.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
backdrop-blur-mdon glassmorphism event cards and empty-day cards with inlinebackdropFilterdriven byconfig.cardBlurCloses #94
Changes
renderEmptyDayandrenderEvent) now readconfig.cardBlur ?? 12and apply it as inlinebackdropFilter/WebkitBackdropFilterinstead of the Tailwind classTest plan
🤖 Generated with Claude Code