From 047e456e9e354155a367bab85d0c954038ec106d Mon Sep 17 00:00:00 2001 From: Vikas Agarwal Date: Fri, 13 Oct 2017 14:56:28 +0530 Subject: [PATCH 1/2] =?UTF-8?q?Github=20issue#1263,=20Blank=20screen=20sho?= =?UTF-8?q?wn=20momentarily=20while=20project=20is=20being=20created=20?= =?UTF-8?q?=E2=80=94=20Fixed=20the=20screen=20so=20that=20it=20now=20shows?= =?UTF-8?q?=20the=20loading=20spinner=20to=20give=20some=20feedback=20to?= =?UTF-8?q?=20user=20that=20something=20is=20happening.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LoadingIndicator/LoadingIndicator.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/LoadingIndicator/LoadingIndicator.scss b/src/components/LoadingIndicator/LoadingIndicator.scss index 41d87fd7e..c34c7ad9c 100644 --- a/src/components/LoadingIndicator/LoadingIndicator.scss +++ b/src/components/LoadingIndicator/LoadingIndicator.scss @@ -1,6 +1,8 @@ .loading-indicator { height: 80%; width: 100%; + min-height: 70px; + min-width: 70px; background: 50% 50% no-repeat; background-size: 70px 70px; } From 6df5fd33d49d0089064173aebe09af90c92eaf31 Mon Sep 17 00:00:00 2001 From: Vikas Agarwal Date: Fri, 13 Oct 2017 15:46:23 +0530 Subject: [PATCH 2/2] Cleaned up circle config to not deploy feature branch. --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 49752f04d..2084eb9ca 100644 --- a/circle.yml +++ b/circle.yml @@ -19,7 +19,7 @@ compile: deployment: development: - branch: [dev, 'feature/back-forward-button-project-wizard'] + branch: dev owner: appirio-tech commands: - ./deploy.sh DEV