Vertical navigation styling adjustments

This commit is contained in:
ivarsbariss
2026-01-28 13:33:44 +01:00
parent 3288b3b37a
commit e857290270
3 changed files with 18 additions and 151 deletions

View File

@@ -1,7 +1,7 @@
{ {
"animateLoading": true, "animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 16, "bottomRow": 8,
"dynamicBindingPathList": [ "dynamicBindingPathList": [
{ {
"key": "truncateButtonColor" "key": "truncateButtonColor"
@@ -21,29 +21,29 @@
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "pii8e5rbru", "key": "pii8e5rbru",
"leftColumn": 1, "leftColumn": 13,
"maxDynamicHeight": 9000, "maxDynamicHeight": 9000,
"minDynamicHeight": 4, "minDynamicHeight": 4,
"minWidth": 450, "minWidth": 450,
"mobileBottomRow": 5, "mobileBottomRow": 5,
"mobileLeftColumn": 1, "mobileLeftColumn": 13,
"mobileRightColumn": 17, "mobileRightColumn": 64,
"mobileTopRow": 1, "mobileTopRow": 1,
"needsErrorInfo": false, "needsErrorInfo": false,
"originalBottomRow": 16, "originalBottomRow": 8,
"originalTopRow": 8, "originalTopRow": 0,
"overflow": "NONE", "overflow": "NONE",
"parentColumnSpace": 25.109375, "parentColumnSpace": 25.109375,
"parentId": "0", "parentId": "0",
"parentRowSpace": 10, "parentRowSpace": 10,
"renderMode": "CANVAS", "renderMode": "CANVAS",
"responsiveBehavior": "fill", "responsiveBehavior": "fill",
"rightColumn": 17, "rightColumn": 64,
"shouldTruncate": false, "shouldTruncate": false,
"text": "Sales / Capacity Planning", "text": "Sales",
"textAlign": "LEFT", "textAlign": "LEFT",
"textColor": "#231F20", "textColor": "#231F20",
"topRow": 8, "topRow": 0,
"truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
"type": "TEXT_WIDGET", "type": "TEXT_WIDGET",
"version": 1, "version": 1,

View File

@@ -1,133 +0,0 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 7,
"boxShadow": "none",
"buttonVariant": "PRIMARY",
"childStylesheet": {
"button": {
"buttonColor": "#020618"
}
},
"dynamicBindingPathList": [
{
"key": "borderRadius"
}
],
"dynamicTriggerPathList": [
{
"key": "groupButtons.homeBtn.onClick"
},
{
"key": "groupButtons.salesMenu.menuItems.salesOverview.onClick"
},
{
"key": "groupButtons.salesMenu.menuItems.capacityPlanning.onClick"
},
{
"key": "groupButtons.salesMenu.menuItems.unitsShipped.onClick"
},
{
"key": "groupButtons.marketingBtn.onClick"
}
],
"flexVerticalAlignment": "start",
"groupButtons": {
"homeBtn": {
"buttonColor": "#020618",
"buttonType": "SIMPLE",
"iconName": "home",
"id": "homeBtn",
"index": 0,
"isDisabled": false,
"isVisible": true,
"label": "Home",
"menuItems": {},
"onClick": "{{navigateTo('Home', {}, 'SAME_WINDOW')}}"
},
"salesMenu": {
"buttonColor": "#020618",
"buttonType": "MENU",
"iconName": "trending-up",
"id": "salesMenu",
"index": 1,
"isDisabled": false,
"isVisible": true,
"label": "Sales",
"menuItems": {
"salesOverview": {
"backgroundColor": "#020618",
"iconAlign": "left",
"iconColor": "#FFFFFF",
"iconName": "dashboard",
"id": "salesOverview",
"index": 0,
"isDisabled": false,
"isVisible": true,
"label": "Overview",
"onClick": "{{navigateTo('Sales', {}, 'SAME_WINDOW')}}",
"textColor": "#FFFFFF"
},
"capacityPlanning": {
"backgroundColor": "#020618",
"iconAlign": "left",
"iconColor": "#FFFFFF",
"iconName": "calendar",
"id": "capacityPlanning",
"index": 1,
"isDisabled": false,
"isVisible": true,
"label": "Capacity Planning",
"onClick": "{{navigateTo('Sales - Capacity Planning', {}, 'SAME_WINDOW')}}",
"textColor": "#FFFFFF"
},
"unitsShipped": {
"backgroundColor": "#020618",
"iconAlign": "left",
"iconColor": "#FFFFFF",
"iconName": "box",
"id": "unitsShipped",
"index": 2,
"isDisabled": false,
"isVisible": true,
"label": "Units Shipped",
"onClick": "{{navigateTo('Sales - Units Shipped', {}, 'SAME_WINDOW')}}",
"textColor": "#FFFFFF"
}
}
},
"marketingBtn": {
"buttonColor": "#020618",
"buttonType": "SIMPLE",
"iconName": "megaphone",
"id": "marketingBtn",
"index": 2,
"isDisabled": false,
"isVisible": true,
"label": "Marketing",
"menuItems": {},
"onClick": "{{navigateTo('Marketing', {}, 'SAME_WINDOW')}}"
}
},
"isLoading": false,
"isVisible": true,
"key": "nav2btngrp",
"leftColumn": 0,
"minWidth": 450,
"mobileBottomRow": 7,
"mobileLeftColumn": 0,
"mobileRightColumn": 64,
"mobileTopRow": 0,
"orientation": "horizontal",
"parentColumnSpace": 25.109375,
"parentId": "0",
"parentRowSpace": 10,
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 64,
"topRow": 0,
"type": "BUTTON_GROUP_WIDGET",
"version": 1,
"widgetId": "nav2btngrp002",
"widgetName": "Navigation"
}

View File

@@ -4,7 +4,7 @@
"borderColor": "#E0DEDE", "borderColor": "#E0DEDE",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"borderWidth": "1", "borderWidth": "1",
"bottomRow": 104, "bottomRow": 94,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"cachedTableData": {}, "cachedTableData": {},
"canFreezeColumn": true, "canFreezeColumn": true,
@@ -90,15 +90,15 @@
"isVisibleSearch": true, "isVisibleSearch": true,
"key": "o9k9wp97q1", "key": "o9k9wp97q1",
"label": "Data", "label": "Data",
"leftColumn": 1, "leftColumn": 13,
"minWidth": 450, "minWidth": 450,
"mobileBottomRow": 31, "mobileBottomRow": 31,
"mobileLeftColumn": 1, "mobileLeftColumn": 13,
"mobileRightColumn": 35, "mobileRightColumn": 64,
"mobileTopRow": 3, "mobileTopRow": 10,
"needsErrorInfo": false, "needsErrorInfo": false,
"originalBottomRow": 104, "originalBottomRow": 94,
"originalTopRow": 20, "originalTopRow": 10,
"parentColumnSpace": 11.265625, "parentColumnSpace": 11.265625,
"parentId": "0", "parentId": "0",
"parentRowSpace": 10, "parentRowSpace": 10,
@@ -230,11 +230,11 @@
}, },
"renderMode": "CANVAS", "renderMode": "CANVAS",
"responsiveBehavior": "fill", "responsiveBehavior": "fill",
"rightColumn": 63, "rightColumn": 64,
"searchKey": "", "searchKey": "",
"tableData": "{{capacity_display_all.data}}", "tableData": "{{capacity_display_all.data}}",
"textSize": "0.875rem", "textSize": "0.875rem",
"topRow": 20, "topRow": 10,
"totalRecordsCount": 0, "totalRecordsCount": 0,
"type": "TABLE_WIDGET_V2", "type": "TABLE_WIDGET_V2",
"version": 2, "version": 2,