diff --git a/dashboard/frontend/src/components/Sidebar.svelte b/dashboard/frontend/src/components/Sidebar.svelte index d35f29c..70eeded 100644 --- a/dashboard/frontend/src/components/Sidebar.svelte +++ b/dashboard/frontend/src/components/Sidebar.svelte @@ -273,6 +273,16 @@ {/if} {#if cat === "main" || !collapsed[cat]} + {#if items.length === 0} +
handleCategoryDragOver(cat, e)} + ondrop={(e) => handleCategoryDrop(cat, e)} + > + Drop items here +
+ {/if} {#each items as item, i} {#if canAccess(item.id)} {#if item.external || item.remoteHref || item.port}