From 6a7c2ab0d3c86438cd991f95e8a6455b5c9c5e83 Mon Sep 17 00:00:00 2001 From: ntr Date: Fri, 17 Jan 2020 17:11:36 +1000 Subject: [PATCH 1/2] remove instance practice send --- client/src/events.jsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/src/events.jsx b/client/src/events.jsx index 83c9982d..3d5ddd83 100644 --- a/client/src/events.jsx +++ b/client/src/events.jsx @@ -107,7 +107,6 @@ function registerEvents(store) { } function setAuthenticated(account) { - if (account && window.Notification) { window.Notification.requestPermission(); } @@ -116,9 +115,6 @@ function registerEvents(store) { LogRocket.identify(account.id, account); } - const { tutorial, ws } = store.getState(); - if (tutorial) ws.sendInstancePractice(); - store.dispatch(actions.setAccount(account)); store.dispatch(actions.setAuthenticated(true)); } From b66b053bf0b3a9591fcd4c79761926045d382d23 Mon Sep 17 00:00:00 2001 From: ntr Date: Fri, 17 Jan 2020 17:17:33 +1000 Subject: [PATCH 2/2] biggify buttons --- client/assets/styles/menu.less | 1 - client/src/components/play.jsx | 16 +++++++++------- client/src/components/reshape.jsx | 20 ++++++++++---------- 3 files changed, 19 insertions(+), 18 deletions(-) diff --git a/client/assets/styles/menu.less b/client/assets/styles/menu.less index 510ede43..c9890991 100644 --- a/client/assets/styles/menu.less +++ b/client/assets/styles/menu.less @@ -115,7 +115,6 @@ section { font-size: 1.5em; display: flex; flex-flow: column; - height: 5em; } letter-spacing: 0.25em; diff --git a/client/src/components/play.jsx b/client/src/components/play.jsx index 044d529a..1450a2df 100644 --- a/client/src/components/play.jsx +++ b/client/src/components/play.jsx @@ -221,13 +221,15 @@ function Play(args) {

¤ {account.balance}

- {subscription} - +
{subscription}
+
+ +
Join our Discord server to find opponents and talk to the devs.
diff --git a/client/src/components/reshape.jsx b/client/src/components/reshape.jsx index 835f4a8e..810db6da 100644 --- a/client/src/components/reshape.jsx +++ b/client/src/components/reshape.jsx @@ -106,19 +106,19 @@ function Reshape(args) {

¤ {account.balance}

- {subscription} - -
-
-
+
{subscription}
+
+ +
{shop.owned.map(useMtx)} {shop.available.map(availableMtx)}
+
);