Closed n-d-r-d-g closed 1 month ago
The changes in this pull request enhance the event detail display in the Single.vue
component by adding conditional rendering for seating information and a new section for parking location. The parking_location
property is introduced in the DirectusEvent
interface to support this feature. The label for the location section is updated to "Meetup Location," improving clarity. These modifications aim to provide more comprehensive event logistics without altering the existing logic significantly.
File Path | Change Summary |
---|---|
packages/frontendmu-nuxt/components/meetup/Single.vue | Added conditional rendering for "Seats Limit" and a new section for "Parking Location." Updated label to "Meetup Location." |
packages/frontendmu-nuxt/utils/types.ts | Added new optional property parking_location of type string | null to DirectusEvent interface. |
Objective | Addressed | Explanation |
---|---|---|
Add parking availability & location on meetup detail (#223) | ✅ |
Single.vue
regarding the addition of a link to view the parking location on a map are directly related to the feature introduced in this PR, which allows users to access a map for events.In the meadow where meetups bloom,
Parking spots now dispel the gloom.
With seats and maps, we gather near,
Join us, friends, the fun is here!
🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Fixes #223.
@MrSunshyne I moved the meetup location info after
Seats Limit
to align the 2 locations on the same row. Feel free to suggest any changes.Meetup with location:
Meetup without location:
Summary by CodeRabbit
New Features
Bug Fixes