This PR creates the login page for mobile according to the Figma design. I’ve also developed reusable components, including CustomButton, CustomInput, CustomLink, and CustomForm, and applied them to the login page. Additionally, I’ve added styles to theme.ts for reuse across the components.
Notes:
The input type has not yet been changed from the normal MUI Input to TextField.
Validation for the login functionality is missing.
Cypress tests are missing.
There is an issue where reloading the page causes styling problems that seem related to caching. This needs further investigation.
Fixes # (issue)
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
Screenshots
Before
After
How Has This Been Tested?
[ ] Cypress integration
[ ] Cypress component tests
[ ] Jest unit tests
Checklist:
[x] 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
[x] 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
[ ] Any dependent changes have been merged and published in downstream modules
Description
This PR creates the login page for mobile according to the Figma design. I’ve also developed reusable components, including CustomButton, CustomInput, CustomLink, and CustomForm, and applied them to the login page. Additionally, I’ve added styles to theme.ts for reuse across the components.
Notes:
Fixes # (issue)
Type of change
Screenshots
How Has This Been Tested?
Checklist: