discourse/app
Alan Guo Xiang Tan 41eb92f5db
UX: Change ordering of categories shown in sidebar (#18803)
There are two possible ordering for categories shown in sidebar with
this commit.

When the `fixed_category_positions` site setting is enabled, the
categories are ordered based on `Category#position` which is a configurable
option by the user. When said site setting is disabled, the categories
are ordered based on `Category#name`.

The categories in Sidebar are also sorted in such a way where child
categories are always ordered right after their parents. When multiple
child categories are present, the child categories are ordered based on
the ordering described above.
2022-11-04 05:21:49 +09:00
..
assets UX: Change ordering of categories shown in sidebar (#18803) 2022-11-04 05:21:49 +09:00
controllers FIX: Theme import error handling needs to happen inside the hijack block (#18866) 2022-11-03 14:02:26 -05:00
helpers FIX: Add theme-color <meta> tag when a dark scheme is selected (#18747) 2022-10-26 07:18:05 +03:00
jobs DEV: Quote values when constructing SQL (#18827) 2022-11-01 14:05:13 -05:00
mailers FEATURE: Custom unsubscribe options (#17090) 2022-06-21 15:49:47 -03:00
models FIX: Write to group logs when a user is added to group by invite (#18841) 2022-11-03 07:58:12 +09:00
serializers SECURITY: Restrict display of topic titles associated with user badges (#18768) 2022-10-27 11:26:14 +08:00
services SECURITY: Expand and improve SSRF Protections (#18815) 2022-11-01 16:33:17 +00:00
views UX: update and consolodate published page styles (#18792) 2022-11-01 14:31:39 -04:00