0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 13:08:40 +08:00
discourse/plugins/discourse-topic-voting
David Taylor 2ef5ce2cf1
DEV: Bump prettier-plugin-ember-template-tag and reformat (#41489)
As of 2.1.7 the plugin correctly enforces the `templateExportDefault:
true` option.
2026-07-06 19:18:44 +01:00
..
app FIX: Moderators can enable plugins when enable_category_type_setup SiteSetting is enabled (#40349) 2026-06-17 08:37:14 -05:00
assets DEV: Bump prettier-plugin-ember-template-tag and reformat (#41489) 2026-07-06 19:18:44 +01:00
config I18N: Update translations (#40823) 2026-06-12 16:19:35 +02:00
db FEATURE: award badges based on topic votes received (#39493) 2026-04-28 10:53:06 +10:00
lib/discourse_topic_voting FIX: Show voters for closed topics in topic-voting (#40314) 2026-05-26 19:18:25 +02:00
spec FEATURE: Allow selecting multiple category types when creating a category (#40912) 2026-06-22 10:07:36 +02:00
svg-icons FEATURE: restyle topic voting component, add voting to docked header (#39234) 2026-04-14 12:50:52 -04:00
test/javascripts FIX: Topic voting for nested replies topics (#40449) 2026-06-01 11:15:57 -05: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: Prompt anonymous users to sign up after engagement clicks (#40256) 2026-05-26 09:30:38 +02: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