From 7ae77a39f33ed7abbf23c892d5bccb3af69c4d89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Saquetim?= Date: Mon, 21 Jul 2025 22:24:43 -0300 Subject: [PATCH] DEV: Remove legacy `MountWidget` usage in `docs-topic` component Replaced conditional logic for `useGlimmerPostStream` with direct usage of the `Post` component, simplifying the `docs-topic` implementation. --- assets/javascripts/discourse/components/docs-topic.gjs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/assets/javascripts/discourse/components/docs-topic.gjs b/assets/javascripts/discourse/components/docs-topic.gjs index eee76c5..8415749 100644 --- a/assets/javascripts/discourse/components/docs-topic.gjs +++ b/assets/javascripts/discourse/components/docs-topic.gjs @@ -72,13 +72,7 @@ export default class DocsTopic extends Component {

{{htmlSafe this.topic.fancyTitle}}

- - {{#if this.site.useGlimmerPostStream}} - - {{else}} - {{! template-lint-disable no-capital-arguments }} - - {{/if}} +