From e13e606ca9ad2842a6b9c31853e1cc8b17989bd5 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Fri, 30 Jan 2026 15:45:27 +0000 Subject: [PATCH] fix: focus only on non-touch devices --- app/components/SearchBox.vue | 14 +++++++++++--- app/composables/useIsMobile.ts | 10 ---------- app/pages/index.vue | 10 ++++++++-- app/utils/responsive.ts | 12 ++++++++++++ 4 files changed, 31 insertions(+), 15 deletions(-) delete mode 100644 app/composables/useIsMobile.ts create mode 100644 app/utils/responsive.ts diff --git a/app/components/SearchBox.vue b/app/components/SearchBox.vue index 8909d1c2..e4c3c9cd 100644 --- a/app/components/SearchBox.vue +++ b/app/components/SearchBox.vue @@ -1,8 +1,6 @@