mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 12:05:21 +02:00
* 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
6 lines
362 B
TypeScript
6 lines
362 B
TypeScript
export { useFraction } from "./use-fraction";
|
|
export { useRecipe } from "./use-recipe";
|
|
export { useRecipes, recentRecipes, allRecipes, useLazyRecipes } from "./use-recipes";
|
|
export { parseIngredientText, useParsedIngredientText } from "./use-recipe-ingredients";
|
|
export { useTools } from "./use-recipe-tools";
|
|
export { useRecipeMeta } from "./use-recipe-meta";
|