From 2be6c28143fb4c81768be6c98ccf6a17da5b6cd5 Mon Sep 17 00:00:00 2001 From: canbax Date: Mon, 27 Jan 2025 23:24:16 +0300 Subject: [PATCH] fix sharing in link mobile apps, add more padding bottom to the bottom sheet --- eslint.config.js | 2 +- package.json | 3 ++- src/components/IframeEditor.vue | 8 +++----- src/components/ShareTimes.vue | 9 ++++----- src/composables/urlParams.ts | 2 ++ 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index b4a0021..e63fdae 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -12,7 +12,7 @@ export default [ { name: 'app/files-to-ignore', - ignores: ['**/dist/**', '**/dist-ssr/**', '**/coverage/**'], + ignores: ['**/dist/**', '**/dist-ssr/**', '**/coverage/**', 'ios/**', 'android/**'], }, ...pluginVue.configs['flat/essential'], diff --git a/package.json b/package.json index 605c546..438eaaa 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "make-badges": "istanbul-badges-readme", "make-badges:ci": "npm run make-badges -- --ci", "checks": "npm run format && npm run lint && npm run test && npm run test-e2e && npm run build", + "sync-apps": "npx cap sync", "build-android": "npx cap add android", "build-ios": "npx cap add ios" }, @@ -79,4 +80,4 @@ "eslint --max-warnings=0" ] } -} +} \ No newline at end of file diff --git a/src/components/IframeEditor.vue b/src/components/IframeEditor.vue index 5c0c516..a3e5d36 100644 --- a/src/components/IframeEditor.vue +++ b/src/components/IframeEditor.vue @@ -1,5 +1,5 @@