Browse Source

Merge branch 'fix-diaria-kay-ajustes-prestador' into development

Gustavo Zanatta 2 days ago
parent
commit
7ae6a4f056
2 changed files with 2 additions and 12 deletions
  1. 0 10
      package-lock.json
  2. 2 2
      src/pages/dashboard/DashboardPage.vue

+ 0 - 10
package-lock.json

@@ -16,7 +16,6 @@
         "@capacitor/geolocation": "^7.1.8",
         "@capacitor/geolocation": "^7.1.8",
         "@capacitor/google-maps": "^7.2.2",
         "@capacitor/google-maps": "^7.2.2",
         "@capacitor/push-notifications": "^7.0.7",
         "@capacitor/push-notifications": "^7.0.7",
-        "@capacitor/share": "^7.0.4",
         "@ionic/pwa-elements": "^3.4.0",
         "@ionic/pwa-elements": "^3.4.0",
         "@quasar/cli": "^2.5.0",
         "@quasar/cli": "^2.5.0",
         "@quasar/extras": "^1.17.0",
         "@quasar/extras": "^1.17.0",
@@ -511,15 +510,6 @@
         "@capacitor/core": ">=7.0.0"
         "@capacitor/core": ">=7.0.0"
       }
       }
     },
     },
-    "node_modules/@capacitor/share": {
-      "version": "7.0.4",
-      "resolved": "https://registry.npmjs.org/@capacitor/share/-/share-7.0.4.tgz",
-      "integrity": "sha512-wNXxmXUcChrtbZ5jQv8scFIbIGKo3rk6B7qpWySxfUhYJP5NANgAqQ9Z69m0k/zYsucdh66SBU7XW1ykd9aUug==",
-      "license": "MIT",
-      "peerDependencies": {
-        "@capacitor/core": ">=7.0.0"
-      }
-    },
     "node_modules/@capacitor/status-bar": {
     "node_modules/@capacitor/status-bar": {
       "version": "7.0.1",
       "version": "7.0.1",
       "resolved": "https://registry.npmjs.org/@capacitor/status-bar/-/status-bar-7.0.1.tgz",
       "resolved": "https://registry.npmjs.org/@capacitor/status-bar/-/status-bar-7.0.1.tgz",

+ 2 - 2
src/pages/dashboard/DashboardPage.vue

@@ -1,5 +1,5 @@
 <template>
 <template>
-  <div class="dashboard-page bg-page">
+  <q-page class="dashboard-page bg-page">
     <template v-if="loading">
     <template v-if="loading">
       <div
       <div
         class="bg-surface full-width items-center justify-center row"
         class="bg-surface full-width items-center justify-center row"
@@ -52,7 +52,7 @@
         </template>
         </template>
       </q-pull-to-refresh>
       </q-pull-to-refresh>
     </template>
     </template>
-  </div>
+  </q-page>
 </template>
 </template>
 
 
 <script setup>
 <script setup>