From bef34eeaa5f16b536bfe98666f6f167cfa2dd336 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Sat, 7 Feb 2026 16:57:05 +0700 Subject: [PATCH] Move AI button to logo and add left chat sidebar --- app/components/ai/AiChatSidebar.vue | 159 +++++++++++++++++++ app/components/navigation/MainNavigation.vue | 29 ++-- app/layouts/topnav.vue | 32 +++- 3 files changed, 202 insertions(+), 18 deletions(-) create mode 100644 app/components/ai/AiChatSidebar.vue diff --git a/app/components/ai/AiChatSidebar.vue b/app/components/ai/AiChatSidebar.vue new file mode 100644 index 0000000..925e13f --- /dev/null +++ b/app/components/ai/AiChatSidebar.vue @@ -0,0 +1,159 @@ +