diff --git a/backend/custom_resources b/backend/custom_resources index e69a37ce8e71..379fc487103d 160000 --- a/backend/custom_resources +++ b/backend/custom_resources @@ -1 +1 @@ -Subproject commit e69a37ce8e71a2e5d47897539b0895c2107dc5cf +Subproject commit 379fc487103d02d5791d280a738c839aac940e2f diff --git a/backend/open_webui/env.py b/backend/open_webui/env.py index 9e571e967300..a1c710abc344 100644 --- a/backend/open_webui/env.py +++ b/backend/open_webui/env.py @@ -75,7 +75,7 @@ log.setLevel(SRC_LOG_LEVELS["CONFIG"]) -WEBUI_NAME = "IONOS GPT" +WEBUI_NAME = "Momentum Team" WEBUI_FAVICON_URL = "https://openwebui.com/favicon.png" diff --git a/backend/open_webui/main.py b/backend/open_webui/main.py index 3ccf216842e3..e6b4f371d6e1 100644 --- a/backend/open_webui/main.py +++ b/backend/open_webui/main.py @@ -1416,7 +1416,7 @@ async def get_manifest_json(): return { "name": app.state.WEBUI_NAME, "short_name": app.state.WEBUI_NAME, - "description": "Ihr KI-Dream-Team!", + "description": "Ihr AI-Dream-Team!", "start_url": "/", "display": "standalone", "background_color": "#343541", diff --git a/src/app.html b/src/app.html index 628f66a0a568..95bbb729bcbd 100644 --- a/src/app.html +++ b/src/app.html @@ -3,7 +3,7 @@ - + - + - IONOS GPT – Ihr KI-Dream-Team! + Momentum Team – Ihr AI-Dream-Team! %sveltekit.head% diff --git a/src/lib/IONOS/components/ai-team/AgentCard.svelte b/src/lib/IONOS/components/ai-team/AgentCard.svelte index 351c9f685c8c..1cb55b6a4aad 100644 --- a/src/lib/IONOS/components/ai-team/AgentCard.svelte +++ b/src/lib/IONOS/components/ai-team/AgentCard.svelte @@ -26,7 +26,7 @@
e.key === 'Enter' && handleCardClick()} role="button" diff --git a/src/lib/IONOS/components/icons/IonosLogo.svelte b/src/lib/IONOS/components/icons/IonosLogo.svelte index 3090f18b3524..3c5a5ea418d7 100644 --- a/src/lib/IONOS/components/icons/IonosLogo.svelte +++ b/src/lib/IONOS/components/icons/IonosLogo.svelte @@ -8,62 +8,78 @@ Origin: Figma --> - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - diff --git a/src/lib/IONOS/services/startup.ts b/src/lib/IONOS/services/startup.ts index 3cd4077c7b75..9a9bc5bb6745 100644 --- a/src/lib/IONOS/services/startup.ts +++ b/src/lib/IONOS/services/startup.ts @@ -20,7 +20,7 @@ export const hasStoredState = (): boolean => { } export const startup = async (): Promise => { - console.log('*** IONOS GPT startup ***'); + console.log('*** Momentum Team startup ***'); const agent = getAndForgetAgent(); console.log('Stored agent in settings/store:', agent); diff --git a/src/lib/components/layout/Sidebar/UserMenu.svelte b/src/lib/components/layout/Sidebar/UserMenu.svelte index 292d77586326..d05f3c793f40 100644 --- a/src/lib/components/layout/Sidebar/UserMenu.svelte +++ b/src/lib/components/layout/Sidebar/UserMenu.svelte @@ -42,25 +42,26 @@ align="start" transition={(e) => fade(e, { duration: 100 })} > + {#if page.url.pathname !== '/explore'} +
- -
-
{$i18n.t('Settings')}
- + if ($mobile) { + showSidebar.set(false); + } + }} + > +
+ +
+
{$i18n.t('Settings')}
+ + {/if} - {#if !$mobile} + {#if page.url.pathname !== '/explore' && !$mobile}
-
+