-
Notifications
You must be signed in to change notification settings - Fork 1
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
Added complete and cancel buttons to PickupEvent Edit Page #210
Conversation
Also fixed text wrap issue Also updated Button component to take in class names
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
I think you should hide the complete/cancel buttons if the event isn't active
nitpicks aside, this looks good! 🦀🦀
src/components/admin/event/AdminPickupEvent/AdminPickupEventForm.tsx
Outdated
Show resolved
Hide resolved
Updated button styling for pickup event page Updated common Button component styling to auto expand to content Hide the complete/cancel buttons if the event isn't active
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.
yeah these changes look good
…acmucsd/membership-portal-ui-v2 into andy/completeCancelPickupEvents
Also fixed text wrap issue
Also updated Button component to take in class names
Info
Closes #203.
Implements the
complete
/fulfill
andcancel
functionality on the frontend for Pickup Events.Changes
Type of Change
expected)
linting/formatting)
workflows)
Testing
I have tested that my changes fully resolve the linked issue ...
Checklist
/src/lib/*
and commented hard to understand areasanywhere else.
Screenshots