SearchableCards can only be used within the Homepage Context - Buttons are automatically setup to add events into the itinerary when the "Add Itinerary" button is selected
The modal design is static across all cards and thus all search results use two variables for them
event.offer displays information about the offer
event.displayData displays the information about the event
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[X] New feature (non-breaking change which adds functionality)
[X] Refactoring (non-breaking change)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[X] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
Description
Updated the cards to have a searchable element that are similar to the preexisting flight card design
Motivation and Context
General updates and improvements to make the website more concise
Screenshot:
Example
Example
Creating a Card Example
Additional Notes
event.offer
displays information about the offerevent.displayData
displays the information about the eventTypes of changes
Checklist: