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

Add start time, end time, and date to each Place card #8

Merged
merged 3 commits into from
Mar 29, 2023

Commits on Mar 29, 2023

  1. Add start time, end time, and date to each Place card

    infinite_scroll_list.js
    - Increased the default height of the place cards in getCardHeight() by 82px
    
    place_list_item.html
    - Added place start time tag
    - Added place display date to be centered above the place name
    - Added place end time tag
    sebastianbarry committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    2d78696 View commit details
    Browse the repository at this point in the history
  2. Fixed the case that the last place entry will not have a end time

    infinite_scroll_list.js
    - Added a check that if we are showing places and the last entry does not have a display_end_time, we create a display_end_time to be 1 hour later than the start time
    sebastianbarry committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    2e9aec3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e521390 View commit details
    Browse the repository at this point in the history