style(events): frosted-glass calendar popup that shows the feed through it #113

Merged
padreug merged 1 commit from feat/calendar-popup-frosted-glass into dev 2026-06-17 10:42:59 +00:00
Owner

Gives the calendar date-picker popup a frosted-glass look: the feed stays visible (softly blurred) behind it instead of being hidden by an opaque dark overlay.

Rebuilt on the reka-ui dialog primitives (instead of the shared DialogContent) so it can use a light, blurred overlay (bg-background/20 + backdrop-blur-md) rather than the usual bg-black/80 dim. The panel itself is translucent + blurred (bg-background/70 + backdrop-blur-xl). Scoped to this popup — other dialogs keep their solid dark overlay.

🤖 Generated with Claude Code

Gives the calendar date-picker popup a frosted-glass look: the feed stays visible (softly blurred) behind it instead of being hidden by an opaque dark overlay. Rebuilt on the reka-ui dialog primitives (instead of the shared `DialogContent`) so it can use a light, blurred overlay (`bg-background/20` + `backdrop-blur-md`) rather than the usual `bg-black/80` dim. The panel itself is translucent + blurred (`bg-background/70` + `backdrop-blur-xl`). Scoped to this popup — other dialogs keep their solid dark overlay. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Rebuild the calendar popup on the reka-ui dialog primitives instead of
the shared DialogContent, so it can use a light, blurred overlay
(bg-background/20 + backdrop-blur-md) instead of the usual opaque dark
dim. The panel itself is translucent + blurred (bg-background/70 +
backdrop-blur-xl). Result: the feed stays visible, softly blurred,
behind the frosted glass. Scoped to this popup — other dialogs keep
their solid dark overlay.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
padreug deleted branch feat/calendar-popup-frosted-glass 2026-06-17 10:43:00 +00:00
Sign in to join this conversation.
No description provided.