Video Upload

This commit is contained in:
2025-11-16 22:40:55 +01:00
parent a3b8900047
commit 1f981376f6
14 changed files with 926 additions and 196 deletions
@@ -33,6 +33,7 @@ class _SplashState extends ConsumerState<SplashScreen>
if (!mounted) return;
await Future.delayed(
const Duration(milliseconds: 300)); // kleines Fade-Finish
if (!mounted) return;
context.go(authed ? '/igel' : '/login');
}