Changeset 0.28.3 (#187)
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
// Fullscreen admin panel with category + section navigation.
|
||||
// All loadAdmin*() functions unchanged — same endpoints, same DOM IDs.
|
||||
|
||||
(function() {
|
||||
'use strict';
|
||||
|
||||
// ── Category → Section mapping ────────────
|
||||
const ADMIN_SECTIONS = {
|
||||
people: ['users', 'teams', 'groups'],
|
||||
@@ -1565,3 +1568,9 @@ Object.assign(UI, {
|
||||
},
|
||||
|
||||
});
|
||||
|
||||
// ── Exports ─────────────────────────────────
|
||||
window.ADMIN_SECTIONS = ADMIN_SECTIONS;
|
||||
window.ADMIN_LABELS = ADMIN_LABELS;
|
||||
window.ADMIN_LOADERS = ADMIN_LOADERS;
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user