feat: dashboard

This commit is contained in:
2026-06-05 01:51:03 +02:00
parent 147858de2f
commit 2f6c52e73c
73 changed files with 3490 additions and 1061 deletions
@@ -78,7 +78,7 @@ export class LoginComponent {
return;
}
this.router.navigate(['/search']);
this.router.navigate(['/dashboard']);
},
error: (err) => {
this.error.set(err?.error?.error || 'Login failed');