feat(events): calendar popup respects the selected category filter #115
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!115
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/calendar-respect-categories"
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?
From the 17 Jun design review.
The calendar date-picker popup showed per-day dots for all events regardless of the active category filter. Now it's fed a category-filtered set, so the dots reflect what the user is browsing.
Update — deselectable category chips in the popup (
3514d93)The popup now also surfaces the selected categories as removable chips (a "Filtering by:" row between the title and the month grid), so the user can see — and loosen — what's narrowing the calendar without closing it.
toggle-categoryto the parent (EventsPage), which reactively re-widens the day-dots in place (popup stays open). Removing the last chip hides the row.selectedCategoriesis an optional prop (defaults to none), so other callers like My Tickets are unaffected.events.filters.filteringBy/removeCategory(en/fr/es + schema); built with the sharedBadge+ semantic theme-aware classes.🤖 Generated with Claude Code