Frontmatter
| id | 9006 |
| title | Refactor DevRank Controls Button to Header Toolbar |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Feb 5, 2026, 6:44 PM |
| updatedAt | Feb 5, 2026, 7:06 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9006 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8930 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 5, 2026, 7:06 PM |
Refactor DevRank Controls Button to Header Toolbar
tobiu added parent issue #8930 on Feb 5, 2026, 6:44 PM
tobiu assigned to @tobiu on Feb 5, 2026, 7:06 PM

tobiu
Feb 5, 2026, 7:06 PM
Input from Gemini 3 Pro:
✦ Refactored the DevRank UI to integrate the controls toggle into the global header.
Changes:
- Header Integration: Moved the "Toggle Controls" button from
ControlsContainertoHeaderToolbaras the right-most item.- Layout Logic: Centralized the slide-in/out logic in
ViewportController.mjs. The controller now directly orchestrates theGridContainerandControlsContainerstates.- Styling Update: Adjusted
ControlsContainer.scssto align with the new header layout (Top: 76px, Bottom: 16px) and removed the legacy floating button styles.- Code Cleanup: Removed the internal handler and button config from
ControlsContainer.mjs.The UI now adheres to the standard layout with a clean separation of concerns between the toolbar and the side panel.
tobiu closed this issue on Feb 5, 2026, 7:06 PM
Move the controls toggle button from the
ControlsContainer(where it was a floating button) to the application header toolbar. Adjust theControlsContainerpositioning: