0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-11 02:59:07 +08:00
discourse/plugins/chat/test/javascripts/components
Renato Atilio b834edd625
DEV: Remove rich_editor site setting (#41873)
The setting has been hidden and enabled by default since it was switched
on for all sites in mid-2025, making it effectively dead configuration.
The rich editor is now always available, and the per-user
`composition_mode` preference remains the only way to pick between the
markdown and rich text editors.

This also makes the first toolbar button focusable when a
`composer-force-editor-mode` transformer hides the editor mode toggle,
which previously left the toolbar without a tabbable button in that
state.

Since it comes from the same rollout, this also drops the shim that
migrated the pre-`composition_mode` localStorage preference
(`d-editor-prefers-rich-editor`) into the user option. The key hasn't
been written since the rich editor was enabled everywhere a year ago,
and the shim deleted it on first composer open, so any remaining copies
belong to browsers that haven't composed since then — for those, the
default mode is rich anyway.
2026-07-23 19:49:20 -03:00
..
channel-icon-test.gjs UX: Show avatar when only 1 other user in chat group DM (#40269) 2026-05-26 09:37:47 +10:00
channel-name-test.gjs DEV: Remove plugin names from test titles (#39418) 2026-04-21 19:19:52 +02:00
channel-title-test.gjs DEV: Remove plugin names from test titles (#39418) 2026-04-21 19:19:52 +02:00
chat-channel-announcements-test.gjs A11Y: live announcements and optional sounds for chat messages (#41213) 2026-07-02 12:48:58 -04:00
chat-channel-card-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
chat-channel-leave-btn-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
chat-channel-metadata-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
chat-channel-preview-card-test.gjs UX: simplify chat join preview card (#41054) 2026-06-29 11:49:15 -04:00
chat-channel-row-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
chat-channel-status-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
chat-channel-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
chat-composer-dropdown-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
chat-composer-message-details-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
chat-composer-placeholder-test.gjs DEV: Remove plugin names from test titles (#39418) 2026-04-21 19:19:52 +02:00
chat-composer-upload-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
chat-composer-uploads-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
chat-emoji-avatar-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
chat-header-icon-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
chat-message-avatar-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
chat-message-collapser-test.gjs DEV: Remove queryAll uses in core tests (#41324) 2026-07-01 11:55:39 +01:00
chat-message-info-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
chat-message-left-gutter-test.gjs DEV: Remove plugin names from test titles (#39418) 2026-04-21 19:19:52 +02:00
chat-message-reaction-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
chat-message-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
chat-message-text-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
chat-modal-archive-channel-test.gjs DEV: Remove plugin names from test titles (#39418) 2026-04-21 19:19:52 +02:00
chat-modal-delete-channel-test.gjs DEV: Remove plugin names from test titles (#39418) 2026-04-21 19:19:52 +02:00
chat-modal-move-message-to-channel-test.gjs DEV: Remove plugin names from test titles (#39418) 2026-04-21 19:19:52 +02:00
chat-navbar-channel-title-test.gjs UX: Only show chat star action if user has joined channel (#41088) 2026-06-22 16:41:27 -04:00
chat-notices-test.gjs DEV: Remove queryAll uses in core tests (#41324) 2026-07-01 11:55:39 +01:00
chat-replying-indicator-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
chat-retention-reminder-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
chat-retention-reminder-text-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
chat-sidebar-indicators-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
chat-thread-header-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
chat-thread-heading-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
chat-thread-list-item-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
chat-thread-participants-test.gjs DEV: Remove plugin names from test titles (#39418) 2026-04-21 19:19:52 +02:00
chat-upload-test.gjs DEV: Fix chat-upload-test leak (#40918) 2026-06-16 02:16:18 +02:00
chat-user-avatar-test.gjs DEV: Remove plugin names from test titles (#39418) 2026-04-21 19:19:52 +02:00
chat-user-card-button-test.gjs DEV: Remove plugin names from test titles (#39418) 2026-04-21 19:19:52 +02:00
chat-user-display-name-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
chat-user-info-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
collapser-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
members-selector-test.gjs FIX: Id collisions in member-selector (#40576) 2026-06-04 16:34:41 +02:00
reviewable-chat-message-test.gjs FIX: Show flagged chat message uploads in the review queue (#41689) 2026-07-15 10:11:13 -03:00
rich-editor-extension-test.gjs DEV: Remove rich_editor site setting (#41873) 2026-07-23 19:49:20 -03:00
thread-settings-test.gjs DEV: Remove plugin names from test titles (#39418) 2026-04-21 19:19:52 +02:00
toggle-channel-membership-button-test.gjs FEATURE: allow anonymous users to view public chat channels (#40688) 2026-06-18 15:18:51 -04:00