Unify navigation and heading positioning

This commit is contained in:
ivarsbariss
2026-01-27 13:02:31 +01:00
parent f4b500220f
commit e9e953b829
5 changed files with 11 additions and 9 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
# Cursor AI reference documentation (internal use only)
.cursor/

View File

@@ -111,7 +111,7 @@
"responsiveBehavior": "fill", "responsiveBehavior": "fill",
"rightColumn": 30, "rightColumn": 30,
"showDataPointLabel": false, "showDataPointLabel": false,
"topRow": 5, "topRow": 2,
"type": "CHART_WIDGET", "type": "CHART_WIDGET",
"version": 1, "version": 1,
"widgetId": "bkkgqululk", "widgetId": "bkkgqululk",

View File

@@ -112,7 +112,7 @@
"responsiveBehavior": "fill", "responsiveBehavior": "fill",
"rightColumn": 61, "rightColumn": 61,
"showDataPointLabel": false, "showDataPointLabel": false,
"topRow": 4, "topRow": 2,
"type": "CHART_WIDGET", "type": "CHART_WIDGET",
"version": 1, "version": 1,
"widgetId": "1d2av7y5u4", "widgetId": "1d2av7y5u4",

View File

@@ -1,7 +1,7 @@
{ {
"animateLoading": true, "animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 7, "bottomRow": 10,
"dynamicBindingPathList": [ "dynamicBindingPathList": [
{ {
"key": "truncateButtonColor" "key": "truncateButtonColor"
@@ -30,7 +30,7 @@
"mobileRightColumn": 17, "mobileRightColumn": 17,
"mobileTopRow": 1, "mobileTopRow": 1,
"needsErrorInfo": false, "needsErrorInfo": false,
"originalBottomRow": 7, "originalBottomRow": 10,
"originalTopRow": 2, "originalTopRow": 2,
"overflow": "NONE", "overflow": "NONE",
"parentColumnSpace": 25.109375, "parentColumnSpace": 25.109375,

View File

@@ -1,7 +1,7 @@
{ {
"animateLoading": true, "animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 16, "bottomRow": 10,
"dynamicBindingPathList": [ "dynamicBindingPathList": [
{ {
"key": "truncateButtonColor" "key": "truncateButtonColor"
@@ -30,8 +30,8 @@
"mobileRightColumn": 17, "mobileRightColumn": 17,
"mobileTopRow": 1, "mobileTopRow": 1,
"needsErrorInfo": false, "needsErrorInfo": false,
"originalBottomRow": 16, "originalBottomRow": 10,
"originalTopRow": 8, "originalTopRow": 2,
"overflow": "NONE", "overflow": "NONE",
"parentColumnSpace": 25.109375, "parentColumnSpace": 25.109375,
"parentId": "0", "parentId": "0",
@@ -40,10 +40,10 @@
"responsiveBehavior": "fill", "responsiveBehavior": "fill",
"rightColumn": 17, "rightColumn": 17,
"shouldTruncate": false, "shouldTruncate": false,
"text": "Sales / Capacity Planning", "text": "Sales",
"textAlign": "LEFT", "textAlign": "LEFT",
"textColor": "#231F20", "textColor": "#231F20",
"topRow": 8, "topRow": 2,
"truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
"type": "TEXT_WIDGET", "type": "TEXT_WIDGET",
"version": 1, "version": 1,