feat(ui): use the host as the browser tab title prefix

This commit is contained in:
MHSanaei
2026-05-13 14:23:45 +02:00
parent bbefe91011
commit 4e1b597914
15 changed files with 28 additions and 7 deletions
+2
View File
@@ -7,9 +7,11 @@ import { setupAxios } from '@/api/axios-init.js';
// stored theme to <body>/<html> before Vue renders anything.
import '@/composables/useTheme.js';
import { i18n } from '@/i18n/index.js';
import { applyDocumentTitle } from '@/utils';
import LoginPage from '@/pages/login/LoginPage.vue';
setupAxios();
applyDocumentTitle();
// Toasts attach to a #message div the page provides — keeps theme
// styling in sync with the rest of the panel.