allow processors to be moved across routes

This commit is contained in:
Joel Wetzell
2026-05-17 20:54:29 -05:00
parent 623838de3e
commit 3f0c0cf45c
6 changed files with 173 additions and 100 deletions
@@ -14,10 +14,11 @@
<div class="m-2">
<app-route
[path]="`routes/${i}`"
(routeChange)="routeUpdated(i, $event)"
(updated)="routeUpdated(i, $event)"
[route]="route"
[moduleIds]="moduleIds() || []"
(delete)="deleteRoute(i)"
(moveProcessor)="moveProcessorBetweenRoutes($event)"
></app-route>
</div>
}