(chore): update codebase

This commit is contained in:
Alois 2026-05-01 19:57:03 +02:00
commit 4e8d46b20e
106 changed files with 29936 additions and 1023 deletions

View file

@ -50,11 +50,6 @@ export default function Screen(props: { children: React.ReactNode }) {
useEffect(() => {
let active = true;
setLoading(true);
setError("");
setErrorDescription("");
void (async () => {
try {
const id = await load("user_id");