From 95d5ebc14ec7d012189329b4486648862fdb4f58 Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Sat, 15 Aug 2026 21:16:47 +0900 Subject: [PATCH] refactor(fe): replace custom HTML table with standardized DataGridShell in ShadowRunQueue --- .../shadow-run/pages/ShadowRunQueue.vue | 83 +++++-------------- 1 file changed, 19 insertions(+), 64 deletions(-) diff --git a/frontend/src/features/shadow-run/pages/ShadowRunQueue.vue b/frontend/src/features/shadow-run/pages/ShadowRunQueue.vue index d4c3336a..afd02933 100644 --- a/frontend/src/features/shadow-run/pages/ShadowRunQueue.vue +++ b/frontend/src/features/shadow-run/pages/ShadowRunQueue.vue @@ -1,8 +1,11 @@