Account Info Modal eingefügt

This commit is contained in:
2026-08-20 12:08:13 +00:00
parent 3c3504d614
commit 3f66648de4
3 changed files with 8 additions and 8 deletions
@@ -1,14 +1,14 @@
{ {
"animateLoading": true, "animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 346, "bottomRow": 476,
"boxShadow": "none", "boxShadow": "none",
"canEscapeKeyClose": true, "canEscapeKeyClose": true,
"canOutsideClickClose": true, "canOutsideClickClose": true,
"children": [ "children": [
{ {
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 320, "bottomRow": 450,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"canExtend": true, "canExtend": true,
"detachFromLayout": true, "detachFromLayout": true,
@@ -57,14 +57,14 @@
} }
], ],
"dynamicHeight": "AUTO_HEIGHT", "dynamicHeight": "AUTO_HEIGHT",
"height": 320, "height": 450,
"isCanvas": true, "isCanvas": true,
"isLoading": false, "isLoading": false,
"key": "9v0be6abw3", "key": "9v0be6abw3",
"leftColumn": 19, "leftColumn": 19,
"maxDynamicHeight": 9000, "maxDynamicHeight": 9000,
"minDynamicHeight": 24, "minDynamicHeight": 24,
"minHeight": 320, "minHeight": 450,
"mobileBottomRow": 50, "mobileBottomRow": 50,
"mobileLeftColumn": 19, "mobileLeftColumn": 19,
"mobileRightColumn": 43, "mobileRightColumn": 43,
@@ -1,7 +1,7 @@
{ {
"animateLoading": true, "animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 30, "bottomRow": 43,
"boxShadow": "none", "boxShadow": "none",
"buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"buttonStyle": "PRIMARY_BUTTON", "buttonStyle": "PRIMARY_BUTTON",
@@ -38,7 +38,7 @@
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 23, "rightColumn": 23,
"text": "Rollenverwaltung", "text": "Rollenverwaltung",
"topRow": 26, "topRow": 39,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "tzqrb9efaf", "widgetId": "tzqrb9efaf",
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"animateLoading": true, "animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 18, "bottomRow": 31,
"dynamicBindingPathList": [ "dynamicBindingPathList": [
{ {
"key": "truncateButtonColor" "key": "truncateButtonColor"
@@ -43,7 +43,7 @@
"responsiveBehavior": "fill", "responsiveBehavior": "fill",
"rightColumn": 60, "rightColumn": 60,
"shouldTruncate": false, "shouldTruncate": false,
"text": "Name {{appsmith.store.user}}", "text": "{{appsmith.store.user}}",
"textAlign": "LEFT", "textAlign": "LEFT",
"textColor": "#231F20", "textColor": "#231F20",
"topRow": 5, "topRow": 5,