From f62d4b1a7443124ab790d2ccbd001306b3dcd408 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sedat=20=C3=96ZT=C3=9CRK?= <76204082+iamsedatozturk@users.noreply.github.com> Date: Fri, 15 May 2026 13:48:07 +0300 Subject: [PATCH] =?UTF-8?q?modal=20d=C3=BCzenlemeler?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../JsonRowOpDialogAnnotation.tsx | 69 +++--- .../JsonRowOpDialogEditForm.tsx | 224 +++++++++--------- .../JsonRowOpDialogSeries.tsx | 72 +++--- .../JsonRowOpDialogSubForm.tsx | 62 +++-- .../JsonRowOpDialogWidget.tsx | 68 +++--- ui/src/views/admin/videoroom/RoomList.tsx | 191 +++++++-------- ui/src/views/developerKit/SqlQueryManager.tsx | 75 +++--- 7 files changed, 377 insertions(+), 384 deletions(-) diff --git a/ui/src/views/admin/listForm/edit/json-row-operations/JsonRowOpDialogAnnotation.tsx b/ui/src/views/admin/listForm/edit/json-row-operations/JsonRowOpDialogAnnotation.tsx index 38e42e9..de129f5 100644 --- a/ui/src/views/admin/listForm/edit/json-row-operations/JsonRowOpDialogAnnotation.tsx +++ b/ui/src/views/admin/listForm/edit/json-row-operations/JsonRowOpDialogAnnotation.tsx @@ -2,7 +2,6 @@ import { Button, Checkbox, Dialog, - FormContainer, FormItem, Input, Notification, @@ -91,11 +90,11 @@ function JsonRowOpDialogAnnotation({ preventScroll={true} onClose={handleClose} onRequestClose={handleClose} + width={900} + height="90vh" > {(data.operation === 'create' || data.operation === 'update') && ( - <> -