From b44d178acc58e10212d8c3b5f20bfcf5e0a4a280 Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Wed, 27 Aug 2025 15:12:48 +0530 Subject: [PATCH] chore: Replace copilot input with auto-expanding textarea (#12296) --- .../components-next/copilot/CopilotInput.vue | 34 ++++++++++++++++--- .../components/copilot/CopilotContainer.vue | 33 ++++++++++-------- 2 files changed, 48 insertions(+), 19 deletions(-) diff --git a/app/javascript/dashboard/components-next/copilot/CopilotInput.vue b/app/javascript/dashboard/components-next/copilot/CopilotInput.vue index c8f1a0056..852506a4c 100644 --- a/app/javascript/dashboard/components-next/copilot/CopilotInput.vue +++ b/app/javascript/dashboard/components-next/copilot/CopilotInput.vue @@ -1,25 +1,49 @@