From 72d14b35bbecdf005dc33828f1c30aa5801a4e82 Mon Sep 17 00:00:00 2001 From: heet-kumar Date: Sat, 3 Jul 2021 18:26:34 +0530 Subject: [PATCH 1/5] Loading Bar issue resolved in Sign-in and Sign-up page --- client/src/components/Auth/SignIn/SignIn.js | 4 ++-- client/src/components/Auth/SignUp/SignUp.js | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client/src/components/Auth/SignIn/SignIn.js b/client/src/components/Auth/SignIn/SignIn.js index d44616f..d5123f9 100644 --- a/client/src/components/Auth/SignIn/SignIn.js +++ b/client/src/components/Auth/SignIn/SignIn.js @@ -110,10 +110,10 @@ function SignIn(props) { style={{cursor: `${isLoading ? "not-allowed" : "pointer"}`}} > Log In - { + {/* { isLoading && - } + } */}
{signing_error}
diff --git a/client/src/components/Auth/SignUp/SignUp.js b/client/src/components/Auth/SignUp/SignUp.js index fa07ffa..0595ba4 100644 --- a/client/src/components/Auth/SignUp/SignUp.js +++ b/client/src/components/Auth/SignUp/SignUp.js @@ -178,10 +178,10 @@ function SignUp(props) { style={{cursor: `${isLoading ? "not-allowed" : "pointer"}`}} > Send OTP - { + {/* { isLoading && - } + } */} @@ -203,10 +203,10 @@ function SignUp(props) { style={{cursor: `${isLoading ? "not-allowed" : "pointer"}`}} > Verifiy OTP - { + {/* { isLoading && - } + } */} From c172f6900dd8abe4739f3cbd546207d00022f0ac Mon Sep 17 00:00:00 2001 From: heet-kumar Date: Sat, 3 Jul 2021 20:06:39 +0530 Subject: [PATCH 2/5] Resolved Loading bar Issue --- client/src/components/Auth/SignIn/SignIn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Auth/SignIn/SignIn.js b/client/src/components/Auth/SignIn/SignIn.js index d5123f9..a89fb1a 100644 --- a/client/src/components/Auth/SignIn/SignIn.js +++ b/client/src/components/Auth/SignIn/SignIn.js @@ -5,7 +5,7 @@ import {Link, Redirect, useHistory} from 'react-router-dom'; import styles from './SignIn.module.css'; import * as validator from '../../../utils/validator'; import * as api from '../../../api/index'; -import {LinearProgress} from '@material-ui/core'; +//import {LinearProgress} from '@material-ui/core'; import GoogleSignin from '../gapiFrontend'; function SignIn(props) { From 3666997bb0b7b82dc3ca19a5e66f7e63cfd5a0b7 Mon Sep 17 00:00:00 2001 From: Heet kumar Kothadiya <78725162+heet-kumar@users.noreply.github.com> Date: Sun, 4 Jul 2021 00:03:20 +0530 Subject: [PATCH 3/5] Resolved loading bar issue --- client/src/components/Auth/SignUp/SignUp.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/Auth/SignUp/SignUp.js b/client/src/components/Auth/SignUp/SignUp.js index 0595ba4..7eaf5a2 100644 --- a/client/src/components/Auth/SignUp/SignUp.js +++ b/client/src/components/Auth/SignUp/SignUp.js @@ -248,10 +248,10 @@ function SignUp(props) { style={{cursor: `${isLoading ? "not-allowed" : "pointer"}`}} > Sign Up - { + {/* { isLoading && - } + } */} From c019c2deb846f1400bcc7743f754bcd920c8293c Mon Sep 17 00:00:00 2001 From: Heet kumar Kothadiya <78725162+heet-kumar@users.noreply.github.com> Date: Sun, 4 Jul 2021 23:13:36 +0530 Subject: [PATCH 4/5] Loading bar issue resolved --- client/src/components/Auth/SignIn/SignIn.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/src/components/Auth/SignIn/SignIn.js b/client/src/components/Auth/SignIn/SignIn.js index 9854a9c..d4a8419 100644 --- a/client/src/components/Auth/SignIn/SignIn.js +++ b/client/src/components/Auth/SignIn/SignIn.js @@ -110,10 +110,6 @@ function SignIn(props) { style={{cursor: `${isLoading ? "not-allowed" : "pointer"}`}} > Log In - {/* { - isLoading && - - } */}
{signing_error}
From 8918a412c601ac6e3381013448acede1146d4af6 Mon Sep 17 00:00:00 2001 From: Heet kumar Kothadiya <78725162+heet-kumar@users.noreply.github.com> Date: Sun, 4 Jul 2021 23:16:13 +0530 Subject: [PATCH 5/5] Loading bar issue resolved on Buttons --- client/src/components/Auth/SignUp/SignUp.js | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/client/src/components/Auth/SignUp/SignUp.js b/client/src/components/Auth/SignUp/SignUp.js index 7eaf5a2..2fd2944 100644 --- a/client/src/components/Auth/SignUp/SignUp.js +++ b/client/src/components/Auth/SignUp/SignUp.js @@ -178,10 +178,7 @@ function SignUp(props) { style={{cursor: `${isLoading ? "not-allowed" : "pointer"}`}} > Send OTP - {/* { - isLoading && - - } */} + @@ -203,10 +200,7 @@ function SignUp(props) { style={{cursor: `${isLoading ? "not-allowed" : "pointer"}`}} > Verifiy OTP - {/* { - isLoading && - - } */} + @@ -248,10 +242,10 @@ function SignUp(props) { style={{cursor: `${isLoading ? "not-allowed" : "pointer"}`}} > Sign Up - {/* { + { isLoading && - } */} + }