discourse/app
Bianca Nenciu 948e283e0f
FIX: Use correct styles on category pages (#29588)
Multiple category styles can be used on the same site. The category and
subcategories page will use the "desktop_category_page_style" setting
and individual category pages will use the style selected in settings,
if any.

Commit c1f078ca tried to use the same style for both the category and
subcategories page, but the route matching did not take into account
the "discovery.categoryAll" and "discovery.categoryNone" variants of
the "discovery.category" route.
2024-11-05 23:51:22 +08:00
..
assets FIX: Use correct styles on category pages (#29588) 2024-11-05 23:51:22 +08:00
controllers FEATURE: Add 'Community title' field to about config page (#29500) 2024-10-31 10:04:31 +03:00
helpers DEV: Drop WithServiceHelper 2024-09-05 09:58:20 +02:00
jobs DEV: Remove logical OR assignment of constants (#29201) 2024-10-16 10:09:07 +08:00
mailers UX: Use a dropdown for SSL mode for group SMTP (#27932) 2024-07-18 10:33:14 +10:00
models This commit fixes an undesirable geometric query memory usage introduced in b908abe35a (#29539) 2024-11-04 09:00:03 +11:00
serializers FEATURE - Add username column to custom emoji table (#29522) 2024-11-01 10:32:59 -05:00
services DEV: Remove hash-like access from service contracts 2024-10-29 16:02:51 +01:00
views FEATURE: Enable the new /about page for everyone (#29390) 2024-10-29 18:40:11 +03:00