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 recipe author attribution when present #174

Closed jayaddison closed 4 years ago

jayaddison commented 4 years ago

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

Supports recipe author attribution by rendering the name of the author and a link to their recipe -- or profile URL if known -- below each recipe title.

Briefly summarize the changes

  1. Add a recipe attribution line beneath the recipe title

List any issues that this change relates to Relates to openculinary/api#82. Relates to openculinary/backend#28.