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

Cart Pickup Event Picker Changes #232

Merged
merged 20 commits into from
Apr 17, 2024
Merged

Commits on Mar 31, 2024

  1. Added complete and cancel buttons to PickupEvent Edit Page

    Also fixed text wrap issue
    
    Also updated Button component to take in class names
    WishingWell13 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    a67ebee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e173424 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    899feed View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. 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
    WishingWell13 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    4844025 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c238b2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1c433e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11cee94 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    c76771b View commit details
    Browse the repository at this point in the history
  2. 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 ''
    WishingWell13 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ba8679e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    242eabc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc7bfcd View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. 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
    WishingWell13 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    4eda486 View commit details
    Browse the repository at this point in the history
  2. Added checks to make weird dates not break code

    added a popup instead
    WishingWell13 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    c745347 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    266390e View commit details
    Browse the repository at this point in the history
  2. Added function to parse props

    for complete and cancel functions
    WishingWell13 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    7ea90e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    ec1b24f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ef1325 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13b65da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f49655 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Addressed nits on PR

    WishingWell13 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    5d96fa1 View commit details
    Browse the repository at this point in the history