From 86e718dda19b624016ed65541fd71447b7ccf630 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Fri, 3 Apr 2026 18:36:13 -0400 Subject: [PATCH] refactor: migrate HomeView to ChatPanel widget, delete DashboardChatInput Co-Authored-By: Claude Sonnet 4.6 --- .../src/components/DashboardChatInput.vue | 413 ------------------ frontend/src/views/HomeView.vue | 171 +------- 2 files changed, 7 insertions(+), 577 deletions(-) delete mode 100644 frontend/src/components/DashboardChatInput.vue diff --git a/frontend/src/components/DashboardChatInput.vue b/frontend/src/components/DashboardChatInput.vue deleted file mode 100644 index 40a38d5..0000000 --- a/frontend/src/components/DashboardChatInput.vue +++ /dev/null @@ -1,413 +0,0 @@ - - - - - diff --git a/frontend/src/views/HomeView.vue b/frontend/src/views/HomeView.vue index 8b20de2..789fb08 100644 --- a/frontend/src/views/HomeView.vue +++ b/frontend/src/views/HomeView.vue @@ -1,19 +1,17 @@