From 76b50dd126cb329c66b205dc041b8b716d754161 Mon Sep 17 00:00:00 2001 From: "Software Lead (Base Station)" Date: Sat, 1 Aug 2026 12:43:55 -0400 Subject: [PATCH] Updated presets --- src/app/page.tsx | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e36b401..3b2c646 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,14 +50,19 @@ const layouts = [ direction: 'row', first: { direction: 'column', - first: 'mapView:1', - second: 'waypointList:2', + first: 'orientationDisplay:1', + second: { + direction: 'row', + first: 'mapView:2', + second: 'motorStatusPanel:3', + splitPercentage: 60, + }, splitPercentage: 60, }, second: { direction: 'column', - first: 'videoControls:3', - second: 'armControlPanel:4', + first: 'videoControls:4', + second: 'armControlPanel:5', splitPercentage: 50, }, splitPercentage: 60, @@ -67,26 +72,21 @@ const layouts = [ first: { direction: 'column', first: 'motorStatusPanel:1', - second: 'pdbRails:2', + second: { + direction: 'row', + first: 'pdbRails:2', + second: 'networkHealthMonitor:3', + splitPercentage: '50', + }, splitPercentage: 60, }, second: { direction: 'row', - first: { - direction: 'column', - first: 'networkHealthMonitor:3', - second: 'rosMonitor:4', - splitPercentage: 60 - }, - second: { - direction: 'column', - first: 'antennaControlPanel:5', - second: 'nodeStatusPanel:6', - splitPercentage: 20, - }, - splitPercentage: 50, + first: 'webRTCClient:4', + second: 'nodeStatusPanel:5', + splitPercentage: 70, }, - splitPercentage: 35, + splitPercentage: 30, }, { direction: 'row',