From a9d39b341e6587f5d544b7045e3e03fd2dd9af04 Mon Sep 17 00:00:00 2001 From: Padreug Date: Wed, 17 Jun 2026 12:31:31 +0200 Subject: [PATCH] style(events): frosted-glass calendar popup that shows the feed through it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- .../events/components/EventCalendarPopup.vue | 50 ++++++++++++++----- 1 file changed, 38 insertions(+), 12 deletions(-) diff --git a/src/modules/events/components/EventCalendarPopup.vue b/src/modules/events/components/EventCalendarPopup.vue index 9a16173..955d805 100644 --- a/src/modules/events/components/EventCalendarPopup.vue +++ b/src/modules/events/components/EventCalendarPopup.vue @@ -1,18 +1,26 @@ -- 2.53.0