discourse/plugins/discourse-topic-voting
Yuriy Kurant 46a3d9ca57
FIX: category page improvements (#36062)
Follow-up of #36050.

This PR contains clean-up and minor refactor work related to categories
copies and breadcrumb dropdowns:

* hide search input in filters dropdown if list is less than 10 options
* update copies to follow Discourse conventions
* remove unused `shouldDisplayIcon`
* fix spec flakiness by changing check from class name existence to
block visibility

---------

Co-authored-by: Martin Brennan <martin@discourse.org>
2025-11-18 15:54:28 +08:00
..
app DEV: Clean up scope resolution operators in plugins (#34979) 2025-09-30 14:36:34 +02:00
assets DEV: Update lint-config and apply autofixes (#35991) 2025-11-12 14:48:49 +01:00
config FIX: category page improvements (#36062) 2025-11-18 15:54:28 +08:00
db DEV: Promote historic core plugins post_deploy migrations (#34274) 2025-08-13 15:52:19 +08:00
lib/discourse_topic_voting DEV: Update the topic voting UX to modern standards used elsewhere within the app (#35917) 2025-11-11 14:11:25 -06:00
spec DEV: Update the topic voting UX to modern standards used elsewhere within the app (#35917) 2025-11-11 14:11:25 -06:00
test/javascripts/acceptance DEV: Fix various lint issues (#33811) 2025-07-24 15:27:04 +02:00
package.json DEV: Overhaul typechecking configuration (#35794) 2025-11-12 12:54:34 +00:00
plugin.rb DEV: Update the topic voting UX to modern standards used elsewhere within the app (#35917) 2025-11-11 14:11:25 -06:00
README.md
tsconfig.json DEV: Overhaul typechecking configuration (#35794) 2025-11-12 12:54:34 +00:00

Discourse Topic Voting

Adds the ability for voting on a topic within a specified category.

Topic discussing the plugin itself can be found here: https://meta.discourse.org/t/discourse-voting/40121