Formatted, updated convs & comms list to not depend on each other, updated legal & login screen for better mobile support

This commit is contained in:
Alois 2026-04-05 12:15:15 +02:00
commit 741afdeaa9
9 changed files with 54 additions and 22 deletions

View file

@ -223,7 +223,7 @@ export default function Provider(props: { children: ReactNode }) {
{
expected: userIdValue,
received: nextState.chat_partner_id,
}
},
);
return;
}

View file

@ -171,7 +171,7 @@ export default function Screen() {
const host = scrollRef.current;
if (!host || !el) return;
host.style.maxHeight = `calc(100vh - ${el.scrollHeight + 50}px)`;
host.style.maxHeight = `calc(100vh - ${el.scrollHeight + 50}px - env(safe-area-inset-bottom) - env(safe-area-inset-top))`;
}, []);
// Render

View file

@ -11,4 +11,4 @@ export function cn(...inputs: ClassValue[]) {
}
import { useIsMobile } from "../hooks/use-mobile";
export { useIsMobile };
export { useIsMobile };