ReDI-School / F24-Berlin-Web-Circle

6 stars 1 forks source link

Change the look of the destination popup to match airbnb #249

Open matus-vacula opened 3 weeks ago

matus-vacula commented 3 weeks ago

⚠️ this ticket depends on the autocomplete ticket and should be done with syncing with the progress of that ticket https://github.com/orgs/ReDI-School/projects/2/views/1?pane=issue&itemId=85272560&issue=ReDI-School%7CF24-Berlin-Web-Circle%7C248

Image We want to replicate the "Suggested destinations" when there is no value in the destinations input and when the input is in focus (when clicking the input and cursor is inside for writing)

The results in the Suggested destinations should come from the API (product.json) endpoints so that when we click on one it actually shows us some items

AC:

xaved88 commented 1 week ago

Clarification: This will be dynamic in the component, but static in the products.json, where we'd have a constant list of 6-15 different "suggested destinations" that we can select (with their descriptions and icons).

messkalina commented 5 days ago

Pop Up is created according to the specs and integrated into SearchBar component but the route to search results page not yet created.

Image