Frontmatter
| id | 8042 |
| title | Adjust AgentOS Viewport flex ratios |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Dec 6, 2025, 10:51 PM |
| updatedAt | Dec 6, 2025, 10:53 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8042 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 6, 2025, 10:53 PM |
Adjust AgentOS Viewport flex ratios
tobiu assigned to @tobiu on Dec 6, 2025, 10:52 PM

tobiu
Dec 6, 2025, 10:53 PM
Input from Gemini 2.5 pro:
✦ I have updated
apps/agentos/view/Viewport.mjsto implement the following flex ratios:
- StrategyPanel:
flex: 2- SwarmPanel:
flex: 5- InterventionPanel:
flex: 3This establishes a layout distribution of approximately 20% / 50% / 30%.
tobiu closed this issue on Dec 6, 2025, 10:53 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:flex: 2flex: 5flex: 3This will allocate approximately 20% / 50% / 30% of the vertical space to each panel respectively.