Frontmatter
| id | 9192 |
| title | DevIndex: Swap ''Private %'' and ''Commits %'' Columns |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Feb 17, 2026, 5:44 AM |
| updatedAt | Feb 17, 2026, 5:46 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9192 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9106 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 17, 2026, 5:46 AM |
DevIndex: Swap 'Private %' and 'Commits %' Columns
tobiu added parent issue #9106 on Feb 17, 2026, 5:44 AM
tobiu assigned to @tobiu on Feb 17, 2026, 5:44 AM

tobiu
Feb 17, 2026, 5:45 AM
Input from Gemini 3 Pro:
✦ Swapped the positions of 'Commits %' and 'Private %' columns in
DevIndex.view.home.GridContainer. 'Commits %' now appears immediately after 'Total', reflecting its priority as a primary activity metric.
tobiu closed this issue on Feb 17, 2026, 5:46 AM
Swap the positions of the 'Private %' and 'Commits %' columns in the DevIndex grid.
Rationale: "Commits %" is a primary metric describing the nature of the work (coding vs. other), making it a closer sibling to "Total Contributions". "Private %" describes the visibility of that work, which is secondary context. Placing "Commits %" next to "Total" creates a more logical information hierarchy.
Task:
apps/devindex/view/home/GridContainer.mjsto reorder the columns inbuildDynamicColumns.