Skip to content
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

Implement Ride Modal Styling #506

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

selenaliu1
Copy link
Contributor

Summary

This pull request is a work in progress for implementing the new designs for adding a ride. I added the Clear All button, added icons, and fixed formatting, ie. having labels and inputs on separate lines.

Test Plan

Screenshot 2024-03-24 at 11 12 24 PM I continuously tested between each change I made.

Notes

Still need to figure out how to make the modal larger, and fix Repeats.
Created a container that is used in Ride Information Modal as well, will need to fix.

Breaking Changes

When I click on Custom under the Repeats dropdown, the additional info doesn't currently pop up.

@selenaliu1 selenaliu1 requested a review from a team as a code owner March 25, 2024 03:29
@dti-github-bot
Copy link
Member

dti-github-bot commented Mar 25, 2024

[diff-counting] Significant lines: 99.

@namanhboi
Copy link
Contributor

namanhboi commented Apr 14, 2024

Hi Selena, great work on redesigning the Modal and adding the Clear All button, everthing looks clean and follows Lazim's design closely.

I am not exactly sure why the DaySelector might not show up since you didn't change the name of the select component for the repeats.

But, you can try to change the size of the modal by adding height and width properties to the .form in ridemodal.module.css. When you add these properties, try to use rem instead of px since that's better for responsive design. Here is a converter between px and rem: https://nekocalc.com/px-to-rem-converter.

Also, I think you need to run prettier on ridermodal.module.css to make the failed check go away.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants