discourse/plugins/chat/spec/system/page_objects/chat
David Battersby a460dbcb37
FEATURE: Create a link to start a new chat (#25722)
This feature adds the functionality to start a new chat directly from the URL using query params.

The format is: /chat/new-message?recipients=buford,jona

The initial version of this feature allows for the following:

- Open an existing direct message channel with a single user
- Create a new direct message channel with a single user (and auto redirect)
- Create or open a channel with multiple users (and auto redirect)
- Redirects to chat home if the recipients param is missing
2024-02-20 18:08:57 +08:00
..
components DEV: remove pseudo-class selector in chat channel page object (#25399) 2024-01-24 12:24:40 +08:00
browse_page.rb DEV: faster browse page spec (#21814) 2023-05-29 23:21:10 +02:00
chat_channel_settings.rb UX: chat channel info area > classname changes (#24954) 2023-12-18 22:09:47 +01:00
chat_channel_threads.rb DEV: implements <Chat::Navbar /> (#24917) 2023-12-18 17:49:58 +01:00
chat_channel.rb DEV: implements <Chat::Navbar /> (#24917) 2023-12-18 17:49:58 +01:00
chat_side_panel.rb UX: opens thread on channel with unread threads (#23361) 2023-10-11 12:19:30 +02:00
chat_thread.rb DEV: implements <Chat::Navbar /> (#24917) 2023-12-18 17:49:58 +01:00
chat.rb FEATURE: Create a link to start a new chat (#25722) 2024-02-20 18:08:57 +08:00
user_threads.rb UX: user threads styling tweaks 2023-12-13 14:10:52 +01:00