Skip to content

[www] Surface past events on events page - #13665

Merged
parlough merged 4 commits into
mainfrom
feat/past-events
Aug 4, 2026
Merged

[www] Surface past events on events page#13665
parlough merged 4 commits into
mainfrom
feat/past-events

Conversation

@parlough

@parlough parlough commented Aug 3, 2026

Copy link
Copy Markdown
Member

Add a separate "Past events" section to the events page rather than an additional filter. In the future, we can consider if we want to change this to "Recent events" within a certain time span.

Resolves #13499

Staged: https://flutter-dev-230821--www-pr13665-feat-past-events-thr4ziro.web.app/events

@parlough
parlough requested review from a team and abdallahshaban557 as code owners August 3, 2026 23:38

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request refactors the events page to split events into separate "Upcoming events" and "Past events" grids, introducing scoping for filters and URL parameters to allow multiple filter components to coexist on the same page. It also adds empty state messages, lazy loading for event card images, and improves filter state handling. The feedback suggests updating didUpdateComponent in FiltersDropdown to also check for changes in component.filters to prevent stale state.

Comment thread sites/www/lib/src/components/common/filters_dropdown.dart
@flutter-website-bot

flutter-website-bot commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator

Staged preview of the updated docs.flutter.dev site (updated for commit 95118f8):

https://flutter-docs-prod--docs-pr13665-feat-past-events-t8hzn38p.web.app

@flutter-website-bot

flutter-website-bot commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator

Staged preview of the updated flutter.dev site (updated for commit 95118f8):

https://flutter-dev-230821--www-pr13665-feat-past-events-thr4ziro.web.app

@abdallahshaban557 abdallahshaban557 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@parlough
parlough merged commit edbc107 into main Aug 4, 2026
15 checks passed
@parlough
parlough deleted the feat/past-events branch August 4, 2026 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a filter to the events page on flutter.dev to show all events including past ones

3 participants