Compare commits

5 Commits
Author SHA1 Message Date
Admin e290395ebb Hausclick Fehler entfernt 2026-07-28 14:17:15 +00:00
Admin 62e3eef473 Änderung Navbar 2026-07-28 07:26:39 +00:00
Admin a8a2eb2ee0 Theme Änderung 2026-07-28 07:22:40 +00:00
Admin 0acbe8c495 Theme-Änderung 2026-07-28 06:37:58 +00:00
Admin 252d665139 Filter Anpassung 2026-07-28 05:50:07 +00:00
12 changed files with 34 additions and 24 deletions
@@ -1,6 +1,6 @@
{ {
"animateLoading": true, "animateLoading": true,
"backgroundColor": "#3b82f6", "backgroundColor": "{{appsmith.theme.colors.primaryColor}}",
"borderColor": "#E0DEDE", "borderColor": "#E0DEDE",
"borderRadius": "1.5rem", "borderRadius": "1.5rem",
"borderWidth": "1", "borderWidth": "1",
@@ -54,6 +54,9 @@
"dynamicBindingPathList": [ "dynamicBindingPathList": [
{ {
"key": "boxShadow" "key": "boxShadow"
},
{
"key": "backgroundColor"
} }
], ],
"dynamicHeight": "FIXED", "dynamicHeight": "FIXED",
@@ -1,6 +1,6 @@
{ {
"animateLoading": true, "animateLoading": true,
"backgroundColor": "#80adf4", "backgroundColor": "#476e8a",
"borderColor": "#ccdcf5", "borderColor": "#ccdcf5",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"borderWidth": "1", "borderWidth": "1",
@@ -9,7 +9,7 @@
"children": [ "children": [
{ {
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 170, "bottomRow": 150,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"canExtend": false, "canExtend": false,
"containerStyle": "none", "containerStyle": "none",
@@ -1,6 +1,6 @@
{ {
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 17, "bottomRow": 13,
"counterClosewise": false, "counterClosewise": false,
"dynamicBindingPathList": [ "dynamicBindingPathList": [
{ {
@@ -20,8 +20,8 @@
"mobileRightColumn": 28, "mobileRightColumn": 28,
"mobileTopRow": 8, "mobileTopRow": 8,
"needsErrorInfo": false, "needsErrorInfo": false,
"originalBottomRow": 17, "originalBottomRow": 13,
"originalTopRow": 13, "originalTopRow": 9,
"parentColumnSpace": 7.071402966976166, "parentColumnSpace": 7.071402966976166,
"parentId": "mowrzb0ul4", "parentId": "mowrzb0ul4",
"parentRowSpace": 10, "parentRowSpace": 10,
@@ -32,7 +32,7 @@
"rightColumn": 62, "rightColumn": 62,
"showResult": false, "showResult": false,
"steps": "1", "steps": "1",
"topRow": 13, "topRow": 9,
"type": "PROGRESS_WIDGET", "type": "PROGRESS_WIDGET",
"version": 1, "version": 1,
"widgetId": "921y0rw94l", "widgetId": "921y0rw94l",
@@ -1,7 +1,7 @@
{ {
"animateLoading": true, "animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 13, "bottomRow": 9,
"dynamicBindingPathList": [ "dynamicBindingPathList": [
{ {
"key": "truncateButtonColor" "key": "truncateButtonColor"
@@ -30,8 +30,8 @@
"mobileRightColumn": 18, "mobileRightColumn": 18,
"mobileTopRow": 4, "mobileTopRow": 4,
"needsErrorInfo": false, "needsErrorInfo": false,
"originalBottomRow": 13, "originalBottomRow": 9,
"originalTopRow": 5, "originalTopRow": 4,
"overflow": "NONE", "overflow": "NONE",
"parentColumnSpace": 7.071402966976166, "parentColumnSpace": 7.071402966976166,
"parentId": "mowrzb0ul4", "parentId": "mowrzb0ul4",
@@ -43,7 +43,7 @@
"text": "50%", "text": "50%",
"textAlign": "LEFT", "textAlign": "LEFT",
"textColor": "#231F20", "textColor": "#231F20",
"topRow": 5, "topRow": 4,
"truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
"type": "TEXT_WIDGET", "type": "TEXT_WIDGET",
"version": 1, "version": 1,
@@ -1,7 +1,7 @@
{ {
"animateLoading": true, "animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 5, "bottomRow": 4,
"dynamicBindingPathList": [ "dynamicBindingPathList": [
{ {
"key": "truncateButtonColor" "key": "truncateButtonColor"
@@ -294,6 +294,7 @@
} }
], ],
"dynamicHeight": "FIXED", "dynamicHeight": "FIXED",
"dynamicPropertyPathList": [],
"dynamicTriggerPathList": [], "dynamicTriggerPathList": [],
"flexVerticalAlignment": "stretch", "flexVerticalAlignment": "stretch",
"isCanvas": true, "isCanvas": true,
@@ -3,12 +3,15 @@
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 8, "bottomRow": 8,
"boxShadow": "none", "boxShadow": "none",
"buttonColor": "#3b82f6", "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"buttonVariant": "SECONDARY", "buttonVariant": "SECONDARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [ "dynamicBindingPathList": [
{ {
"key": "borderRadius" "key": "borderRadius"
},
{
"key": "buttonColor"
} }
], ],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [
@@ -23,7 +26,7 @@
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "pf1pc6smej", "key": "pf1pc6smej",
"leftColumn": 4, "leftColumn": 5,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 8, "mobileBottomRow": 8,
"mobileLeftColumn": 0, "mobileLeftColumn": 0,
@@ -3,12 +3,15 @@
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 12, "bottomRow": 12,
"boxShadow": "none", "boxShadow": "none",
"buttonColor": "#3b82f6", "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"buttonVariant": "SECONDARY", "buttonVariant": "SECONDARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [ "dynamicBindingPathList": [
{ {
"key": "borderRadius" "key": "borderRadius"
},
{
"key": "buttonColor"
} }
], ],
"dynamicTriggerPathList": [], "dynamicTriggerPathList": [],
@@ -1,6 +1,6 @@
{ {
"gitSyncId": "6a57350b6665afa2c813ed3d_ccd318a6-6a47-4784-8a77-0aed02e73c2b", "gitSyncId": "6a677475d75112ecfb062891_5d23797a-f6db-4943-8efa-b8113c098638",
"id": "Startseite_Navbar1", "id": "Startseite_Home1",
"moduleUUID": "df3b5e28-9a87-4e91-ba97-6016b27b93b9", "moduleUUID": "df3b5e28-9a87-4e91-ba97-6016b27b93b9",
"packageUUID": "c5a661ed-b0b3-4d8f-8efe-c1b824869705", "packageUUID": "c5a661ed-b0b3-4d8f-8efe-c1b824869705",
"type": "UI_MODULE", "type": "UI_MODULE",
@@ -23,8 +23,8 @@
"propertyName": "inputs.Pages" "propertyName": "inputs.Pages"
} }
}, },
"name": "Navbar1", "name": "Home1",
"pageId": "Startseite", "pageId": "Startseite",
"widgetId": "6czcesbsdq" "widgetId": "gnt5nm7th7"
} }
} }
@@ -16,7 +16,7 @@
"isLoading": false, "isLoading": false,
"isModuleWidget": true, "isModuleWidget": true,
"isVisible": true, "isVisible": true,
"key": "b0y5l08u3l", "key": "akr1owp41r",
"leftColumn": 0, "leftColumn": 0,
"maxDynamicHeight": 9000, "maxDynamicHeight": 9000,
"minDynamicHeight": 10, "minDynamicHeight": 10,
@@ -27,7 +27,7 @@
"mobileTopRow": 0, "mobileTopRow": 0,
"moduleUUID": "df3b5e28-9a87-4e91-ba97-6016b27b93b9", "moduleUUID": "df3b5e28-9a87-4e91-ba97-6016b27b93b9",
"needsErrorInfo": false, "needsErrorInfo": false,
"parentColumnSpace": 13.546875, "parentColumnSpace": 25.390625,
"parentId": "0", "parentId": "0",
"parentRowSpace": 10, "parentRowSpace": 10,
"positioning": "fixed", "positioning": "fixed",
@@ -38,6 +38,6 @@
"topRow": 0, "topRow": 0,
"type": "MODULE_WIDGET_df3b5e28-9a87-4e91-ba97-6016b27b93b9", "type": "MODULE_WIDGET_df3b5e28-9a87-4e91-ba97-6016b27b93b9",
"version": 1, "version": 1,
"widgetId": "6czcesbsdq", "widgetId": "gnt5nm7th7",
"widgetName": "Navbar1" "widgetName": "Home1"
} }
+1 -1
View File
@@ -47,7 +47,7 @@
}, },
"colors": { "colors": {
"backgroundColor": "#F1F5F9", "backgroundColor": "#F1F5F9",
"primaryColor": "#3b82f6" "primaryColor": "#18527B"
}, },
"fontFamily": { "fontFamily": {
"appFont": "Inter" "appFont": "Inter"