From e9e953b829d89957960a0287f22d8b0288e1a0bf Mon Sep 17 00:00:00 2001 From: ivarsbariss Date: Tue, 27 Jan 2026 13:02:31 +0100 Subject: [PATCH] Unify navigation and heading positioning --- .gitignore | 2 ++ pages/Home/widgets/Chart1.json | 2 +- pages/Home/widgets/Chart2.json | 2 +- pages/Sales - Units Shipped/widgets/Heading.json | 4 ++-- pages/Sales/widgets/Heading.json | 10 +++++----- 5 files changed, 11 insertions(+), 9 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8c6d268 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Cursor AI reference documentation (internal use only) +.cursor/ diff --git a/pages/Home/widgets/Chart1.json b/pages/Home/widgets/Chart1.json index e03537a..76b5171 100644 --- a/pages/Home/widgets/Chart1.json +++ b/pages/Home/widgets/Chart1.json @@ -111,7 +111,7 @@ "responsiveBehavior": "fill", "rightColumn": 30, "showDataPointLabel": false, - "topRow": 5, + "topRow": 2, "type": "CHART_WIDGET", "version": 1, "widgetId": "bkkgqululk", diff --git a/pages/Home/widgets/Chart2.json b/pages/Home/widgets/Chart2.json index b345b09..849cfe1 100644 --- a/pages/Home/widgets/Chart2.json +++ b/pages/Home/widgets/Chart2.json @@ -112,7 +112,7 @@ "responsiveBehavior": "fill", "rightColumn": 61, "showDataPointLabel": false, - "topRow": 4, + "topRow": 2, "type": "CHART_WIDGET", "version": 1, "widgetId": "1d2av7y5u4", diff --git a/pages/Sales - Units Shipped/widgets/Heading.json b/pages/Sales - Units Shipped/widgets/Heading.json index 97f6d97..e23646e 100644 --- a/pages/Sales - Units Shipped/widgets/Heading.json +++ b/pages/Sales - Units Shipped/widgets/Heading.json @@ -1,7 +1,7 @@ { "animateLoading": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 7, + "bottomRow": 10, "dynamicBindingPathList": [ { "key": "truncateButtonColor" @@ -30,7 +30,7 @@ "mobileRightColumn": 17, "mobileTopRow": 1, "needsErrorInfo": false, - "originalBottomRow": 7, + "originalBottomRow": 10, "originalTopRow": 2, "overflow": "NONE", "parentColumnSpace": 25.109375, diff --git a/pages/Sales/widgets/Heading.json b/pages/Sales/widgets/Heading.json index c64c6f9..61183d3 100644 --- a/pages/Sales/widgets/Heading.json +++ b/pages/Sales/widgets/Heading.json @@ -1,7 +1,7 @@ { "animateLoading": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 16, + "bottomRow": 10, "dynamicBindingPathList": [ { "key": "truncateButtonColor" @@ -30,8 +30,8 @@ "mobileRightColumn": 17, "mobileTopRow": 1, "needsErrorInfo": false, - "originalBottomRow": 16, - "originalTopRow": 8, + "originalBottomRow": 10, + "originalTopRow": 2, "overflow": "NONE", "parentColumnSpace": 25.109375, "parentId": "0", @@ -40,10 +40,10 @@ "responsiveBehavior": "fill", "rightColumn": 17, "shouldTruncate": false, - "text": "Sales / Capacity Planning", + "text": "Sales", "textAlign": "LEFT", "textColor": "#231F20", - "topRow": 8, + "topRow": 2, "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", "type": "TEXT_WIDGET", "version": 1,