diff --git a/src/lib/components/faith/BenedictusMedal.svelte b/src/lib/components/faith/BenedictusMedal.svelte deleted file mode 100644 index 048dda1..0000000 --- a/src/lib/components/faith/BenedictusMedal.svelte +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/lib/components/recipes/EditableIngredients.svelte b/src/lib/components/recipes/EditableIngredients.svelte deleted file mode 100644 index 5175043..0000000 --- a/src/lib/components/recipes/EditableIngredients.svelte +++ /dev/null @@ -1,305 +0,0 @@ - - - - -
- {#each ingredients as group, groupIndex} -
- {#if group.type === 'reference'} - 🔗 Base Recipe Reference - - {#if group.labelOverride !== undefined} - updateLabelOverride(groupIndex, e)} - placeholder="Label override (optional)" - /> - {/if} - - {#if group.itemsBefore && group.itemsBefore.length > 0} -
- - {#each group.itemsBefore as item, itemIndex} -
- updateItemBefore(groupIndex, itemIndex, 'amount', e)} - placeholder="Amt" - /> - updateItemBefore(groupIndex, itemIndex, 'unit', e)} - placeholder="Unit" - /> - updateItemBefore(groupIndex, itemIndex, 'name', e)} - placeholder="Ingredient name" - /> -
- {/each} -
- {/if} - - {#if group.itemsAfter && group.itemsAfter.length > 0} -
- - {#each group.itemsAfter as item, itemIndex} -
- updateItemAfter(groupIndex, itemIndex, 'amount', e)} - placeholder="Amt" - /> - updateItemAfter(groupIndex, itemIndex, 'unit', e)} - placeholder="Unit" - /> - updateItemAfter(groupIndex, itemIndex, 'name', e)} - placeholder="Ingredient name" - /> -
- {/each} -
- {/if} - {:else} - updateIngredientGroupName(groupIndex, e)} - placeholder="Ingredient group name" - /> - {#each group.list as item, itemIndex} -
- updateIngredientItem(groupIndex, itemIndex, 'amount', e)} - placeholder="Amt" - /> - updateIngredientItem(groupIndex, itemIndex, 'unit', e)} - placeholder="Unit" - /> - updateIngredientItem(groupIndex, itemIndex, 'name', e)} - placeholder="Ingredient name" - /> -
- {/each} - {/if} -
- {/each} -
diff --git a/src/lib/components/recipes/EditableInstructions.svelte b/src/lib/components/recipes/EditableInstructions.svelte deleted file mode 100644 index d72d81e..0000000 --- a/src/lib/components/recipes/EditableInstructions.svelte +++ /dev/null @@ -1,275 +0,0 @@ - - - - -
- {#each instructions as group, groupIndex} -
- {#if group.type === 'reference'} - 🔗 Base Recipe Reference - - {#if group.labelOverride !== undefined} - updateLabelOverride(groupIndex, e)} - placeholder="Label override (optional)" - /> - {/if} - - {#if group.stepsBefore && group.stepsBefore.length > 0} -
- - {#each group.stepsBefore as step, stepIndex} -
-
{stepIndex + 1}
-