From 69a2b914951733bdd53de4a9a4a3f1fe4512dd49 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 10 Oct 2025 12:31:58 +0200 Subject: [PATCH] chore: change color palette such as is closer to the logo (#6423) chore(ui): restyle color palette closer to logo Signed-off-by: Ettore Di Giacinto --- core/http/views/404.html | 24 ++--- core/http/views/backends.html | 14 +-- core/http/views/chat.html | 32 +++---- core/http/views/error.html | 24 ++--- core/http/views/explorer.html | 4 +- core/http/views/index.html | 110 +++++++++++------------ core/http/views/login.html | 30 +++---- core/http/views/model-editor.html | 8 +- core/http/views/models.html | 12 +-- core/http/views/p2p.html | 10 +-- core/http/views/partials/footer.html | 20 ++--- core/http/views/partials/head.html | 79 +++++++++++----- core/http/views/partials/inprogress.html | 36 ++++---- core/http/views/partials/navbar.html | 80 ++++++++--------- core/http/views/talk.html | 60 ++++++------- core/http/views/text2image.html | 52 +++++------ core/http/views/tts.html | 42 ++++----- 17 files changed, 335 insertions(+), 302 deletions(-) diff --git a/core/http/views/404.html b/core/http/views/404.html index a57a37029..2a25b028e 100644 --- a/core/http/views/404.html +++ b/core/http/views/404.html @@ -2,33 +2,33 @@ {{template "views/partials/head" .}} - +
{{template "views/partials/navbar" .}}
-
+
-
+
-

- +

+ 404 - Page Not Found

-

The page you're looking for doesn't exist or has been moved

+

The page you're looking for doesn't exist or has been moved

-
+ diff --git a/core/http/views/backends.html b/core/http/views/backends.html index 32b7cca22..1c5b8e47b 100644 --- a/core/http/views/backends.html +++ b/core/http/views/backends.html @@ -2,7 +2,7 @@ {{template "views/partials/head" .}} - +
{{template "views/partials/navbar" .}} @@ -35,20 +35,20 @@
-
+
-
-
+
+
-

- +

+ Backend Management

-

+

Discover and install AI backends to power your models

diff --git a/core/http/views/chat.html b/core/http/views/chat.html index 28eccd906..d8fd8b64f 100644 --- a/core/http/views/chat.html +++ b/core/http/views/chat.html @@ -36,21 +36,21 @@ SOFTWARE. {{ $allGalleryConfigs:=.GalleryConfig }} {{ $model:=.Model}} - + {{template "views/partials/navbar" .}}