1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-04 21:15:22 +02:00
mealie/frontend/composables/recipes
Hugo van Rijswijk 50a92c165c
feat: improve readability of ingredients list (#2502)
* feat: improve readability of notes in ingredients list

Makes the notes in the ingredients list more readable by making them slightly opaque. This creates a better visual separation between the notes and the rest of the ingredient.

* Use server display if available

* Move note to newline and make quantity more distinct

* Use safeMarkdown for shopping list

* Use component

* Wrap unit in accent color

* Update RecipeIngredientListItem to set food in bold
2023-08-21 15:32:09 +00:00
..
index.ts feat: improve readability of ingredients list (#2502) 2023-08-21 15:32:09 +00:00
use-fraction.ts Use composition API for more components, enable more type checking (#914) 2022-01-08 21:15:23 -09:00
use-recipe-ingredients.test.ts feat: improve readability of ingredients list (#2502) 2023-08-21 15:32:09 +00:00
use-recipe-ingredients.ts feat: improve readability of ingredients list (#2502) 2023-08-21 15:32:09 +00:00
use-recipe-meta.ts chore: frontend testing setup (#1739) 2022-10-22 11:51:07 -08:00
use-recipe-search.ts feat: random sort option for front page (#2363) 2023-05-29 16:56:20 -08:00
use-recipe-tools.ts chore: frontend testing setup (#1739) 2022-10-22 11:51:07 -08:00
use-recipe.ts chore: frontend testing setup (#1739) 2022-10-22 11:51:07 -08:00
use-recipes.ts feat: random sort option for front page (#2363) 2023-05-29 16:56:20 -08:00