discourse/plugins/discourse-post-voting
Kris 5f3ae97582
A11Y: add href to post voting comment username (#35325)
An `a` without an `href` or `tabindex` is not tabbable using keyboard
navigation — so we should include the href on usernames here!
Functionality remains the same.

<img width="732" height="104" alt="image"
src="https://github.com/user-attachments/assets/22e9251b-de9e-4fdc-bf2a-99686ac93aca"
/>
2025-10-10 13:37:48 -04:00
..
app DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
assets A11Y: add href to post voting comment username (#35325) 2025-10-10 13:37:48 -04:00
config Update translations (#35065) 2025-09-30 16:06:14 +02:00
db/migrate DEV: Move discourse-post-voting to core (#33570) 2025-07-15 16:38:05 +02:00
extensions DEV: Move discourse-post-voting to core (#33570) 2025-07-15 16:38:05 +02:00
lib/post_voting DEV: Clean up scope resolution operators in plugins (#34979) 2025-09-30 14:36:34 +02:00
spec DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
test/javascripts/acceptance FIX: post voting comments editing UX (#35108) 2025-10-01 11:31:19 +02:00
plugin.rb DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
README.md DEV: Move discourse-post-voting to core (#33570) 2025-07-15 16:38:05 +02:00

Discourse Post Voting

Discourse Post Voting allows the creation of topics with votable posts.

image

Please refer to https://meta.discourse.org/t/227808 for more info!

Contributions

Special thanks to Pavilion for building https://github.com/paviliondev/discourse-question-answer which this plugin took inspirations from.