REFACTOR: composer/thread (#21910)

This commit contains multiple changes to improve the composer behavior especially in the context of a thread:

- Generally rename anything of the form `chatChannelThread...` to `chatThread...``
- Moves the textarea interactor instance inside the composer server
- Improves the focus state and closing of panel related to the use of the Escape shortcut
- Creates `Chat::ThreadList` as a component instead of having `Chat::Thread::ListItem` and others which could imply they were children of a the `Chat::Thread` component
This commit is contained in:
Joffrey JAFFEUX
2023-06-07 21:49:15 +02:00
committed by GitHub
parent 5fc1586abf
commit e6c6c342d9
53 changed files with 730 additions and 508 deletions

View File

@@ -547,7 +547,7 @@ en:
thread:
title: "Title"
view_thread: View thread
default_title: "Thread #%{thread_id}"
default_title: "Thread"
replies:
one: "%{count} reply"
other: "%{count} replies"