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')" >
-