0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/plugins/chat
David Battersby e5e1de0e83
UX: chat scroll to bottom hover bg (#41221)
When hovering the scroll to bottom button disappears into the text as
there is no background color.

## Before

<img width="395" height="160" alt="Screenshot 2026-06-26 at 1 03 23 PM"
src="https://github.com/user-attachments/assets/ba31870b-e2a5-4196-9a30-8d97cec54670"
/>


## After

<img width="395" height="161" alt="Screenshot 2026-06-26 at 1 03 48 PM"
src="https://github.com/user-attachments/assets/21fdfb1e-00ac-4a15-be09-9e2cd2846cbc"
/>

<img width="394" height="160" alt="Screenshot 2026-06-26 at 1 04 00 PM"
src="https://github.com/user-attachments/assets/2a7f999d-72b2-404a-892e-194967679868"
/>
2026-06-26 13:39:53 +04:00
..
admin/assets/javascripts DEV: Consolidate reusable components into ui-kit (#38703) 2026-05-11 18:07:36 -03:00
app FEATURE: add new chat reactions popup (#41028) 2026-06-25 14:56:08 +04:00
assets UX: chat scroll to bottom hover bg (#41221) 2026-06-26 13:39:53 +04:00
config FEATURE: add new chat reactions popup (#41028) 2026-06-25 14:56:08 +04:00
db FIX: Recreate missing user_chat_channel_memberships for DMs (#40560) 2026-06-04 09:09:39 +02:00
lib FEATURE: add new chat reactions popup (#41028) 2026-06-25 14:56:08 +04:00
public/images FEATURE: add new chat reactions popup (#41028) 2026-06-25 14:56:08 +04:00
spec FEATURE: add new chat reactions popup (#41028) 2026-06-25 14:56:08 +04:00
test/javascripts FIX: Play every chat sound preview selection (#41202) 2026-06-25 12:54:34 -03:00
about.json DEV: Only load specific plugin bundles during qunit test (#33678) 2025-07-21 21:00:48 +01: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 DEV: Add chat message workflow trigger (#40200) 2026-06-12 16:49:07 +02: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.