discourse/plugins/discourse-presence
Kris 14dfe55fdb
DEV: remove use of body:has() in CSS (#40841)
`body:has()` ends up checking the whole document, which isn't ideal! we
don't actually need them in either of these cases

in the case of the topic-replies-toggle-wrapper we can use a general
sibling selector, and for the presence alignment, the progress bar only
shows up at `<= 924px` anyway
2026-06-12 14:13:05 -04:00
..
assets DEV: remove use of body:has() in CSS (#40841) 2026-06-12 14:13:05 -04:00
config I18N: Update translations (#40165) 2026-05-22 11:36:52 +02:00
spec/integration DEV: Fix deprecations in plugins specs and silence output (#39257) 2026-04-15 00:00:46 +02:00
test/javascripts/acceptance WIP: New "Post Type" dropdown in composer header (#38068) 2026-06-01 14:40:36 -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: Allow post authors to localize their own posts (#36178) 2025-11-25 11:02:22 +08: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 Presence plugin

This plugin shows which users are currently writing a reply at the same time as you.