From 462de222855d37b5592eeb4c9cbb36d8d48f221f Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Fri, 19 Dec 2025 09:52:23 +0000 Subject: [PATCH] ai version 2.0 --- core/templates/ai_chat_new.html | 8 - core/templates/base.html | 105 +++------ static/css/custom.css | 405 ++++++++++++++++++++++---------- staticfiles/css/custom.css | 398 ++++++++++++++++++++++--------- 4 files changed, 594 insertions(+), 322 deletions(-) diff --git a/core/templates/ai_chat_new.html b/core/templates/ai_chat_new.html index c0f84ee..0a045c5 100644 --- a/core/templates/ai_chat_new.html +++ b/core/templates/ai_chat_new.html @@ -6,14 +6,6 @@ {% block content %}
- -
-

Conversations

-
- -

No conversations yet.

-
-
diff --git a/core/templates/base.html b/core/templates/base.html index 0bebf24..68fdfe2 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -22,83 +22,38 @@ {% block head %}{% endblock %} - - -
-
- -
- {% block content %}{% endblock %} -
-
-
+ +
+ +
+ {% block content %}{% endblock %} +
+
+ {% block extra_scripts %}{% endblock %}