WT-42 - I worked on mobile responsiveness by attempting to code the mobile Apply page panel to match the mobile UI in Figma.
What did I do?
I changed the media query in CSS file.
How did I test it?
Describe in detail steps you used to test the changes you have made.
Key Parts
I checked the behavior of the page at various mobile settings (iPhone SE, iPhone 12 Pro, iPhone XR, Pixel 5, Samsung Galaxy 8+, Samsung Galaxy S20 Ultra)
Made sure text remained clearly visible and as close as possible to the mobile UI.
Required checks:
[Yes] Did you conduct a self-review?
[Yes] Have you written unit or integration tests?
What could go wrong in the future? What parts of your code should the reviewer pay the most attention to?
Describe aspects of the PR that may become problems in the future.
Key Questions
Had to make specific changes at various screen dimensions. May need to make changes in the future to make it more generalizable.
What was the ticket?
WT-42 - I worked on mobile responsiveness by attempting to code the mobile Apply page panel to match the mobile UI in Figma.
What did I do?
I changed the media query in CSS file.
How did I test it?
Describe in detail steps you used to test the changes you have made. Key Parts
I checked the behavior of the page at various mobile settings (iPhone SE, iPhone 12 Pro, iPhone XR, Pixel 5, Samsung Galaxy 8+, Samsung Galaxy S20 Ultra)
Made sure text remained clearly visible and as close as possible to the mobile UI.
Required checks:
[Yes] Did you conduct a self-review?
[Yes] Have you written unit or integration tests?
What could go wrong in the future? What parts of your code should the reviewer pay the most attention to?
Describe aspects of the PR that may become problems in the future. Key Questions
Had to make specific changes at various screen dimensions. May need to make changes in the future to make it more generalizable.