feat: enable Immich ML, dark mode fixes, sidebar improvements #6
@@ -44,6 +44,8 @@
|
||||
{ label: "Speedtest", remoteHref: "https://speed.jimmygan.com:8443", icon: "speedtest", external: true },
|
||||
];
|
||||
|
||||
function itemKey(item) { return item.id || item.label; }
|
||||
|
||||
// All items indexed by key for cross-category lookup
|
||||
const allItems = new Map([...defaultLinks, ...defaultMedia, ...defaultTools].map(i => [itemKey(i), i]));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user