0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-11 02:59:07 +08:00
discourse/plugins/discourse-solved/spec
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
..
components DEV: Allow multiple solutions in solved plugin (#39806) 2026-05-28 07:12:28 -05:00
db/migrate FIX: Add missing solved_topics_auto_close_hours custom field entries (#42255) 2026-08-04 09:04:44 +10:00
fabricators FEATURE: Let plugins register persistable admin dashboard section settings (#41843) 2026-07-22 18:00:38 +03:00
integration DEV: Prefer RSpec primitives for test setup (#42122) 2026-07-30 11:17:22 +08:00
lib UX: don't show "me too" button on category description topics (#42444) 2026-08-07 14:04:05 -04:00
models FIX: Hide Solved empty_box_on_unsolved on Horizon (#41276) 2026-07-01 10:09:03 +10:00
reports FIX: show category selector on the accepted solutions report (#42360) 2026-08-06 01:45:05 +03:00
requests DEV: Prefer RSpec primitives for test setup (#42122) 2026-07-30 11:17:22 +08:00
serializers FIX: Show solved status on topic titles loaded directly (#41186) 2026-06-25 15:28:24 +02:00
services/discourse_solved DEV: Prefer RSpec primitives for test setup (#42122) 2026-07-30 11:17:22 +08:00
system DEV: Prefer RSpec primitives for test setup (#42122) 2026-07-30 11:17:22 +08:00