0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-08 17:53:55 +08:00
discourse/plugins/discourse-topic-voting/config
Kris 31f6e44980
FEATURE: when vote limits are disabled, adjust the closed notification to suit it (#42448)
Previously topic voting always had limits, so when a topic was closed a
vote was returned to the voter and we notified them

<img width="320" height="69" alt="image"
src="https://github.com/user-attachments/assets/09674ac6-cb78-49d2-952b-0602d730fe19"
/>

Recently we added the ability to disable vote limits, and this
notification no longer makes much sense. In this case, it would be
better to simply notify the voter that voting has closed — which is the
feature I'm adding here:

<img width="392" alt="image"
src="https://github.com/user-attachments/assets/a889a809-280c-4531-9c1c-1355269380dc"
/>

The icon is given the alias `topic_voting.voting_closed` so it can be
replaced independently of the lock icon used elsewhere.

I also removed a translation that no longer seems to be used anywhere.
2026-08-07 16:47:01 -04:00
..
locales FEATURE: when vote limits are disabled, adjust the closed notification to suit it (#42448) 2026-08-07 16:47:01 -04:00
routes.rb
settings.yml FEATURE: Bump enable_topic_voting_badges upcoming change to beta (#42258) 2026-08-06 10:51:36 +04:00