0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-14 13:58:53 +08:00
discourse/plugins/chat/spec/system/page_objects/chat
chapoi 8759c7f5b9
UX: Chat channel empty and not yet joined state redesigns (#41737)
Providing a more attractive empty state and join CTA for chat channels.

| Scenario | Desktop | Drawer | Mobile |
|--------|--------|--------|--------|
| Anon | <img width="1746" height="1606" alt="CleanShot 2026-07-17 at 12
05 42@2x"
src="https://github.com/user-attachments/assets/080d0785-fc5b-46ca-9cd7-1631ad8f0319"
/> | <img width="1748" height="1628" alt="CleanShot 2026-07-17 at 12 07
32@2x"
src="https://github.com/user-attachments/assets/d0ad65f1-ac7c-4365-88d9-88e30896f0b0"
/> | <img width="736" height="1580" alt="CleanShot 2026-07-17 at 12 07
17@2x"
src="https://github.com/user-attachments/assets/ae37e80c-db8e-49cd-8a24-79e5a05cb034"
/> |
| Logged in, unjoined | <img width="1782" height="1622" alt="CleanShot
2026-07-17 at 12 09 09@2x"
src="https://github.com/user-attachments/assets/f0adbe95-449b-43b7-92b2-3095a4ae9918"
/> | <img width="1748" height="1628" alt="CleanShot 2026-07-17 at 12 08
01@2x"
src="https://github.com/user-attachments/assets/a081a53b-5e14-403d-8eca-027b4b221add"
/> | <img width="732" height="1582" alt="CleanShot 2026-07-17 at 12 09
19@2x"
src="https://github.com/user-attachments/assets/f7f2348c-e84c-4386-806a-4a68437bc988"
/> |
| Logged in, joined | <img width="1782" height="1622" alt="CleanShot
2026-07-17 at 12 08 48@2x"
src="https://github.com/user-attachments/assets/59389f72-06e0-49a0-a50f-dd6f8fd3cd0a"
/> | <img width="1748" height="1628" alt="CleanShot 2026-07-17 at 12 08
24@2x"
src="https://github.com/user-attachments/assets/67ebdbae-3252-4472-ba0d-db8af59f02f2"
/> | <img width="732" height="1582" alt="CleanShot 2026-07-17 at 12 09
30@2x"
src="https://github.com/user-attachments/assets/8d5b893f-7fee-4368-982f-9d53bef400f4"
/> |
2026-07-17 13:11:24 +02:00
..
components UX: Long press chat channel rows to open the actions menu on touch (#41441) 2026-07-07 16:27:55 -03:00
admin_incoming_webhooks.rb
browse.rb
chat.rb FEATURE: allow anonymous users to view public chat channels (#40688) 2026-06-18 15:18:51 -04:00
chat_channel.rb UX: Chat channel empty and not yet joined state redesigns (#41737) 2026-07-17 13:11:24 +02:00
chat_channel_settings.rb FIX: disable "Open channel" button on archived and read-only chat channels (#38053) 2026-02-25 14:12:56 +01:00
chat_channel_threads.rb
chat_side_panel.rb DEV: Restore and fix chat navigation specs (#39489) 2026-04-23 20:14:15 +02:00
chat_thread.rb FEATURE: allow anonymous users to view public chat channels (#40688) 2026-06-18 15:18:51 -04:00
user_threads.rb