0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 00:54:21 +08:00
discourse/plugins/poll/test/javascripts/component
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
..
poll-buttons-dropdown-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
poll-info-test.gjs FEATURE: Record who closed a poll (#40989) 2026-06-29 12:22:43 +02:00
poll-options-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
poll-results-pie-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
poll-results-ranked-choice-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
poll-results-standard-test.gjs DEV: Remove queryAll uses in core tests (#41324) 2026-07-01 11:55:39 +01:00
poll-results-tabs-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
poll-test.gjs FIX: Preserve poll view and in-progress vote across post cloaking (#41001) 2026-07-02 16:52:06 +02:00
poll-ui-builder-test.gjs UX: refactor advanced mode toggle to shared component (#41138) 2026-06-24 09:34:04 -04:00
rich-editor-extension-test.js DEV: Remove rich_editor site setting (#41873) 2026-07-23 19:49:20 -03:00