From 3086ac1439c82cc1b693cd696cfcccf3f8366861 Mon Sep 17 00:00:00 2001 From: Nazar Gargol Date: Thu, 9 Jul 2020 17:31:28 +1200 Subject: [PATCH] Added upload progress stage to members importer no issue - As the number of states for the component has become larger introduced a concept of "stages" on component level to easier track UI changes. --- .../app/components/modal-import-members.hbs | 220 +++++++++--------- .../app/components/modal-import-members.js | 20 +- 2 files changed, 133 insertions(+), 107 deletions(-) diff --git a/ghost/admin/app/components/modal-import-members.hbs b/ghost/admin/app/components/modal-import-members.hbs index 2496e8f2b9..b904f92326 100644 --- a/ghost/admin/app/components/modal-import-members.hbs +++ b/ghost/admin/app/components/modal-import-members.hbs @@ -1,7 +1,11 @@ {{svg-jar "close"}} -{{#if this.importResponse}} - {{!-- post upload step with import stats --}} - -