Quaffel / get-me-drunk-efficiently

Webservice providing cocktail recommendations based on how drunk you want to be
4 stars 0 forks source link

Make page responsive #58

Closed Quaffel closed 2 years ago

Quaffel commented 2 years ago

Resolves #57.

Quaffel commented 2 years ago

@Jonasdoubleyou I'm currently facing the issue that in order to make the page responsive, I'd actually need two search bars: One that is displayed in the header (on desktop-class devices) and one that is displayed in the regular content pane. How do I coordinate the content (i.e., the current search value) between those two? Should the current search value become a property of the search context, even though it is not directly related to the current query?

Jonasdoubleyou commented 2 years ago

@Quaffel sounds reasonable