From 6066b1ccaa9c2b6e31f8f12f66b3be05105096fb Mon Sep 17 00:00:00 2001 From: Per Stark Date: Mon, 19 May 2025 12:23:44 +0200 Subject: [PATCH] chore: consistent titles --- html-router/assets/icon/site.webmanifest | 1 - html-router/assets/manifest.json | 7 ++++++- html-router/templates/auth/account_settings.html | 5 ++++- html-router/templates/auth/admin_panel.html | 5 ++++- html-router/templates/auth/signin_base.html | 3 +++ html-router/templates/auth/signup_form.html | 2 ++ html-router/templates/chat/base.html | 4 +++- html-router/templates/content/base.html | 3 +++ html-router/templates/knowledge/base.html | 1 + 9 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 html-router/assets/icon/site.webmanifest diff --git a/html-router/assets/icon/site.webmanifest b/html-router/assets/icon/site.webmanifest deleted file mode 100644 index 45dc8a2..0000000 --- a/html-router/assets/icon/site.webmanifest +++ /dev/null @@ -1 +0,0 @@ -{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file diff --git a/html-router/assets/manifest.json b/html-router/assets/manifest.json index 2ee0493..8fc9111 100644 --- a/html-router/assets/manifest.json +++ b/html-router/assets/manifest.json @@ -5,9 +5,14 @@ "display": "standalone", "icons": [ { - "src": "/icons/icon-192x192.png", + "src": "/assets/icon/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" + }, + { + "src": "/assets/icon/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" } ] } \ No newline at end of file diff --git a/html-router/templates/auth/account_settings.html b/html-router/templates/auth/account_settings.html index 6512b26..095ae98 100644 --- a/html-router/templates/auth/account_settings.html +++ b/html-router/templates/auth/account_settings.html @@ -1,4 +1,7 @@ {% extends "body_base.html" %} + +{% block title %}Minne - Account{% endblock %} + {% block main %}
-

Account Settings

+

Account Settings