mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
UX: Move "All Site Settings" link to top of admin sidebar (#26313)
We are still making improvements to the admin sidebar and various parts of the admin section. For now, to make the transition easier, we are moving this link to the top of the sidebar so it's clear that admins can still get to all settings if they need to.
This commit is contained in:
parent
2417b090a9
commit
d3ad11cd5c
@ -378,12 +378,6 @@ export const ADMIN_NAV_MAP = [
|
||||
label: "admin.advanced.sidebar_link.experimental",
|
||||
icon: "discourse-sparkles",
|
||||
},
|
||||
{
|
||||
name: "admin_all_site_settings",
|
||||
route: "adminSiteSettings",
|
||||
label: "admin.advanced.sidebar_link.all_site_settings",
|
||||
icon: "cog",
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
@ -153,6 +153,12 @@ export function useAdminNavConfig(navMap) {
|
||||
label: "admin.dashboard.title",
|
||||
icon: "home",
|
||||
},
|
||||
{
|
||||
name: "admin_all_site_settings",
|
||||
route: "adminSiteSettings",
|
||||
label: "admin.advanced.sidebar_link.all_site_settings",
|
||||
icon: "cog",
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user