-
Notifications
You must be signed in to change notification settings - Fork 0
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
Edit meal request form #83
Conversation
…eding-canadian-kids into meal-request-form
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work you two!! This form looks great!
I left a few small comments, let me know if you have any question!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we rename this file to EditMealRequestForm.tsx
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should lint before making the PR. Linting should fix easy formatting issues.
You can lint by following the instructions here:
https://github.com/uwblueprint/feeding-canadian-kids#linting--formatting
Mainly run docker exec -it fck_frontend /bin/bash -c "yarn fix"
in a seperate terminal.
> | ||
<ModalOverlay /> | ||
<ModalContent | ||
maxWidth={{ base: "100px", md: "900px" }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we fix the mobile view? Right now on mobile it is very small on mobile:
(You can view the mobile view by using the chrome inspector)
The problem is this 100px here, change this to something bigger. Try 90vw, if that works that is better (vw is relative to the devices width), else just something bigger like "400px" or somethign works as well, experiment with the inspector to see different sizes.
Visit the preview URL for this PR (updated for commit 0752520): https://feeding-canadian-kids-staging--pr83-meal-request-form-c9jo8sc1.web.app (expires Sat, 12 Aug 2023 20:05:08 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: f3744353be12c99e3df04fa4e0f28b3ad46bf004 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! I just made some minor cleanups and adjustments, you can check it out here: 7d280fa LMK if you have any questions.
Notion Ticket Link
https://www.notion.so/uwblueprintexecs/ASP-Experience-Edit-Meal-Request-Form-UI-a2f2d2946a0c423a8225c1cdcfe49565?pvs=4
Implementation Description
Steps To Test
What Should Reviewers Focus On?
Checklist