fix: adminPath reroute — move to hooks.ts universal hook, read config.json directly

This commit is contained in:
Falkan
2026-03-17 20:36:12 -04:00
parent 9e9040d998
commit 3a256ccef5
3 changed files with 44 additions and 28 deletions

View File

@@ -771,6 +771,8 @@
>
<span
class="drag-handle"
role="button"
tabindex="0"
draggable="true"
ondragstart={(e) => onUnitDragStart(e, unit.id, null)}
ondragend={onUnitDragEnd}