small ui overhauls

This commit is contained in:
d34dscene
2025-07-03 03:42:32 +02:00
parent 822502c25d
commit 4f5e19d4f1
13 changed files with 908 additions and 419 deletions

View File

@@ -15,7 +15,7 @@ export const load: LayoutLoad = async ({ url, fetch }) => {
const isPublic =
currentPath.startsWith("/login") || currentPath.startsWith("/welcome");
const healthy = await checkHealth();
const healthy = await checkHealth(fetch);
if (!healthy) {
// No backend, force redirect to welcome screen to enter backend URL
if (currentPath !== "/welcome") {