Enhancement of Login & Register Design, User Views, and Terms & Conditions Layout
This pull request introduces improvements to the login and register pages, redesigns several user views for better visual consistency, and implements a structured layout for the terms and conditions page and the "Do you want to become a seller?" section.
Description
What changes are being made?
Redesigned login and register pages to enhance visual consistency and distinguish error states with color changes (e.g., red for errors).
Improved user views including the home page, cars for sale page, and user profile to align with the platform’s overall design and branding.
Implemented the design for the terms and conditions page and the "Do you want to become a seller?" page, ensuring a clear and organized layout.
Why are these changes necessary?
These changes improve the user experience by making error states more visible, ensuring that all views have a consistent and appealing design, and organizing key pages (terms and conditions, seller registration) to enhance readability and coherence.
How have these changes been tested?
Manually tested the login and register pages with both valid and invalid inputs to ensure error states display properly.
Reviewed design consistency across all affected pages (home, cars for sale, user profile, seller registration, terms and conditions).
Performed visual checks to ensure the new layouts and color schemes are cohesive with the app’s branding.
List of Changes
1. Updated error state handling for login and register pages with color-coded feedback.
2. Redesign of the home page for a more cohesive user experience.
3. Reworked cars for sale and user profile views for design consistency.
4. Implemented structured and clear layouts for the terms and conditions page and the "Do you want to become a seller?" page.
Additional Information
Screenshots
Issues
39
Checklist
[ ] I have performed a self-review of my own code.
[ ] I have commented my code, particularly in hard-to-understand areas.
[ ] I have made corresponding changes to the documentation.
[ ] My changes generate no new warnings.
[ ] I have added tests that prove my fix is effective or that my feature works.
[ ] New and existing unit tests pass locally with my changes.
Enhancement of Login & Register Design, User Views, and Terms & Conditions Layout
This pull request introduces improvements to the login and register pages, redesigns several user views for better visual consistency, and implements a structured layout for the terms and conditions page and the "Do you want to become a seller?" section.
Description
What changes are being made? Redesigned login and register pages to enhance visual consistency and distinguish error states with color changes (e.g., red for errors). Improved user views including the home page, cars for sale page, and user profile to align with the platform’s overall design and branding. Implemented the design for the terms and conditions page and the "Do you want to become a seller?" page, ensuring a clear and organized layout.
Why are these changes necessary? These changes improve the user experience by making error states more visible, ensuring that all views have a consistent and appealing design, and organizing key pages (terms and conditions, seller registration) to enhance readability and coherence.
How have these changes been tested? Manually tested the login and register pages with both valid and invalid inputs to ensure error states display properly. Reviewed design consistency across all affected pages (home, cars for sale, user profile, seller registration, terms and conditions). Performed visual checks to ensure the new layouts and color schemes are cohesive with the app’s branding.
List of Changes
1. Updated error state handling for login and register pages with color-coded feedback. 2. Redesign of the home page for a more cohesive user experience. 3. Reworked cars for sale and user profile views for design consistency. 4. Implemented structured and clear layouts for the terms and conditions page and the "Do you want to become a seller?" page.
Additional Information
39
Checklist