discourse/app
Martin Brennan 735bef9ea0
UX: Remove Ctrl+F search shortcut (#32281)
This commit removes the Ctrl+F search shortcut, which hijacks the
browser search shortcut in Discourse. We are doing this because there
has been many years of complaints around this behaviour, and now that
we have the new header search it has become even more annoying.

We originally added this because we lazy load posts in a topic, and it
might not have been immediately clear to users that they are not
searching
all the posts in the topic when pressing Ctrl+F. However, that was 10+
years
ago, most people are very familiar with lazy loading now, it doesn't
make sense
to keep this additional hijack for this one topic use case.

Search is still accessible by pressing the `/` shortcut.
2025-04-15 15:14:54 +10:00
..
assets UX: Remove Ctrl+F search shortcut (#32281) 2025-04-15 15:14:54 +10:00
controllers FIX: Rename branding to logo and fonts (#32264) 2025-04-14 10:49:47 +08:00
helpers FIX: Add helpers for title and content for application.html.erb and crawler.html.erb (#32290) 2025-04-14 16:34:23 -03:00
jobs PERF: Set cluster_concurrency 1 for Jobs::BackfillBadge (#32121) 2025-04-02 11:23:32 +08:00
mailers FEATURE: send email to deleted user (#31947) 2025-03-24 14:45:25 +08:00
models DEV: Drop legacy topic-list and raw-handlebars compilation system (#32081) 2025-04-14 10:42:40 +01:00
queries/reports DEV: Refactor reports index into service (#31667) 2025-03-11 14:36:06 +10:00
serializers FIX: incorrect flag message when en_GB language (#32191) 2025-04-10 08:06:52 +08:00
services FIX: avoid double base path on push notification (#32228) 2025-04-12 08:16:53 +10:00
views FIX: Add helpers for title and content for application.html.erb and crawler.html.erb (#32290) 2025-04-14 16:34:23 -03:00