Merge branch 'main' into rtViz

This commit is contained in:
2025-04-09 18:36:51 +05:30
20 changed files with 575 additions and 299 deletions

View File

@@ -246,7 +246,7 @@ const Panel: React.FC<PanelProps> = ({
// Calculate capacities and dimensions
const topWidth = getPanelStyle("top").width;
const bottomWidth = getPanelStyle("bottom").width;
const bottomWidth = getPanelStyle("bottom").height;
const leftHeight = getPanelStyle("left").height;
const rightHeight = getPanelStyle("right").height;