Skip to content

Remove API Connection Status from login screen#84

Merged
rbardaji merged 2 commits intomainfrom
fix/83-remove-api-connection-status
Apr 2, 2026
Merged

Remove API Connection Status from login screen#84
rbardaji merged 2 commits intomainfrom
fix/83-remove-api-connection-status

Conversation

@rbardaji
Copy link
Copy Markdown
Collaborator

@rbardaji rbardaji commented Apr 2, 2026

Summary

  • Remove the API Connection Status panel from the login screen (version info, compatibility checks, connection indicators)
  • Login screen now shows only the token input form for a cleaner authentication experience
  • Remove unused version comparison logic, constants, and related imports from AuthGuard

Closes #83

Test plan

  • All 1011 existing tests pass
  • Verify login screen only shows the token input form
  • Verify token submission and validation still work correctly
  • Verify existing authenticated sessions are preserved

Raul Bardaji added 2 commits April 2, 2026 11:01
Remove the API connection status panel, version compatibility checking,
and related logic from the login screen. The login now shows only the
token input form for a cleaner authentication experience.
@rbardaji rbardaji merged commit 304f637 into main Apr 2, 2026
1 check passed
@rbardaji rbardaji deleted the fix/83-remove-api-connection-status branch April 2, 2026 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove API Connection Status section from login screen

1 participant