From 5846b924b4a37521db52f72197dc681d77ed727a Mon Sep 17 00:00:00 2001 From: Sudharsan Selvaraj Date: Sun, 29 Sep 2024 21:55:34 +0530 Subject: [PATCH] feat: add support for keyboard interaction (#1402) * feat: add support for keyboard interaction * fix ts errors --- dashboard-frontend | 2 +- src/device-managers/IOSDeviceType.ts | 4 ++++ src/modules | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dashboard-frontend b/dashboard-frontend index 485e07b6..ac493d8d 160000 --- a/dashboard-frontend +++ b/dashboard-frontend @@ -1 +1 @@ -Subproject commit 485e07b618b1b06eedc659842944e49fb1e309be +Subproject commit ac493d8db5eded44e17820f2ceb41669ec896b57 diff --git a/src/device-managers/IOSDeviceType.ts b/src/device-managers/IOSDeviceType.ts index ebb0ddd9..6e2ab332 100644 --- a/src/device-managers/IOSDeviceType.ts +++ b/src/device-managers/IOSDeviceType.ts @@ -239,11 +239,15 @@ export const IOSDeviceInfoMap: any = { Height: '932', Model: 'iPhone 16 Plus', }, + // eslint-disable-next-line @typescript-eslint/ban-ts-comment + //@ts-ignore 'iPhone16,1': { Width: '393', Height: '852', Model: 'iPhone 16 Pro', }, + // eslint-disable-next-line @typescript-eslint/ban-ts-comment + //@ts-ignore 'iPhone16,2': { Width: '430', Height: '932', diff --git a/src/modules b/src/modules index a125e501..669051b5 160000 --- a/src/modules +++ b/src/modules @@ -1 +1 @@ -Subproject commit a125e501ad3da2a93e6ac834a29adef4dbcdc3b5 +Subproject commit 669051b55171c71b619094d9996988bcb2794ebc