From d31394ad39a43a113dd30627cfbbeb53e49ef64e Mon Sep 17 00:00:00 2001 From: Lorito Tiago <58330997+LoritoTiago@users.noreply.github.com> Date: Wed, 26 Jul 2023 16:48:27 +0100 Subject: [PATCH] fix --- ios/App/Podfile | 1 + .../edit-profile/edit-profile.page.html | 45 +- src/app/modals/profile/profile.page.html | 73 +-- .../group-messages/group-messages.page.scss | 497 +++++++++--------- .../pages/chat/messages/messages.page.scss | 491 ++++++++--------- .../chat-popover/chat-popover.page.html | 19 +- src/style/ios.scss | 44 +- 7 files changed, 626 insertions(+), 544 deletions(-) diff --git a/ios/App/Podfile b/ios/App/Podfile index f7816bd33..b013e2d80 100644 --- a/ios/App/Podfile +++ b/ios/App/Podfile @@ -20,6 +20,7 @@ def capacitor_pods pod 'CapacitorKeyboard', :path => '../../node_modules/@capacitor/keyboard' pod 'CapacitorLocalNotifications', :path => '../../node_modules/@capacitor/local-notifications' pod 'CapacitorNetwork', :path => '../../node_modules/@capacitor/network' + pod 'CapacitorPushNotifications', :path => '../../node_modules/@capacitor/push-notifications' pod 'CapacitorShare', :path => '../../node_modules/@capacitor/share' pod 'CapacitorStorage', :path => '../../node_modules/@capacitor/storage' pod 'SentryCapacitor', :path => '../../node_modules/@sentry/capacitor' diff --git a/src/app/modals/profile/edit-profile/edit-profile.page.html b/src/app/modals/profile/edit-profile/edit-profile.page.html index c5e2211e9..1961636eb 100644 --- a/src/app/modals/profile/edit-profile/edit-profile.page.html +++ b/src/app/modals/profile/edit-profile/edit-profile.page.html @@ -1,13 +1,15 @@ -
+