Split the lock branding source into its own component

This commit is contained in:
2026-08-21 15:08:38 -04:00
parent 076561c428
commit 78a9da3deb
5 changed files with 74 additions and 89 deletions
-3
View File
@@ -63,9 +63,6 @@ function parseMenuJsonc(raw) {
return out
}
// A row may name a sibling's id in `before:` to sit ahead of it. User rows are
// appended after every default row, so without this a new top-level entry can
// only land at the bottom of the root menu.
function applyBeforeHints(items, itemOrder) {
var order = itemOrder.slice()