From 3c64f04f27978bfbbf2c3747709fe45594e654ef Mon Sep 17 00:00:00 2001 From: Pranav Date: Thu, 22 May 2025 17:22:32 -0700 Subject: [PATCH] Update launcher --- .../components-next/copilot/CopilotHeader.vue | 2 +- .../copilot/CopilotLauncher.vue} | 16 +++++---- .../copilot/CopilotThinkingBlock.vue | 35 ------------------- .../dashboard/routes/dashboard/Dashboard.vue | 4 +-- 4 files changed, 13 insertions(+), 44 deletions(-) rename app/javascript/dashboard/{components/copilot/CopilotToggleButton.vue => components-next/copilot/CopilotLauncher.vue} (81%) delete mode 100644 app/javascript/dashboard/components/copilot/CopilotThinkingBlock.vue diff --git a/app/javascript/dashboard/components-next/copilot/CopilotHeader.vue b/app/javascript/dashboard/components-next/copilot/CopilotHeader.vue index c7a8696f3..48b9c0522 100644 --- a/app/javascript/dashboard/components-next/copilot/CopilotHeader.vue +++ b/app/javascript/dashboard/components-next/copilot/CopilotHeader.vue @@ -11,7 +11,7 @@ defineEmits(['reset', 'close']);