discourse/plugins/chat/assets/javascripts/discourse
Alan Guo Xiang Tan 7218da7510
DEV: Fix and improve chat system test for editing name and slug (#21810)
This commit introduces a couple of changes:

1. When editing a chat channel's slug, we were using `this.model.set("title", title)` when the `set`
   function does not exist. This was actually throwing the error in the
   "can edit slug" system test where the modal was not closed after
   saving and was flashing an error.

2. Introduce `PageObjects::Pages::ChatChannelAbout` and
   `PageObjects::Modals::ChatChannelEdit` page object to encapsulate
   logic better.
2023-05-29 18:00:59 +02:00
..
adapters FIX: better chat-api error handling (#19550) 2022-12-21 16:11:35 +01:00
components FIX: Create original message user thread membership (#21808) 2023-05-29 17:37:17 +02:00
connectors DEV: Refactoring chat message actions for ChatMessage component usage in thread panel (#20756) 2023-04-06 15:19:52 +02:00
controllers DEV: Fix and improve chat system test for editing name and slug (#21810) 2023-05-29 18:00:59 +02:00
helpers UX: implements draft threads (#21361) 2023-05-05 08:55:55 +02:00
initializers UX: closes drawer on esc if input is not focused (#21772) 2023-05-26 18:48:45 +02:00
lib FEATURE: Improving thread list item and header (#21749) 2023-05-29 09:11:55 +02:00
models FEATURE: Improving thread list item and header (#21749) 2023-05-29 09:11:55 +02:00
modifiers/chat FIX: ensure sidepanel size is correctly applied when showing (#21701) 2023-05-23 20:13:58 +02:00
pre-initializers DEV: Fix random typos (#21638) 2023-05-18 15:34:46 +02:00
routes FEATURE: Add user status to inline mentions in chat (#20564) 2023-05-24 16:55:20 +04:00
services FIX: auto fill was not happening on first load (#21809) 2023-05-29 17:34:44 +02:00
templates DEV: Remove renderTemplate from the styleguide (#21660) 2023-05-25 11:22:36 +02:00
widgets FIX: Thread mention read state and notification links (#21385) 2023-05-04 17:28:51 +02:00
admin-chat-route-map.js
chat-route-map.js FEATURE: Thread list initial UI (#21412) 2023-05-10 11:42:32 +02:00
preferences-chat-route-map.js