From cad955ea130a6aca030f555458ef59a75fe652ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20K=C3=B6n=C3=B6nen?= Date: Thu, 11 Mar 2021 09:46:14 +0200 Subject: [PATCH 1/4] Outline removed from login frame --- src/common/LoginFrame.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/LoginFrame.scss b/src/common/LoginFrame.scss index 4fc72eb..c3c1540 100644 --- a/src/common/LoginFrame.scss +++ b/src/common/LoginFrame.scss @@ -17,6 +17,7 @@ right: auto; transform: translate(-50%, 0); border: none; + outline: none; background: transparent; -webkit-overflow-scrolling: touch; } From 0e0e1916dc85895f38dc62313f0dafd87a974bb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20K=C3=B6n=C3=B6nen?= Date: Thu, 11 Mar 2021 09:46:34 +0200 Subject: [PATCH 2/4] Fix local test page errors --- index1.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index1.html b/index1.html index 822abf2..ba27303 100644 --- a/index1.html +++ b/index1.html @@ -838,6 +838,7 @@

Product Tags

+ From d5d37c5fc8d065c9f9c9fc55c94a28be9b93911d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20K=C3=B6n=C3=B6nen?= Date: Thu, 11 Mar 2021 10:06:49 +0200 Subject: [PATCH 4/4] Attempt to fix sign up box after success --- src/SizeMeApp.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SizeMeApp.jsx b/src/SizeMeApp.jsx index 1f39698..adcfbb5 100644 --- a/src/SizeMeApp.jsx +++ b/src/SizeMeApp.jsx @@ -66,7 +66,7 @@ class SizeMeApp extends React.Component { {loggedIn && } - {(!loggedIn || signupStatus.inProgress) && match && + {(!loggedIn || signupStatus.inProgress || signupStatus.signupDone) && match && } {!loggedIn && !match && (