diff --git a/app/components/loading-indicator.hbs b/app/components/loading-indicator.hbs new file mode 100644 index 0000000..ef91e23 --- /dev/null +++ b/app/components/loading-indicator.hbs @@ -0,0 +1,23 @@ +{{!https://samherbert.net/svg-loaders/}} + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/components/recipe-add.hbs b/app/components/recipe-add.hbs index 02d1b19..4913441 100644 --- a/app/components/recipe-add.hbs +++ b/app/components/recipe-add.hbs @@ -1,3 +1,7 @@ +{{#if this.fetchRecipe.isRunning}} + +{{/if}} +