discourse/plugins/chat
Joffrey JAFFEUX fca67117ee
FIX: incorrect spacing with my threads on ios (#24843)
- sticky doesn't work well with overflow: hidden parents. These overflows were used to hide other issues which shouldn't exist anyways. If it causes issues we should fix the root cause.

- our `--header-offset` is changing a lot on safari while scrolling, sometimes with very unexpected value like: negative or very high value, which causes the navbar to appear at unexpected positions for few ms, this commit is using the value of the header on insert and not changing it after, it shouldn't cause any issue.
2023-12-12 11:32:36 +01:00
..
app FIX: increase default max length of chat message excerpts (#24842) 2023-12-12 18:24:07 +08:00
assets FIX: incorrect spacing with my threads on ios (#24843) 2023-12-12 11:32:36 +01:00
config UI: ensures emojis are correctly aligned in reactions (#24814) 2023-12-11 14:29:16 +01:00
db FEATURE: my threads page (#24771) 2023-12-11 07:38:07 +01:00
lib DEV: Fix various rubocop lints (#24749) 2023-12-06 23:25:00 +01:00
public
spec DEV: Skip chat transcript spec (#24819) 2023-12-11 13:09:22 -03:00
test/javascripts DEV: Render glimmer notification items for user notification list (#24802) 2023-12-11 11:04:43 -06:00
plugin.rb FEATURE: Add thumbnails for chat image uploads (#24328) 2023-12-06 14:59:18 +08:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +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.