discourse/plugins/discourse-topic-voting
Kris 022194f3e8
UX: increase contrast of topic voting count (#39288)
Went a little too light here, this darkens a shade 

Before:
<img width="400" alt="image"
src="https://github.com/user-attachments/assets/6a2d0ea9-a216-4c1b-8107-bcdcff79c9ee"
/>



After: 
<img width="500" alt="image"
src="https://github.com/user-attachments/assets/2ff0649b-4c18-4c3c-8439-db29f3d8126f"
/>
2026-04-15 09:41:28 -04:00
..
app FEATURE: Add "Ideas" category type for Topic Voting plugin (#38794) 2026-04-14 11:27:18 +02:00
assets UX: increase contrast of topic voting count (#39288) 2026-04-15 09:41:28 -04:00
config UX: add toggle to topic voting menu to change notification level to "watching" (#39097) 2026-04-15 10:25:57 +10:00
db/migrate FEATURE: Add trending vote sort to topic voting plugin (#38839) 2026-04-14 10:38:22 +02:00
lib/discourse_topic_voting FEATURE: Add trending vote sort to topic voting plugin (#38839) 2026-04-14 10:38:22 +02:00
spec DEV: Move enable_simplified_category_creation to stable (#39212) 2026-04-15 12:39:03 +10:00
svg-icons FEATURE: restyle topic voting component, add voting to docked header (#39234) 2026-04-14 12:50:52 -04:00
test/javascripts/acceptance FIX: Remove topic voting custom field from category logs when there is no change (#36832) 2025-12-22 21:29:32 +08:00
package.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00
plugin.rb FEATURE: restyle topic voting component, add voting to docked header (#39234) 2026-04-14 12:50:52 -04:00
README.md
tsconfig.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01: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