From e4f470805fa0c1ce035642b6157735906c4fd3be Mon Sep 17 00:00:00 2001 From: Ava Gaiety Wroten Date: Sun, 22 Dec 2019 22:23:28 -0600 Subject: [PATCH] Loader for list --- app/components/loading-indicator.hbs | 23 ++++++++++++++++ app/components/recipe-add.hbs | 4 +++ .../components/loading-indicator-test.js | 26 +++++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 app/components/loading-indicator.hbs create mode 100644 tests/integration/components/loading-indicator-test.js 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}} +