0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-08 17:53:55 +08:00
discourse/plugins/chat
chapoi b789b029ac
UX: Swipe to clear notifications on chat channel (#42414)
Adding a swipe gesture on touch devices to clear the notifications from
a channel (ie mark as read).

Same principle as swipe-to-close for DMs, but blue and with a checkmark
(reminiscent of the dismiss topic btn)

<img width="366" height="899" alt="image"
src="https://github.com/user-attachments/assets/d70e72b2-e821-4124-acc1-cd7f5d181547"
/>

Does not clear underlying channel threads.
2026-08-07 10:09:53 +02:00
..
admin/assets/javascripts DEV: Consolidate reusable components into ui-kit (#38703) 2026-05-11 18:07:36 -03:00
app UX: allow links in pinned chat messages, update livestream (#42322) 2026-08-05 14:35:16 -04:00
assets UX: Swipe to clear notifications on chat channel (#42414) 2026-08-07 10:09:53 +02:00
config UX: update empty chat state for 1:1 DM (#42405) 2026-08-06 16:37:19 +02:00
db A11Y: live announcements and optional sounds for chat messages (#41213) 2026-07-02 12:48:58 -04:00
lib FEATURE: Add /me actions to chat 2026-07-29 14:36:34 +00:00
public/images FEATURE: add new chat reactions popup (#41028) 2026-06-25 14:56:08 +04:00
spec UX: allow links in pinned chat messages, update livestream (#42322) 2026-08-05 14:35:16 -04:00
test/javascripts UX: Swipe to clear notifications on chat channel (#42414) 2026-08-07 10:09:53 +02:00
about.json
package.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00
plugin.rb DEV: Prefer RSpec primitives for test setup (#42122) 2026-07-30 11:17: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

This plugin is still in active development and may change frequently

Documentation

The Discourse Chat plugin adds chat functionality to your Discourse so it can natively support both long-form and short-form communication needs of your online community.

For user documentation, see Discourse Chat.

For developer documentation, see Discourse Documentation.