{node.children.map((child) => {
- const fixed = getFixedHeight(child.node, registry);
const fit = child.node.type === 'panel' && child.node.fitContent;
return (
-
+
;
provider?: ComponentType<{ panelId: string; children: ReactNode }>;
transparent?: boolean;
- fixedHeight?: number;
availableOnPanel?: boolean;
// Opt out of the panel zoom control. For apps that scale badly under a CSS transform: a terminal
// (its own font sizing, and scale blurs the glyph grid) or a remote-desktop canvas (noVNC does its
diff --git a/src/workspaces/officerdev/src/index.ts b/src/workspaces/officerdev/src/index.ts
index 8a470611..70fba8ab 100644
--- a/src/workspaces/officerdev/src/index.ts
+++ b/src/workspaces/officerdev/src/index.ts
@@ -106,7 +106,6 @@ export type { DesktopViewProps } from './apps/Desktop';
export {
DashboardListApp,
DashboardPreview,
- SELECTED_DASHBOARD_KEY,
CREATING_DASHBOARD_KEY,
EDITING_DASHBOARD_KEY,
NEW_DASH_NAME_KEY,