-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEATURE: upcoming events list component #463
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks generally great, just a couple of small comments.
test/javascripts/integration/components/upcoming-events-list-test.gjs
Outdated
Show resolved
Hide resolved
assets/javascripts/discourse/components/upcoming-events-list.gjs
Outdated
Show resolved
Hide resolved
Thanks for the review @pmusaraj! |
Hey @pmusaraj, it's ready for another round when you're available. Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks, LGTM!
Adds an Upcoming events list component, which uses the current category route to display a list of upcoming events.
When requesting the category events fail:
It is intended to be used with the Right Sidebar Blocks theme component.
When adding the component to the Right Sidebar TC, the parameters
monthFormat
dateFormat
andtimeFormat
can be overridden with a different one.