Skip to content

Conversation

megothss
Copy link
Contributor

Eliminate obsolete post-stream:refresh event triggers. These events were marked as TODO for removal after the Glimmer migration and are no longer needed.

This cleanup improves code clarity and reduces unnecessary event emissions, with no impact on functionality since the events were unused by the current post-stream implementation.

Eliminate obsolete `post-stream:refresh` event triggers. These events were marked as TODO for removal after the Glimmer migration and are no longer needed.

This cleanup improves code clarity and reduces unnecessary event emissions, with no impact on functionality since the events were unused by the current post-stream implementation.
Remove usages of `glimmer_post_stream_mode` in tests across various files,
including acceptance and system-level specs, where it was used to toggle
testing behavior. This reduces test complexity and ensures coverage without
dependency on this feature flag, which is being phased out.
@megothss megothss changed the title DEV: Remove the widget code DEV: Remove the legacy widget code Sep 19, 2025
Remove deprecated `discourse.post-stream-widget-overrides` and associated
legacy widget customizations.

This cleanup reduces technical debt, ensures future maintainability, and
aligns with the latest framework improvements.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant