Files
discourse/frontend
Krzysztof Kotlarek 58165eec7f DEV: Extract help resources into conditional component (#35592)
Extracts the help resources section from the reviewable item template
into a separate `ReviewableHelpResources` component.

The help resources are now conditionally rendered based on a `@showHelp`
parameter, allowing them to be shown only when viewing a single
reviewable item (review/show route) and hidden in the queue list view.

Also removes unused "Copy Link" and "View Source" buttons from the
moderator actions section, and adjusts the claimed topic section to only
render when claim functionality is enabled.
2025-10-27 13:53:58 +08:00
..