Sérgio Saquetim
f03f64a33c
DEV: Refactor topic model to use tracked properties for accepted answer logic
...
Refactored the `topic` model to replace legacy Ember property access (`get/set`) with modern tracked properties. Updated related logic in `add-topic-list-class` and `solved-unaccept-answer-button` to align with these changes.
2025-06-20 19:07:35 -03:00
Sérgio Saquetim
855745b4f8
DEV: Use the PostQuotedContent component to render the accepted answer
...
Refactored the `solved-accepted-answer` component to utilize the `PostQuotedContent` component, simplifying the structure and removing redundant code. Updated system tests to verify behavior of expandable accepted answer quotes. Added new compatibility entry for version `< 3.5.0.beta7-dev` and included TODO comments regarding event handling for Glimmer Post Stream.
2025-06-20 18:45:07 -03:00
Sérgio Saquetim
8e72136f54
DEV: Add compatibility with the Glimmer Post Stream ( #363 )
2025-05-05 15:12:39 -03:00
Sérgio Saquetim
b128e65ae5
DEV: Remove the legacy widget post menu code ( #351 )
2025-04-02 22:31:40 +01:00
Natalie Tay
a8a3554cec
FEATURE: Add setting to show who marked as solved ( #347 )
...
This commit adds the site setting `SiteSetting.show_who_marked_solved` and also the following tooltip to answer posts.
2025-03-26 11:43:22 +08:00
Natalie Tay
5a0c875885
FEATURE: Show 'marked solved by' in OP when topic is solved ( #343 )
...
Depends on: https://github.com/discourse/discourse-solved/pull/342
This feature adds the "Marked solved as" information to the solved post appended to OP.
Originally, I had moved the widget usage to a [component](https://github.com/discourse/discourse-solved/blob/39baa0be4a889fdbff108e887a677d9a298d27d4/assets/javascripts/discourse/components/solved-post.gjs ), but due to "cooking quotes", after some internal discussion (t/95318/25) we will stick to widgets for now as the post-stream gets modernized.
2025-03-25 17:14:02 +08:00
David Taylor
3efcd3722a
DEV: Bump dependencies and fix linting ( #333 )
2025-02-06 17:42:05 +01:00
Kelv and Jarek Radosz
3443539725
DEV: Update more deprecated Font Awesome icon names ( #325 )
...
* DEV: Update more deprecated Font Awesome icon names
* update to square-check
Co-authored-by: Jarek Radosz <[email protected] >
---------
Co-authored-by: Jarek Radosz <[email protected] >
2024-12-06 07:16:13 +08:00
Jarek Radosz
41a8789ec3
DEV: Minor code cleanup ( #322 )
...
mostly new i18n imports and qunit-dom
2024-12-02 23:13:34 +01:00
David Taylor
8374ed50de
DEV: Update eslint config ( #316 )
2024-11-19 11:18:08 +01:00
Sérgio Saquetim
28ae24ffb8
DEV: Added compatibility with the Glimmer Post Menu ( #313 )
2024-11-12 20:45:17 -03:00