discourse/app
Ted Johansson c3367c329c
DEV: Make breadcrumb separators unclickable icons (#29817)
The current breadcrumb separators are ">" characters that are added as pseudo-elements. These become part of the clickable area for the links, which causes mis-clicks.

This PR does two things:

- Replace the pseudo-element with a DIcon.
- Make sure the separator is not clickable.
2024-11-19 16:42:43 +08:00
..
assets DEV: Make breadcrumb separators unclickable icons (#29817) 2024-11-19 16:42:43 +08:00
controllers FEATURE: Add skip notification option to group invite to topic (#29741) 2024-11-14 13:00:15 -03:00
helpers DEV: Drop `WithServiceHelper` 2024-09-05 09:58:20 +02:00
jobs REVERT: Check for features sooner (#29746) 2024-11-13 11:30:34 -08:00
mailers UX: Use a dropdown for SSL mode for group SMTP (#27932) 2024-07-18 10:33:14 +10:00
models DEV: Modernize admin emoji JavaScript (#29714) 2024-11-19 15:44:34 +08:00
serializers FIX: Don't include secret membership groups when serializing other users (#29799) 2024-11-18 19:25:42 +08:00
services UX: Split `hide_profile_and_presence` user option (#29632) 2024-11-12 22:22:58 -03:00
views UX: Change the authorize button color to primary (#29666) 2024-11-08 17:33:50 -05:00