discourse/plugins/chat/assets/javascripts
Kelv c648160d3f
DEV: use floatkit autocomplete for chat composer (#33980)
This PR ports the floatkit-based autocomplete system to chat composer
under a site setting, providing consistent UX across both regular and
chat composers.

### Key Changes

* Adds floatkit_autocomplete_chat_composer setting (defaults to true)
* Adds `fixedTextareaPosition` option and
`createVirtualElementAtTextarea` to DAutocompleteModifier to allow for
positioning of the autocomplete menu relative to the whole textarea
bounds instead of following the cursor - this is better for chat UI &
aligns with current behaviour
2025-08-05 10:43:58 +08:00
..
discourse DEV: use floatkit autocomplete for chat composer (#33980) 2025-08-05 10:43:58 +08:00
lib FEATURE: Implement chat transcripts in rich editor (#31819) 2025-03-31 14:04:22 +10:00