Frontmatter
| id | 8022 |
| title | Refactor AgentOS Viewport: Modularize Components |
| state | Closed |
| labels | enhancementstaleairefactoringarchitecture |
| assignees | tobiu |
| createdAt | Dec 4, 2025, 4:36 AM |
| updatedAt | Mar 19, 2026, 4:58 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8022 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | 7918 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 19, 2026, 4:58 AM |
The
Viewport.mjsfile is becoming overloaded. Refactor theitems(Toolbar, Dashboard, Panels) into their own dedicated component files (e.g.,view/main/Toolbar.mjs,view/dashboard/Panel.mjs). This promotes separation of concerns and cleaner code.