From a81af9dc5f26595ddcfd5105f9679b66ceedef5d Mon Sep 17 00:00:00 2001 From: Yehor Hunko <57867800+yhunko@users.noreply.github.com> Date: Wed, 29 Apr 2026 17:58:47 +0300 Subject: [PATCH 1/2] fix(ui): add `touch-action: manipulation` to improve touch responsiveness --- client/src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/index.css b/client/src/index.css index 8583c475..fcbc0b92 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -123,6 +123,7 @@ body { @apply bg-background text-foreground font-nunito; + touch-action: manipulation; } ::-webkit-scrollbar { From d4139cd821146289d20d6fbe275f64ea4b32d05b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 29 Apr 2026 15:00:26 +0000 Subject: [PATCH 2/2] chore(release): v3.10.5-beta.1 [skip actions] ## [3.10.5-beta.1](https://github.com/yhunko/sub-eye/compare/v3.10.4...v3.10.5-beta.1) (2026-04-29) ### Bug Fixes * **ui:** add `touch-action: manipulation` to improve touch responsiveness ([a81af9d](https://github.com/yhunko/sub-eye/commit/a81af9dc5f26595ddcfd5105f9679b66ceedef5d)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f4fc713..8ab4679f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sub-eye", "description": "A monorepo template for SubEye subscriptions management app", - "version": "3.10.4", + "version": "3.10.5-beta.1", "author": "Yehor Hunko", "devDependencies": { "@biomejs/biome": "^2.4.12",