From 52c93ccbaf1be1c8365097e97276f48988864de4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sedat=20=C3=96zt=C3=BCrk?= Date: Sat, 17 Jan 2026 19:50:10 +0300 Subject: [PATCH] Grid Translate Edit - Delete --- ui/src/components/developerKit/Dashboard.tsx | 6 +++--- .../listForm/edit/form-fields/FormFieldTabDetails.tsx | 8 +++++++- ui/src/views/list/useListFormColumns.ts | 10 ++++++++-- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/ui/src/components/developerKit/Dashboard.tsx b/ui/src/components/developerKit/Dashboard.tsx index a8db131f..5175346b 100644 --- a/ui/src/components/developerKit/Dashboard.tsx +++ b/ui/src/components/developerKit/Dashboard.tsx @@ -46,7 +46,7 @@ const Dashboard: React.FC = () => { href: ROUTES_ENUM.protected.saas.developerKit.migrations, }, { - name: translate('::App.DeveloperKit.Dashboard.Stats.APIs'), + name: translate('::App.DeveloperKit.Dashboard.Stats.Apis'), value: generatedEndpoints.filter((e) => e.isActive).length, total: generatedEndpoints.length, icon: FaServer, @@ -95,8 +95,8 @@ const Dashboard: React.FC = () => { }, { step: 4, - title: translate('::App.DeveloperKit.Dashboard.Flow.GenerateAPI'), - description: translate('::App.DeveloperKit.Dashboard.Flow.GenerateAPI.Desc'), + title: translate('::App.DeveloperKit.Dashboard.Flow.GenerateApi'), + description: translate('::App.DeveloperKit.Dashboard.Flow.GenerateApi.Desc'), icon: FaServer, color: 'bg-emerald-600', href: ROUTES_ENUM.protected.saas.developerKit.endpoints, diff --git a/ui/src/views/admin/listForm/edit/form-fields/FormFieldTabDetails.tsx b/ui/src/views/admin/listForm/edit/form-fields/FormFieldTabDetails.tsx index ea6f549e..bfb1b17e 100644 --- a/ui/src/views/admin/listForm/edit/form-fields/FormFieldTabDetails.tsx +++ b/ui/src/views/admin/listForm/edit/form-fields/FormFieldTabDetails.tsx @@ -114,7 +114,13 @@ function FormFieldTabDetails({ invalid={errors.editorOptions && touched.editorOptions} errorMessage={errors.editorOptions} > - +