From e96c84b5f7d548fd9ab6a3bba4cc2f9d9b35235f Mon Sep 17 00:00:00 2001 From: Stefan Hacker Date: Mon, 13 Apr 2026 11:05:51 +0200 Subject: [PATCH] feat(ui): Browser-Titel "Mini-Cloud - " + Wolken-Favicon Titel reagiert reaktiv auf Login/Logout. Favicon ist die Wolke aus der Sidebar (pi-cloud-Style). Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/index.html | 2 +- frontend/public/favicon.svg | 4 +++- frontend/src/App.vue | 13 +++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 2b56de4..690dc60 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,7 +4,7 @@ - frontend + Mini-Cloud
diff --git a/frontend/public/favicon.svg b/frontend/public/favicon.svg index 6893eb1..1b22808 100644 --- a/frontend/public/favicon.svg +++ b/frontend/public/favicon.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 98240ae..1e7eb04 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,3 +1,16 @@ + +