discourse/plugins/chat/spec/system/page_objects/modals
David Battersby 7564bec8b8
FEATURE: chat channel emojis (#36288)
Allows setting an optional emoji to chat channels and group direct
message channels.

### How it looks to users

In the channels list (drawer):

<img width="400" alt="channel list"
src="https://github.com/user-attachments/assets/5c39166e-135f-46fc-bab2-87fe3de78bf3"
/>


In the channel view (drawer):

<img width="400" alt="channel view"
src="https://github.com/user-attachments/assets/c40f27d3-82ef-4962-a84b-3e4fbaedbe7b"
/>


In the channel view (fullscreen):

<img width="400" alt="fullscreen view"
src="https://github.com/user-attachments/assets/a63b4d53-fb8e-4963-938e-86761ced7952"
/>


In the sidebar on desktop (channels):

<img width="258" height="189" alt="sidebar channels"
src="https://github.com/user-attachments/assets/60492a3d-fa6f-4c97-8e93-d345e4e816fd"
/>


In the sidebar on desktop (group DMs):

<img width="250" height="260" alt="sidebar group dms"
src="https://github.com/user-attachments/assets/4ed509a4-b57a-4d3e-a5ad-64e6b17c984a"
/>


### When an admin adds or updates channel

When creating a channel

<img width="400" alt="creating a channel"
src="https://github.com/user-attachments/assets/f0596a5e-41ab-44aa-aabd-552c6b839c0e"
/>


When editing the channel

<img width="400" alt="editing a channel"
src="https://github.com/user-attachments/assets/331a7a09-f668-49c1-8683-9678953effe0"
/>
2025-11-28 10:09:08 +04:00
..
chat_channel_create.rb DEV: ensures channel has been created (#30445) 2024-12-23 13:54:22 +01:00
chat_edit_modal.rb FEATURE: chat channel emojis (#36288) 2025-11-28 10:09:08 +04:00