mirror of
https://github.com/discourse/discourse.git
synced 2026-08-08 17:53:55 +08:00
Previously, embedded upcoming events calendars always fetched all
visible events and created events without a category.
This change lets callers pass a category scope to
`UpcomingEventsCalendar`, uses it for event fetching and composer
defaults, and lets embedded callers opt out of the calendar's existing
route/date syncing via `@updateRouteOnDatesChange={{false}}`. The
default preserves the existing `/upcoming-events` behavior for backwards
compatibility.
|
||
|---|---|---|
| .. | ||
| admin-holidays-list-item-test.gjs | ||
| admin-holidays-list-test.gjs | ||
| dates-test.gjs | ||
| description-test.gjs | ||
| discourse-post-event-test.gjs | ||
| event-date-test.gjs | ||
| more-menu-test.gjs | ||
| post-event-builder-test.gjs | ||
| region-input-test.gjs | ||
| rich-editor-extension-test.js | ||
| upcoming-events-calendar-test.gjs | ||
| upcoming-events-list-test.gjs | ||