Refactor FalukantLandingView.vue: Update content and structure for improved clarity and engagement; enhance styling for better visual appeal.

This commit is contained in:
Torsten Schulz (local)
2026-08-28 13:31:22 +02:00
parent fcb7e4e705
commit db485b7acf
15 changed files with 70 additions and 1322 deletions

View File

@@ -282,7 +282,11 @@ const store = createStore({
commit('clearSocket');
commit('clearDaemonSocket');
commit('dologout');
router.push('/');
// Öffentliche SEO-Landingpages müssen auch dann an ihrer URL bleiben,
// wenn eine gespeicherte Sitzung abgelaufen ist und per 401 zurückgesetzt wird.
if (!router.currentRoute.value.meta?.publicLanding) {
router.push('/');
}
},
initializeSocket({ commit, state, dispatch }) {
if (!state.isLoggedIn || !state.user || state.backendConnecting) {