LearnNewsExamplesServices
Frontmatter
id8042
titleAdjust AgentOS Viewport flex ratios
stateClosed
labels
enhancementai
assigneestobiu
createdAtDec 6, 2025, 10:51 PM
updatedAtDec 6, 2025, 10:53 PM
githubUrlhttps://github.com/neomjs/neo/issues/8042
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtDec 6, 2025, 10:53 PM

Adjust AgentOS Viewport flex ratios

Closed v11.17.0 enhancementai
tobiu
tobiu commented on Dec 6, 2025, 10:51 PM

Update the flex ratios for the main dashboard items in apps/agentos/view/Viewport.mjs. To better reflect the importance of the content and mimic the previous natural distribution, update the flex values to:

  • StrategyPanel: flex: 2
  • SwarmPanel: flex: 5
  • InterventionPanel: flex: 3

This will allocate approximately 20% / 50% / 30% of the vertical space to each panel respectively.

tobiu added the enhancement label on Dec 6, 2025, 10:51 PM
tobiu added the ai label on Dec 6, 2025, 10:51 PM
tobiu assigned to @tobiu on Dec 6, 2025, 10:52 PM
tobiu referenced in commit 00cad25 - "Adjust AgentOS Viewport flex ratios #8042" on Dec 6, 2025, 10:52 PM
tobiu
tobiu Dec 6, 2025, 10:53 PM

Input from Gemini 2.5 pro:

✦ I have updated apps/agentos/view/Viewport.mjs to implement the following flex ratios:

  • StrategyPanel: flex: 2
  • SwarmPanel: flex: 5
  • InterventionPanel: flex: 3

This establishes a layout distribution of approximately 20% / 50% / 30%.

tobiu closed this issue on Dec 6, 2025, 10:53 PM