add drag and drop to rest of lists

This commit is contained in:
Joel Wetzell
2026-05-17 22:12:21 -05:00
parent a433b0e036
commit 0d09bd534a
11 changed files with 448 additions and 69 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
<div class="grow overflow-y-auto">
<app-module-list
[modules]="config()?.modules"
(modulesChange)="modulesUpdated($event)"
(updated)="modulesUpdated($event)"
></app-module-list>
<app-route-list
[routes]="config()?.routes"