discourse/app
Joffrey JAFFEUX 864ac782c3
FIX: improves post toolbar behavior (#33342)
This commit is applying different techniques to make selecting text of a
post less error prone:
- ensure we only ever show the toolbar when the common ancestor of a
range is cooked
- ensures the menu is not interfering with text selection

The situation was very bad on android but it should also improve other
devices.

Note that one visual change of this commit is that the fast edit menu is
now a standalone modal.
2025-06-26 10:17:02 -05:00
..
assets FIX: improves post toolbar behavior (#33342) 2025-06-26 10:17:02 -05:00
controllers PERF: Avoid slow preloading in SiteSerializer (#33283) 2025-06-25 15:03:34 +08:00
helpers DEV: Switch to type="module" for translation files (#33126) 2025-06-09 13:13:42 +01:00
jobs DEV: Update uploads:sync_access_control rake task to remove ACLs (#33286) 2025-06-25 15:03:05 +08:00
mailers DEV: Added the ability to use users' names in group mention notifications and mentions shown in emails (#33055) 2025-06-03 15:49:55 -05:00
models PERF: Avoid slow preloading in SiteSerializer (#33283) 2025-06-25 15:03:34 +08:00
queries/reports DEV: Refactor reports index into service (#31667) 2025-03-11 14:36:06 +10:00
serializers PERF: Avoid slow preloading in SiteSerializer (#33283) 2025-06-25 15:03:34 +08:00
services DEV: Partially refactor themes controller to services (#33141) 2025-06-23 10:14:58 +10:00
views FIX: Include common_theme CSS in published pages (#33179) 2025-06-12 19:07:48 +01:00