style(events): frosted-glass calendar popup that shows the feed through it #113
No reviewers
Labels
No labels
app:activities
app:chat
app:events
app:forum
app:libra
app:market
app:restaurant
app:tasks
app:wallet
app:webapp
bug
enhancement
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
aiolabs/webapp!113
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/calendar-popup-frosted-glass"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 usualbg-black/80dim. 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