openculinary / frontend

The RecipeRadar Frontend is a recipe search and meal planning application
GNU Affero General Public License v3.0
13 stars 2 forks source link

Hide the domain filter contents when there are more than 10 domains in the facet results #220

Closed jayaddison closed 1 year ago

jayaddison commented 1 year ago

Describe the reason for these changes and the problem that they solve

When there are a large number of domains in the domain-filter list, it becomes difficult to display them on-screen when viewport size is limited, and also usability suffers when a large list of checkbox options is presented with an unclear sort order.

Briefly summarize the changes

  1. Only display up to ten (10) domains to filter on

How have the changes been tested?

  1. Local development testing

List any issues that this change relates to Resolves #219.