This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/plugins/chat/assets/javascripts/discourse/services
Jan Cernik 6325e641d8
FIX: Emoji autocomplete “more” button not working in chat (#20113)
* FIX: Emoji autocomplete “more” button not working

* Rely on setting an intial value on the filter input

This commit removes custom logic applied on initial filter and instead gives a param to use as value for the input, automatically triggering the existing filtering handler.

Other notes:
- Slightly changes the API to be able to set a filter and open the composer in one go
- Adds a very simple service spec
- Adds a system spec to fully validate the behavior

---------

Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
2023-02-02 15:04:52 -03:00
..
chat-api.js DEV: introduces documentation for chat (#19772) 2023-01-18 12:36:16 +01:00
chat-audio-manager.js FIX: uses CDN when available for chat mp3 sounds (#19341) 2022-12-06 16:27:59 +01:00
chat-channel-info-route-origin-manager.js DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
chat-channels-manager.js DEV: introduces documentation for chat (#19772) 2023-01-18 12:36:16 +01:00
chat-composer-presence-manager.js DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
chat-emoji-picker-manager.js FIX: Emoji autocomplete “more” button not working in chat (#20113) 2023-02-02 15:04:52 -03:00
chat-emoji-reaction-store.js DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
chat-guardian.js DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
chat-message-visibility-observer.js FIX: triggers update last read when message is not staged (#19565) 2022-12-21 22:55:34 +01:00
chat-notification-manager.js FIX: correct various mistakes in chat-notification-manager (#20050) 2023-01-30 10:48:10 +01:00
chat-state-manager.js DEV: start glimmer-ification and optimisations of chat plugin (#19531) 2022-12-21 13:21:02 +01:00
chat-subscriptions-manager.js FEATURE: Allow editing channel slug (#19948) 2023-01-30 13:18:34 +10:00
chat.js DEV: Pass messageId as a dynamic segment instead of a query param (#20013) 2023-02-01 12:39:23 -03:00
emoji-picker-scroll-observer.js DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00