From 215c280118d8ad0e40aaa316802cfd15825af7ca Mon Sep 17 00:00:00 2001 From: Daithi Hearn Date: Thu, 18 May 2023 19:43:58 +0200 Subject: [PATCH] Mobile UI improvements --- package.json | 2 +- public/manifest.json | 2 +- .../Game/Actions/ActionsWrapper.tsx | 2 +- .../Game/Actions/ThrowCardsWarningModal.tsx | 2 +- src/pages/Game/Game.tsx | 4 +-- src/pages/Game/_game.scss | 9 +++--- src/pages/Home/Home.tsx | 4 +-- src/pages/Home/_home.scss | 29 +++++++++++-------- src/pages/Layout/Layout.tsx | 8 ++--- 9 files changed, 33 insertions(+), 29 deletions(-) diff --git a/package.json b/package.json index 728f218..94ef7b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "7.0.2", + "version": "7.0.3", "description": "React frontend for the Cards 110", "author": "Daithi Hearn", "license": "MIT", diff --git a/public/manifest.json b/public/manifest.json index 3911f59..a89825a 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "short_name": "Cards 110", "name": "Cards 110", - "version": "7.0.2", + "version": "7.0.3", "icons": [ { "src": "./assets/favicon.png", diff --git a/src/components/Game/Actions/ActionsWrapper.tsx b/src/components/Game/Actions/ActionsWrapper.tsx index bdf24a2..59ac72d 100644 --- a/src/components/Game/Actions/ActionsWrapper.tsx +++ b/src/components/Game/Actions/ActionsWrapper.tsx @@ -19,7 +19,7 @@ const ActionsWrapper = () => { return ( - + {isCalling && } {isBuying && } {isCalled && } diff --git a/src/components/Game/Actions/ThrowCardsWarningModal.tsx b/src/components/Game/Actions/ThrowCardsWarningModal.tsx index ea59058..32b2c6f 100644 --- a/src/components/Game/Actions/ThrowCardsWarningModal.tsx +++ b/src/components/Game/Actions/ThrowCardsWarningModal.tsx @@ -68,7 +68,7 @@ const ThrowCardsWarningModal: React.FC = ({ - +