From 8443722a5db576be54c505746d9466d3cdf97339 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Thu, 15 Sep 2022 10:43:48 -0700 Subject: [PATCH] fix: :bug: No swiper on desktop --- package.json | 2 +- packages/client/src/pages/about.vue | 4 +++- packages/client/src/pages/admin-file.vue | 2 ++ packages/client/src/pages/channels.vue | 2 ++ packages/client/src/pages/explore.vue | 2 ++ packages/client/src/pages/gallery/index.vue | 2 ++ packages/client/src/pages/instance-info.vue | 2 ++ packages/client/src/pages/notifications.vue | 1 + packages/client/src/pages/pages.vue | 2 ++ packages/client/src/pages/timeline.vue | 2 ++ packages/client/src/pages/user/index.vue | 2 ++ 11 files changed, 21 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3ac5f93fbd..bb6e369f50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calckey", - "version": "12.119.0-calc.1", + "version": "12.119.0-calc.1-rc", "codename": "aqua", "repository": { "type": "git", diff --git a/packages/client/src/pages/about.vue b/packages/client/src/pages/about.vue index df781db455..d6259ab362 100644 --- a/packages/client/src/pages/about.vue +++ b/packages/client/src/pages/about.vue @@ -6,6 +6,7 @@ :modules="[Virtual]" :space-between="20" :virtual="true" + :allow-touch-move="deviceKind === 'smartphone'" @swiper="setSwiperRef" @slide-change="onSlideChange" > @@ -90,7 +91,7 @@