diff --git a/.gitignore b/.gitignore index b0c415482..e356f2f9d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ mealie/temp/* mealie/temp/api.html .temp/ .secret +!*/components/Recipe/Parts dev/data/backups/* dev/data/debug/* diff --git a/frontend/src/components/Recipe/Parts/Assets.vue b/frontend/src/components/Recipe/Parts/Assets.vue new file mode 100644 index 000000000..65d4ec0ae --- /dev/null +++ b/frontend/src/components/Recipe/Parts/Assets.vue @@ -0,0 +1,160 @@ + + + + + \ No newline at end of file diff --git a/frontend/src/components/Recipe/Parts/Helpers/BulkAdd.vue b/frontend/src/components/Recipe/Parts/Helpers/BulkAdd.vue new file mode 100644 index 000000000..aba3835c5 --- /dev/null +++ b/frontend/src/components/Recipe/Parts/Helpers/BulkAdd.vue @@ -0,0 +1,64 @@ + + + \ No newline at end of file diff --git a/frontend/src/components/Recipe/Parts/Helpers/ExtrasEditor.vue b/frontend/src/components/Recipe/Parts/Helpers/ExtrasEditor.vue new file mode 100644 index 000000000..6acf9165b --- /dev/null +++ b/frontend/src/components/Recipe/Parts/Helpers/ExtrasEditor.vue @@ -0,0 +1,104 @@ + + + + + \ No newline at end of file diff --git a/frontend/src/components/Recipe/Parts/Helpers/ImageUploadBtn.vue b/frontend/src/components/Recipe/Parts/Helpers/ImageUploadBtn.vue new file mode 100644 index 000000000..5f8f5483a --- /dev/null +++ b/frontend/src/components/Recipe/Parts/Helpers/ImageUploadBtn.vue @@ -0,0 +1,83 @@ + + + + + diff --git a/frontend/src/components/Recipe/Parts/Ingredients.vue b/frontend/src/components/Recipe/Parts/Ingredients.vue new file mode 100644 index 000000000..b1a8c8fe1 --- /dev/null +++ b/frontend/src/components/Recipe/Parts/Ingredients.vue @@ -0,0 +1,137 @@ + + + + + \ No newline at end of file diff --git a/frontend/src/components/Recipe/Parts/Instructions.vue b/frontend/src/components/Recipe/Parts/Instructions.vue new file mode 100644 index 000000000..9b222d5bb --- /dev/null +++ b/frontend/src/components/Recipe/Parts/Instructions.vue @@ -0,0 +1,148 @@ + + + + + \ No newline at end of file diff --git a/frontend/src/components/Recipe/Parts/Notes.vue b/frontend/src/components/Recipe/Parts/Notes.vue new file mode 100644 index 000000000..2827f2482 --- /dev/null +++ b/frontend/src/components/Recipe/Parts/Notes.vue @@ -0,0 +1,87 @@ + + + + + \ No newline at end of file diff --git a/frontend/src/components/Recipe/Parts/Nutrition.vue b/frontend/src/components/Recipe/Parts/Nutrition.vue new file mode 100644 index 000000000..9686913a1 --- /dev/null +++ b/frontend/src/components/Recipe/Parts/Nutrition.vue @@ -0,0 +1,101 @@ + + + + + \ No newline at end of file