feat: comprehensive reviewer mode

This commit is contained in:
cogwheel0
2025-08-17 16:11:19 +05:30
parent 854b9c256b
commit 5a8e5b96bb
9 changed files with 746 additions and 158 deletions

View File

@@ -133,7 +133,8 @@ class _AuthenticationPageState extends ConsumerState<AuthenticationPage> {
if (mounted && next.isAuthenticated && previous?.isAuthenticated != true) {
debugPrint('DEBUG: Authentication successful, initializing background resources');
// Model selection and onboarding will be handled by the chat page
// to avoid widget disposal issues
debugPrint('DEBUG: Navigating to chat page');
// Navigate directly to chat page on successful authentication
@@ -620,4 +621,6 @@ class _AuthenticationPageState extends ConsumerState<AuthenticationPage> {
curve: Curves.easeOutCubic,
);
}
}