From dfd768537e58ca79034625316a0c2cea97bd6330 Mon Sep 17 00:00:00 2001 From: joemarct Date: Sat, 5 Nov 2022 19:55:11 +0800 Subject: [PATCH] Further styling changes for iOS --- .../ios/App/App.xcodeproj/project.pbxproj | 4 +- src/components/qr-scanner.vue | 2 +- src/pages/apps/asset-swap.vue | 2 +- src/pages/apps/collectibles.vue | 4 +- src/pages/apps/gifts/claim-gift.vue | 2 +- src/pages/apps/gifts/create-gift.vue | 2 +- src/pages/apps/gifts/index.vue | 174 +++++++++--------- src/pages/apps/point-of-sale.vue | 2 +- src/pages/apps/sweep.vue | 2 +- 9 files changed, 95 insertions(+), 99 deletions(-) diff --git a/src-capacitor/ios/App/App.xcodeproj/project.pbxproj b/src-capacitor/ios/App/App.xcodeproj/project.pbxproj index d0124bccb..180a011b9 100644 --- a/src-capacitor/ios/App/App.xcodeproj/project.pbxproj +++ b/src-capacitor/ios/App/App.xcodeproj/project.pbxproj @@ -352,7 +352,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 18; + CURRENT_PROJECT_VERSION = 19; DEVELOPMENT_TEAM = 89X576BZBF; INFOPLIST_FILE = App/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 12.0; @@ -373,7 +373,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 18; + CURRENT_PROJECT_VERSION = 19; DEVELOPMENT_TEAM = 89X576BZBF; INFOPLIST_FILE = App/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 12.0; diff --git a/src/components/qr-scanner.vue b/src/components/qr-scanner.vue index cba3c9ab1..9dedcf19d 100644 --- a/src/components/qr-scanner.vue +++ b/src/components/qr-scanner.vue @@ -7,7 +7,7 @@ padding="xs" flat class="scanner-close-btn" - :style="{'margin-top': $q.platform.is.ios ? '30px' : '0px'}" + :style="{'margin-top': $q.platform.is.ios ? '55px' : '0px'}" @click="stopScan" /> diff --git a/src/pages/apps/asset-swap.vue b/src/pages/apps/asset-swap.vue index 9cc4b3c6c..bed396eb6 100644 --- a/src/pages/apps/asset-swap.vue +++ b/src/pages/apps/asset-swap.vue @@ -14,7 +14,7 @@ class="col-12 q-px-sm q-pb-md pp-fcolor q-mx-md" v-model="selectedNetwork" style="padding-bottom: 16px;" - :style="{ 'margin-top': $q.platform.is.ios ? '0px' : '-35px'}" + :style="{ 'margin-top': $q.platform.is.ios ? '10px' : '-35px'}" > - + @@ -20,7 +20,7 @@ dense active-color="brandblue" class="col-12 q-px-lg pp-fcolor" - :style="{ 'margin-top': $q.platform.is.ios ? '25px' : '0px'}" + :style="{ 'margin-top': $q.platform.is.ios ? '45px' : '0px'}" :modelValue="selectedNetwork" @update:modelValue="changeNetwork" > diff --git a/src/pages/apps/gifts/claim-gift.vue b/src/pages/apps/gifts/claim-gift.vue index 73d661da6..06c4cfef2 100644 --- a/src/pages/apps/gifts/claim-gift.vue +++ b/src/pages/apps/gifts/claim-gift.vue @@ -7,7 +7,7 @@
-
+

{{ action }}ing gift...

diff --git a/src/pages/apps/gifts/create-gift.vue b/src/pages/apps/gifts/create-gift.vue index 97ddaf68b..30c3f6a11 100644 --- a/src/pages/apps/gifts/create-gift.vue +++ b/src/pages/apps/gifts/create-gift.vue @@ -11,7 +11,7 @@ style="position: fixed; top: 0; background: #ECF3F3; width: 100%; z-index: 100 !important;" class="q-px-sm" /> -
+

Creating gift...

diff --git a/src/pages/apps/gifts/index.vue b/src/pages/apps/gifts/index.vue index 0e903a692..287536f1e 100644 --- a/src/pages/apps/gifts/index.vue +++ b/src/pages/apps/gifts/index.vue @@ -12,103 +12,99 @@ style="position: fixed; top: 0; background: #ECF3F3; width: 100%; z-index: 100 !important;" class="q-px-sm" /> -
-
-

Choose one

- +
+
+
+ Create Gift +
+
+ Claim Gift +
-
-
-
- Create Gift -
-
- Claim Gift -
-
-
- - -