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

Render dietary property symbols alongside recipe search results #175

Closed jayaddison closed 4 years ago

jayaddison commented 4 years ago

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

This change adds small icons to represent the dietary properties (dairy free, gluten free, ...) for each recipe search result.

image

Briefly summarize the changes

  1. Add SVG icons from Flaticon for each dietary property
  2. Render the appropriate icon(s) in the sidebar for each recipe in the search results
  3. Add translated title text for each icon

How have the changes been tested?

  1. Local development testing