Frontend redesign#3
Merged
CUinspace233 merged 5 commits intomainfrom Mar 4, 2026
Merged
Conversation
- Updated the `.gitignore` file to include new environment and agent files. - Replaced the favicon in `index.html` with a new PNG icon. - Added a new `robot_icon.png` asset for improved UI representation. - Introduced custom scrollbar styles and animations in `App.css` for better user experience. - Integrated Material UI's `CssVarsProvider` and `CssBaseline` in `main.tsx` for consistent theming. - Created a new `theme.ts` file to define a custom theme for the application. - Developed `AuthLayout` component to standardize authentication page layout. - Enhanced `InterviewChat` component with improved UI elements and animations. - Updated `InterviewHistory` and `InterviewRecordDetailsModal` components for better data presentation and user interaction. - Refined `LoginPage` to utilize the new `AuthLayout` and improve mobile responsiveness. - Made various UI adjustments across components for a more cohesive design.
- Changed the type of `position` in various API request and response models from `Position` to `string` for better flexibility. - Updated the `generate_question`, `start_session`, and `get_trending_questions` endpoints to reflect the new `position` type. - Modified frontend components, including `InterviewChat` and `InterviewTraining`, to accommodate the updated `position` handling, ensuring consistent data flow and user experience. - Enhanced the `InterviewTraining` component with a custom position input option, allowing users to specify non-standard job titles.
- Introduced a CI workflow to run frontend checks including linting, TypeScript compilation, and building the application. - Added a backend workflow to perform checks using Python, including code formatting with Black and import sorting with isort. - Created a deployment workflow to automate server updates using SSH, ensuring seamless integration with the main branch.
f3dd9e5 to
4f41614
Compare
- Introduced a new `.pre-commit-config.yaml` file to integrate Black for code formatting with a line length of 100 and isort for import sorting, ensuring consistent code style across the project. - Updated various Python files to adhere to the new formatting rules, improving code readability and maintainability.
- Rearranged import statements across multiple files for improved readability and consistency. - Updated the import order in `main.py`, `sessions.py`, `user.py`, `models.py`, `schemas.py`, and `session.py` to follow a more logical structure. - Ensured that all necessary imports are correctly positioned, enhancing maintainability and clarity of the codebase.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.