discourse/app/assets/javascripts/admin/addon
Martin Brennan 6de00f89c2
FEATURE: Initial admin sidebar navigation (#24789)
This is v0 of admin sidebar navigation, which moves
all of the top-level admin nav from the top of the page
into a sidebar. This is hidden behind a enable_admin_sidebar_navigation
site setting, and is opt-in for now.

This sidebar is dynamically shown whenever the user enters an
admin route in the UI, and is hidden and replaced with either
the:

* Main forum sidebar
* Chat sidebar

Depending on where they navigate to. For now, custom sections
are not supported in the admin sidebar.

This commit removes the experimental admin sidebar generation rake
task but keeps the experimental sidebar UI for now for further
testing; it just uses the real nav as the default now.
2023-12-18 11:48:25 +10:00
..
adapters DEV: Migrate remaining admin classes to native syntax (#20717) 2023-03-17 12:25:05 +00:00
components FEATURE: Initial admin sidebar navigation (#24789) 2023-12-18 11:48:25 +10:00
controllers FEATURE: Initial admin sidebar navigation (#24789) 2023-12-18 11:48:25 +10:00
helpers DEV: replace registerUnbound usage with default exports (#23802) 2023-10-19 14:28:25 +01:00
lib DEV: Rename I18n imports to discourse-i18n (#23915) 2023-10-18 11:07:09 +01:00
mixins DEV: Add file_size_restriction site setting type (#24704) 2023-12-13 16:22:48 -07:00
models FIX: Further improvements for plugin list (#24622) 2023-11-30 10:53:17 +10:00
routes FEATURE: Initial admin sidebar navigation (#24789) 2023-12-18 11:48:25 +10:00
services DEV: Automatically generate all admin links for app for new sidebar (#24175) 2023-11-02 10:34:37 +10:00
templates FEATURE: Initial admin sidebar navigation (#24789) 2023-12-18 11:48:25 +10:00