0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 20:33:03 +08:00
discourse/plugins/discourse-solved/lib/discourse_solved
Kris ac5e4ea747
UX: don't show "me too" button on category description topics (#42444)
It doesn't make sense to show the button in topics meant to be category
descriptions

Before
<img width="1592" alt="image"
src="https://github.com/user-attachments/assets/ab3eb17e-6873-4af5-8595-a5ea4152a0e3"
/>


After
<img width="1612" alt="image"
src="https://github.com/user-attachments/assets/fd49bfb5-d914-4906-b285-1c99000a4668"
/>
2026-08-07 14:04:05 -04:00
..
accepted_answer_cache.rb
accepted_answers_helper.rb FIX: Ensure 'accepted answers' can never include whispers (#40797) 2026-06-12 09:18:00 +01:00
admin_dashboard_support.rb FIX: count self-replied topics as in progress in Topic outcomes (#42333) 2026-08-05 08:45:21 +03:00
admin_dashboard_support_categories_setting.rb FEATURE: Let plugins register persistable admin dashboard section settings (#41843) 2026-07-22 18:00:38 +03:00
category_extension.rb FEATURE: make shared issues optional per-category (#40501) 2026-06-04 11:58:28 -04:00
engine.rb
first_accepted_post_solution_validator.rb DEV: Allow multiple solutions in solved plugin (#39806) 2026-05-28 07:12:28 -05:00
guardian_extensions.rb UX: don't show "me too" button on category description topics (#42444) 2026-08-07 14:04:05 -04:00
post_mover_extension.rb DEV: Allow multiple solutions in solved plugin (#39806) 2026-05-28 07:12:28 -05:00
post_serializer_extension.rb
queries.rb DEV: Allow multiple solutions in solved plugin (#39806) 2026-05-28 07:12:28 -05:00
register_filters.rb
schema_utils.rb FIX: prevent empty QA Page schema in Solved (#40471) 2026-06-02 22:43:49 +08:00
seed_admin_dashboard_reports.rb DEV: Scaffold backend for the new admin dashboard Reports section (#40017) 2026-05-20 09:53:26 +03:00
topic_extension.rb DEV: Allow multiple solutions in solved plugin (#39806) 2026-05-28 07:12:28 -05:00
topic_posters_summary_extension.rb DEV: Allow multiple solutions in solved plugin (#39806) 2026-05-28 07:12:28 -05:00
topic_view_serializer_extension.rb FIX: Show solved status on topic titles loaded directly (#41186) 2026-06-25 15:28:24 +02:00
user_extension.rb FEATURE: add solved me too button (#39652) 2026-05-13 17:03:25 +04:00
user_summary_extension.rb
web_hook_extension.rb