From 6efc976246aaabb9c9d2b90f2fc6f668b0db87e2 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 21 Oct 2025 17:11:32 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=BD=D0=BE=D0=B2=D0=B0=D1=8F=20=D1=84?= =?UTF-8?q?=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/BaseLayout.vue | 5 +- frontend/src/components/ChatInterface.vue | 66 ++-- frontend/src/components/ContactTable.vue | 28 +- frontend/src/components/Header.vue | 8 +- frontend/src/views/CrmView.vue | 331 ++++++++---------- frontend/src/views/HomeView.vue | 136 +++++-- frontend/src/views/SettingsView.vue | 2 +- .../src/views/settings/SettingsIndexView.vue | 181 +++++++--- 8 files changed, 428 insertions(+), 329 deletions(-) diff --git a/frontend/src/components/BaseLayout.vue b/frontend/src/components/BaseLayout.vue index 03379af..278fb23 100644 --- a/frontend/src/components/BaseLayout.vue +++ b/frontend/src/components/BaseLayout.vue @@ -261,9 +261,10 @@ onMounted(() => { \ No newline at end of file diff --git a/frontend/src/views/HomeView.vue b/frontend/src/views/HomeView.vue index bdacd05..1906bbf 100644 --- a/frontend/src/views/HomeView.vue +++ b/frontend/src/views/HomeView.vue @@ -18,28 +18,40 @@ :is-loading-tokens="isLoadingTokens" @auth-action-completed="$emit('auth-action-completed')" > - - +
+ +
+
+

ИИ Ассистент

+
+
+ + +
+ + +
+
@@ -142,3 +154,83 @@ } }; + + diff --git a/frontend/src/views/SettingsView.vue b/frontend/src/views/SettingsView.vue index 58d990c..73a543a 100644 --- a/frontend/src/views/SettingsView.vue +++ b/frontend/src/views/SettingsView.vue @@ -19,7 +19,7 @@ @auth-action-completed="$emit('auth-action-completed')" >
-