Various UX & Chat improvements

This commit is contained in:
Alois 2026-04-05 16:06:47 +02:00
commit 6b96db8cfe
11 changed files with 229 additions and 221 deletions

View file

@ -79,7 +79,7 @@ function LoginWrapper({ children }: { children: ReactNode }) {
return () => {
active = false;
};
}, [load, navigate, location.pathname]);
}, [load, navigate]);
if (loggedIn !== true && location.pathname !== "/login") {
return null;