mirror of
https://github.com/discourse/discourse.git
synced 2026-08-07 03:35:32 -05:00
Enhanced the `solved` plugin with comprehensive improvements to solution handling and UI components: - Use the `PostQuotedContent` core component for rendering accepted answers - Added `@tracked` state management for solution acceptance UI - Refactored `acceptPost` and `unacceptPost` functions with better error handling - Updated topic models to safely track accepted solutions - Added MessageBus integration for secure message publishing - Improved test coverage adding MessageBus verification and system tests for accepting/unaccepting answers.