discourse/app
Jarek Radosz 84efa66cc1
DEV: Apply flex-direction: column on .d-header (#26658)
This doesn't change anything in 99.9% of cases - by default d-header has only one child element `.wrap`.

There are only two themes that I'm aware of that add another child:
1. discourse-categories-navbar - which I'm currently updating to use the new header APIs, and where the column layout makes more sense
2. a private theme, which was recently updated to use those APIs and that works around the current layout by applying `flex-wrap: wrap` to d-header (I'll remove that override as it conflicts with this change)
2024-04-17 23:00:55 +02:00
..
assets DEV: Apply flex-direction: column on .d-header (#26658) 2024-04-17 23:00:55 +02:00
controllers FIX: Use ILIKE for searching categories (#26619) 2024-04-17 17:20:25 +03:00
helpers DEV: Move chat service objects into core (#26506) 2024-04-04 10:57:41 -03:00
jobs UX: make first admin a moderator to review user approvals. (#26588) 2024-04-10 20:59:03 +05:30
mailers FIX: Ensure invalid timezone does not block critical emails (#26607) 2024-04-12 10:53:44 -04:00
models FIX: Serialize categories for bookmarks (#26606) 2024-04-17 17:23:47 +03:00
serializers DEV: Merge two similar category serializers (#26653) 2024-04-17 18:52:34 +03:00
services FIX: Serialize categories for bookmarks (#26606) 2024-04-17 17:23:47 +03:00
views DEV: allow themes to render their own custom homepage (#26291) 2024-04-02 11:05:08 -04:00