-
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
Cart Pickup Event Picker Changes #232
Commits on Mar 31, 2024
-
Added complete and cancel buttons to PickupEvent Edit Page
Also fixed text wrap issue Also updated Button component to take in class names
Configuration menu - View commit details
-
Copy full SHA for a67ebee - Browse repository at this point
Copy the full SHA a67ebeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e173424 - Browse repository at this point
Copy the full SHA e173424View commit details -
Configuration menu - View commit details
-
Copy full SHA for 899feed - Browse repository at this point
Copy the full SHA 899feedView commit details
Commits on Apr 1, 2024
-
Moved complete and edit buttons to single pickup event page
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
Configuration menu - View commit details
-
Copy full SHA for 4844025 - Browse repository at this point
Copy the full SHA 4844025View commit details -
Configuration menu - View commit details
-
Copy full SHA for c238b2b - Browse repository at this point
Copy the full SHA c238b2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1c433e - Browse repository at this point
Copy the full SHA e1c433eView commit details -
Merge branch 'andy/completeCancelPickupEvents' of https://github.com/…
…acmucsd/membership-portal-ui-v2 into andy/completeCancelPickupEvents
Configuration menu - View commit details
-
Copy full SHA for 11cee94 - Browse repository at this point
Copy the full SHA 11cee94View commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c76771b - Browse repository at this point
Copy the full SHA c76771bView commit details -
Fixed bug with linkedEventUuid not found edge case
If you clicked the select a pickup event toggle but didn't select an event, the API call wouldn't work b/c the linkedEventUuid would be '', not null. Fixed the issue by changing value to be null when linkedEventUuid is ''
Configuration menu - View commit details
-
Copy full SHA for ba8679e - Browse repository at this point
Copy the full SHA ba8679eView commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 242eabc - Browse repository at this point
Copy the full SHA 242eabcView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc7bfcd - Browse repository at this point
Copy the full SHA bc7bfcdView commit details
Commits on Apr 12, 2024
-
Refactored code to eliminate creation of new variable
You have to specify the key name like linkedEventUuid: linkedEventUuid || null the shorthand only works if you pass in a single variable that’s used as the key and value like u did for title
Configuration menu - View commit details
-
Copy full SHA for 4eda486 - Browse repository at this point
Copy the full SHA 4eda486View commit details -
Added checks to make weird dates not break code
added a popup instead
Configuration menu - View commit details
-
Copy full SHA for c745347 - Browse repository at this point
Copy the full SHA c745347View commit details
Commits on Apr 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 266390e - Browse repository at this point
Copy the full SHA 266390eView commit details -
for complete and cancel functions
Configuration menu - View commit details
-
Copy full SHA for 7ea90e6 - Browse repository at this point
Copy the full SHA 7ea90e6View commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ec1b24f - Browse repository at this point
Copy the full SHA ec1b24fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ef1325 - Browse repository at this point
Copy the full SHA 6ef1325View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13b65da - Browse repository at this point
Copy the full SHA 13b65daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f49655 - Browse repository at this point
Copy the full SHA 9f49655View commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5d96fa1 - Browse repository at this point
Copy the full SHA 5d96fa1View commit details