discourse/plugins/discourse-post-voting/assets
Jarek Radosz 5265fe7129
FEATURE: Restore the crawler view for post-voting comments (#39636)
Removed in 2022 because of perf considerations.

This restores it and updates the implementation and styling. The perf
should not be an issue anymore:

1. it's now rendered only in the crawler view (and not for regular
logged-in users or anons)
2. it previously used Rails' partial rendering which re-read file on
each request. `register_html_builder` is more efficient (and this
particular block skips rendering completely when not applicable)
2026-04-29 16:55:17 +02:00
..
javascripts/discourse FIX: Post voting count not updating reactively (#39416) 2026-04-22 14:42:07 +02:00
stylesheets/common FEATURE: Restore the crawler view for post-voting comments (#39636) 2026-04-29 16:55:17 +02:00