-
Notifications
You must be signed in to change notification settings - Fork 34
refactor: apply new login screen design #501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR applies a comprehensive redesign to the login screen, introducing a modernized visual design with improved error handling and user feedback mechanisms.
Key changes:
- Redesigned login UI with new visual elements (background images, custom fonts, updated styling)
- Enhanced error handling by consolidating error states into the login view instead of a separate error page
- Improved error messaging with clearer, more actionable feedback for authentication failures
Reviewed changes
Copilot reviewed 10 out of 21 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/types/styled.d.ts | Added loginBackground color to theme type definition |
| src/theme/index.ts | Added dark login background color value |
| src/providers/SettingsProvider/index.tsx | Updated error view with new design elements and improved error messaging |
| src/providers/AuthProvider.tsx | Refactored logout function to accept error parameters; removed separate error view |
| src/modules/OAuth2/views/login.tsx | Complete login screen redesign with new layout, styling, and error display |
| src/modules/OAuth2/views/error.tsx | Removed separate error view component |
| src/components/Form/FormItem/index.tsx | Added error icon and updated error message styling |
| src/components/Form/FormInput/index.tsx | Repositioned password visibility toggle; fixed autofill styling |
| src/components/CenteredLayout/index.tsx | Redesigned layout with background image and footer |
| public/assets/whoops.svg | Added new "Whoops" error illustration |
| public/assets/questdb.svg | Added QuestDB logo SVG |
| public/assets/plugs.svg | Added disconnection icon SVG |
| e2e/tests/enterprise/oidc.spec.js | Updated test expectations for new SSO button text |
| e2e/questdb | Updated subproject commit reference |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 10 out of 21 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.