From 7fe75a320e43e020438bdd0c75e76eded5eba946 Mon Sep 17 00:00:00 2001 From: Ben <43026681+bwp91@users.noreply.github.com> Date: Sat, 16 Nov 2024 17:06:00 +0000 Subject: [PATCH] update default dashboard layout --- CHANGELOG.md | 1 + .../app/modules/status/default-dashboard-layout.json | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31aa2586b..8e5a9a853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file. - switch from a top menu to a sidebar menu - show pairing status for bridges around the ui - consistent labels for sensor-type accessories +- update default dashboard layout ### Other Changes diff --git a/ui/src/app/modules/status/default-dashboard-layout.json b/ui/src/app/modules/status/default-dashboard-layout.json index 65cc8f5da..3d261e2a2 100644 --- a/ui/src/app/modules/status/default-dashboard-layout.json +++ b/ui/src/app/modules/status/default-dashboard-layout.json @@ -1,20 +1,20 @@ [ { - "component": "HapQrcodeWidgetComponent", + "component": "HomebridgeStatusWidgetComponent", "x": 0, "y": 0, "cols": 5, "rows": 7, - "mobileOrder": 100, + "mobileOrder": 10, "hideOnMobile": false }, { - "component": "HomebridgeStatusWidgetComponent", + "component": "ChildBridgeWidgetComponent", "x": 0, "y": 7, "cols": 5, "rows": 7, - "mobileOrder": 10, + "mobileOrder": 35, "hidePort": true, "hideOnMobile": false }, @@ -37,12 +37,12 @@ "hideOnMobile": false }, { - "component": "ChildBridgeWidgetComponent", + "component": "HapQrcodeWidgetComponent", "x": 15, "y": 9, "cols": 5, "rows": 5, - "mobileOrder": 35, + "mobileOrder": 100, "hideOnMobile": false }, {