From 94fae5ebfebc2af1a924750ecec74a66728056a4 Mon Sep 17 00:00:00 2001 From: Florian Bernard Date: Thu, 30 Jul 2026 14:11:30 +0000 Subject: [PATCH] =?UTF-8?q?Navbar=20eingef=C3=BCgt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Mobiler Bildschirm.json | 2 +- pages/Mobiler Bildschirm/widgets/Datum_B.json | 53 ------------------- .../widgets/Form1/Form1.json | 6 +-- pages/Mobiler Bildschirm/widgets/Table1.json | 8 +-- .../widgets/Terminplanung_P.json | 50 ----------------- 5 files changed, 8 insertions(+), 111 deletions(-) delete mode 100644 pages/Mobiler Bildschirm/widgets/Datum_B.json delete mode 100644 pages/Mobiler Bildschirm/widgets/Terminplanung_P.json diff --git a/pages/Mobiler Bildschirm/Mobiler Bildschirm.json b/pages/Mobiler Bildschirm/Mobiler Bildschirm.json index 8a60749..34f080e 100644 --- a/pages/Mobiler Bildschirm/Mobiler Bildschirm.json +++ b/pages/Mobiler Bildschirm/Mobiler Bildschirm.json @@ -6,7 +6,7 @@ { "dsl": { "backgroundColor": "none", - "bottomRow": 650, + "bottomRow": 600, "canExtend": true, "containerStyle": "none", "detachFromLayout": true, diff --git a/pages/Mobiler Bildschirm/widgets/Datum_B.json b/pages/Mobiler Bildschirm/widgets/Datum_B.json deleted file mode 100644 index 94265c8..0000000 --- a/pages/Mobiler Bildschirm/widgets/Datum_B.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "accentColor": "{{appsmith.theme.colors.primaryColor}}", - "animateLoading": true, - "borderRadius": "0.375rem", - "bottomRow": 12, - "boxShadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)", - "closeOnSelection": false, - "dateFormat": "DD/MM/YYYY HH:mm", - "datePickerType": "DATE_PICKER", - "defaultDate": "2026-07-14T17:04:02.022+02:00", - "dynamicBindingPathList": [ - { - "key": "accentColor" - } - ], - "dynamicHeight": "FIXED", - "dynamicTriggerPathList": [], - "firstDayOfWeek": 0, - "isDisabled": false, - "isLoading": false, - "isRequired": false, - "isVisible": true, - "key": "29643854bh", - "label": "Datum", - "labelAlignment": "left", - "labelPosition": "Left", - "labelTextSize": "0.875rem", - "labelWidth": "3", - "leftColumn": 2, - "maxDate": "2121-12-31T18:29:00.000Z", - "maxDynamicHeight": 9000, - "minDate": "1920-12-31T18:30:00.000Z", - "minDynamicHeight": 4, - "minWidth": 450, - "mobileBottomRow": 8, - "mobileLeftColumn": 0, - "mobileRightColumn": 6, - "mobileTopRow": 1, - "needsErrorInfo": false, - "parentColumnSpace": 21.90625, - "parentId": "0", - "parentRowSpace": 10, - "renderMode": "CANVAS", - "responsiveBehavior": "fill", - "rightColumn": 15, - "shortcuts": false, - "timePrecision": "minute", - "topRow": 8, - "type": "DATE_PICKER_WIDGET2", - "version": 2, - "widgetId": "zv6rqktgl2", - "widgetName": "Datum_B" -} \ No newline at end of file diff --git a/pages/Mobiler Bildschirm/widgets/Form1/Form1.json b/pages/Mobiler Bildschirm/widgets/Form1/Form1.json index e4c5e61..529825a 100644 --- a/pages/Mobiler Bildschirm/widgets/Form1/Form1.json +++ b/pages/Mobiler Bildschirm/widgets/Form1/Form1.json @@ -4,7 +4,7 @@ "borderColor": "#E0DEDE", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderWidth": "1", - "bottomRow": 56, + "bottomRow": 51, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "children": [ { @@ -65,7 +65,7 @@ "isLoading": false, "isVisible": true, "key": "0r43rq98rg", - "leftColumn": 48, + "leftColumn": 47, "maxDynamicHeight": 9000, "minDynamicHeight": 10, "minWidth": 450, @@ -82,7 +82,7 @@ "responsiveBehavior": "fill", "rightColumn": 63, "shouldScrollContents": true, - "topRow": 14, + "topRow": 9, "type": "FORM_WIDGET", "widgetId": "umbpnh5dz1", "widgetName": "Form1" diff --git a/pages/Mobiler Bildschirm/widgets/Table1.json b/pages/Mobiler Bildschirm/widgets/Table1.json index 500c62f..c71a268 100644 --- a/pages/Mobiler Bildschirm/widgets/Table1.json +++ b/pages/Mobiler Bildschirm/widgets/Table1.json @@ -4,7 +4,7 @@ "borderColor": "#E0DEDE", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderWidth": "1", - "bottomRow": 65, + "bottomRow": 60, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "cachedTableData": {}, "canFreezeColumn": true, @@ -68,7 +68,7 @@ "isVisibleSearch": true, "key": "fsh5fgc5ew", "label": "Data", - "leftColumn": 2, + "leftColumn": 1, "minWidth": 450, "mobileBottomRow": 38, "mobileLeftColumn": 5, @@ -81,11 +81,11 @@ "primaryColumns": {}, "renderMode": "CANVAS", "responsiveBehavior": "fill", - "rightColumn": 47, + "rightColumn": 46, "searchKey": "", "tableData": "", "textSize": "0.875rem", - "topRow": 14, + "topRow": 9, "totalRecordsCount": 0, "type": "TABLE_WIDGET_V2", "version": 2, diff --git a/pages/Mobiler Bildschirm/widgets/Terminplanung_P.json b/pages/Mobiler Bildschirm/widgets/Terminplanung_P.json deleted file mode 100644 index 0b308d7..0000000 --- a/pages/Mobiler Bildschirm/widgets/Terminplanung_P.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "animateLoading": true, - "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 12, - "boxShadow": "none", - "buttonColor": "{{appsmith.theme.colors.primaryColor}}", - "buttonVariant": "PRIMARY", - "disabledWhenInvalid": false, - "dynamicBindingPathList": [ - { - "key": "buttonColor" - }, - { - "key": "borderRadius" - } - ], - "dynamicTriggerPathList": [ - { - "key": "onClick" - } - ], - "isDefaultClickDisabled": true, - "isDisabled": false, - "isLoading": false, - "isVisible": true, - "key": "6x3r0two5o", - "leftColumn": 15, - "minWidth": 120, - "mobileBottomRow": 18, - "mobileLeftColumn": 10, - "mobileRightColumn": 26, - "mobileTopRow": 14, - "needsErrorInfo": false, - "onClick": "{{showModal(Terminplanungs_Modal.name);}}", - "parentColumnSpace": 20.517578125, - "parentId": "0", - "parentRowSpace": 10, - "placement": "CENTER", - "recaptchaType": "V3", - "renderMode": "CANVAS", - "resetFormOnClick": false, - "responsiveBehavior": "hug", - "rightColumn": 22, - "text": "Terminplanung", - "topRow": 8, - "type": "BUTTON_WIDGET", - "version": 1, - "widgetId": "i71ba6t3lc", - "widgetName": "Terminplanung_P" -} \ No newline at end of file