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,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 346,
"bottomRow": 476,
"boxShadow": "none",
"canEscapeKeyClose": true,
"canOutsideClickClose": true,
"children": [
{
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 320,
"bottomRow": 450,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"canExtend": true,
"detachFromLayout": true,
@@ -57,14 +57,14 @@
}
],
"dynamicHeight": "AUTO_HEIGHT",
"height": 320,
"height": 450,
"isCanvas": true,
"isLoading": false,
"key": "9v0be6abw3",
"leftColumn": 19,
"maxDynamicHeight": 9000,
"minDynamicHeight": 24,
"minHeight": 320,
"minHeight": 450,
"mobileBottomRow": 50,
"mobileLeftColumn": 19,
"mobileRightColumn": 43,
@@ -1,7 +1,7 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 30,
"bottomRow": 43,
"boxShadow": "none",
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"buttonStyle": "PRIMARY_BUTTON",
@@ -38,7 +38,7 @@
"responsiveBehavior": "hug",
"rightColumn": 23,
"text": "Rollenverwaltung",
"topRow": 26,
"topRow": 39,
"type": "BUTTON_WIDGET",
"version": 1,
"widgetId": "tzqrb9efaf",
+2 -2
View File
@@ -1,7 +1,7 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 18,
"bottomRow": 31,
"dynamicBindingPathList": [
{
"key": "truncateButtonColor"
@@ -43,7 +43,7 @@
"responsiveBehavior": "fill",
"rightColumn": 60,
"shouldTruncate": false,
"text": "Name {{appsmith.store.user}}",
"text": "{{appsmith.store.user}}",
"textAlign": "LEFT",
"textColor": "#231F20",
"topRow": 5,