Commit Graph

5 Commits

Author SHA1 Message Date
Sérgio Saquetim 2cfd050691
DEV: Added compatibility with the Glimmer Post Stream (#213)
- Refactored the `docs-topic` component to render the `Post` component directly instead of using `MountWidget` when displaying a topic post. This streamlines compatibility with Glimmer-based post streams.
- Updated `.discourse-compatibility` to reflect support for Discourse core version `3.5.0.beta8-dev`.
- Adjusted test configuration in `docs-user-status-test.js` to explicitly enable user status.
2025-07-21 23:10:41 -03:00
Jarek Radosz bef115d760
DEV: Update linting setup (#156) 2023-11-19 22:43:42 +01:00
Alan Guo Xiang Tan 89c7274b1a
DEV: Correct fixtures to avoid translations error (#151)
Why this change?

In Discourse core, we have made the change to raise an error when a
interpolation argument is missing when calling `I18n.translate` to help
catch regressions in the UI where we may end up displaying broken
translations.
2023-09-13 10:53:31 +08:00
Jan Cernik 4462279b45
FIX: Update user status test (#144) 2023-07-03 11:09:38 -03:00
Andrei Prigorshnev a5823e3a05
FEATURE: Make user status on mentions on docs live (#117)
This makes status on mentions in docs receive live updates 
from the server.
2023-03-24 21:11:50 +04:00