From c63c5cc275a519d0f58e84fe1d83c8a35e6026c0 Mon Sep 17 00:00:00 2001 From: MechaCat02 Date: Sun, 7 Jun 2026 20:03:18 +0200 Subject: [PATCH] fix(dashboard): F-U-002 queue drilldown consumer link points to scripts/{id} The dashboard route tree has scripts at /scripts/[id], not under apps/[slug]/scripts. The queue-drilldown page linked to a non-existent app-scoped scripts route, so clicking the consumer-script name 404'd. Reverts the link to {base}/scripts/{detail.consumer.script_id}, matching how every other place in the dashboard navigates to a script page. AUDIT.md anchor: F-U-002. Co-Authored-By: Claude Opus 4.7 (1M context) --- dashboard/src/routes/apps/[slug]/queues/[name]/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/routes/apps/[slug]/queues/[name]/+page.svelte b/dashboard/src/routes/apps/[slug]/queues/[name]/+page.svelte index 6f0bc2c..30b22cb 100644 --- a/dashboard/src/routes/apps/[slug]/queues/[name]/+page.svelte +++ b/dashboard/src/routes/apps/[slug]/queues/[name]/+page.svelte @@ -68,7 +68,7 @@
Script
- + {detail.consumer.script_name}