mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 07:18:06 +08:00
bf886662df
This pull request is a full overhaul of the chat-composer and contains various improvements to the thread panel. They have been grouped in the same PR as lots of improvements/fixes to the thread panel needed an improved composer. This is meant as a first step. ### New features included in this PR - A resizable side panel - A clear dropzone area for uploads - A simplified design for image uploads, this is only a first step towards more redesign of this area in the future ### Notable fixes in this PR - Correct placeholder in thread panel - Allows to edit the last message of a thread with arrow up - Correctly focus composer when replying to a message - The reply indicator is added instantly in the channel when starting a thread - Prevents a large variety of bug where the composer could bug and prevent sending message or would clear your input while it has content ### Technical notes To achieve this PR, three important changes have been made: - `<ChatComposer>` has been fully rewritten and is now a glimmer component - The chat composer now takes a `ChatMessage` as input which can directly be used in other operations, it simplifies a lot of logic as we are always working a with a `ChatMessage` - `TextareaInteractor` has been created to wrap the existing `TextareaTextManipulation` mixin, it will make future migrations easier and allow us to have a less polluted `<ChatComposer>` Note ".chat-live-pane" has been renamed ".chat-channel" Design for upload dropzone is from @chapoi |
||
---|---|---|
.. | ||
chat-channel-archive-modal-inner-test.js | ||
chat-channel-card-test.js | ||
chat-channel-delete-modal-inner-test.js | ||
chat-channel-leave-btn-test.js | ||
chat-channel-metadata-test.js | ||
chat-channel-preview-card-test.js | ||
chat-channel-row-test.js | ||
chat-channel-settings-saved-indicator-test.js | ||
chat-channel-settings-view-test.js | ||
chat-channel-title-test.js | ||
chat-composer-dropdown-test.js | ||
chat-composer-inline-buttons-test.js | ||
chat-composer-placeholder-test.js | ||
chat-composer-upload-test.js | ||
chat-composer-uploads-test.js | ||
chat-emoji-avatar-test.js | ||
chat-emoji-picker-test.js | ||
chat-message-avatar-test.js | ||
chat-message-collapser-test.js | ||
chat-message-info-test.js | ||
chat-message-move-to-channel-modal-inner-test.js | ||
chat-message-reaction-test.js | ||
chat-message-separator-date-test.js | ||
chat-message-separator-new-test.js | ||
chat-message-test.js | ||
chat-message-text-test.js | ||
chat-replying-indicator-test.js | ||
chat-retention-reminder-test.js | ||
chat-retention-reminder-text-test.js | ||
chat-upload-test.js | ||
chat-user-avatar-test.js | ||
chat-user-display-name-test.js | ||
chat-user-info-test.js | ||
collapser-test.js | ||
dc-filter-input-test.js | ||
direct-message-creator-test.js | ||
on-visibility-action-test.js | ||
user-card-chat-button-test.js |