discourse/plugins/discourse-post-voting/app
Krzysztof Kotlarek 04190f192d
FEATURE: Update the ReviewablePostVotingComment UI (#35675)
- Refactored `ReviewablePostVotingComment` model to support both legacy
and new UI patterns
- Renamed `build_actions` to `build_legacy_combined_actions` for
backward compatibility
   - Added `build_new_separated_actions` for the new UI action pattern
- Implemented `perform_no_action_comment` for explicit no-action
handling
- Created new `post-voting-comment.gjs` Glimmer component to display
reviewable comments with
 - Added system specs covering
 
 
<img width="1351" height="549" alt="Screenshot 2025-10-29 at 2 29 53 pm"
src="https://github.com/user-attachments/assets/69a9c795-ff06-47ee-9957-ad80d5711b4b"
/>
2025-10-31 11:50:14 +08:00
..
controllers/post_voting DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
models FEATURE: Update the ReviewablePostVotingComment UI (#35675) 2025-10-31 11:50:14 +08:00
serializers
validators
views/connectors/after_post_body