mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-26 14:00:42 +08:00
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 |
||
|---|---|---|
| .. | ||
| environments | ||
| initializers | ||
| locales | ||
| application.rb | ||
| boot.rb | ||
| cdn.yml.sample | ||
| database.yml | ||
| deploy.rb.sample | ||
| dev_defaults.yml | ||
| discourse.config.sample | ||
| discourse.pill.sample | ||
| discourse_defaults.conf | ||
| environment.rb | ||
| logrotate.conf | ||
| multisite.yml.production-sample | ||
| nginx.sample.conf | ||
| projections.json | ||
| puma.rb | ||
| routes.rb | ||
| sidekiq.yml | ||
| site_settings.yml | ||
| spring.rb | ||
| thin.yml.sample | ||
| unicorn.conf.rb | ||
| unicorn_launcher | ||
| unicorn_upstart.conf | ||