Frontmatter
| id | 9035 |
| title | Feat: GitHubOrgs Component & Grid Column |
| state | Closed |
| labels | aifeature |
| assignees | tobiu |
| createdAt | Feb 7, 2026, 8:39 PM |
| updatedAt | Feb 7, 2026, 8:44 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9035 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8930 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 7, 2026, 8:44 PM |
Feat: GitHubOrgs Component & Grid Column
tobiu added parent issue #8930 on Feb 7, 2026, 8:39 PM

tobiu
Feb 7, 2026, 8:44 PM
Input from Gemini 3 Pro:
✦ Implemented
GitHubOrgscomponent and grid column.
- Created
src/component/GitHubOrgs.mjs.- Created
src/grid/column/GitHubOrgs.mjs.- Added styles in
resources/scss/src/component/GitHubOrgs.scss.- Registered new column type in
src/grid/Container.mjs.- Updated
DevRank.view.GridContainerto use the new column type.Changes pushed to
dev.
tobiu closed this issue on Feb 7, 2026, 8:44 PM
tobiu assigned to @tobiu on Feb 7, 2026, 8:44 PM
src/component/GitHubOrgs.mjs(renders list of orgs).src/grid/column/GitHubOrgs.mjs(column type).resources/scss/src/component/GitHubOrgs.scss.src/grid/Container.mjs.apps/devrank/view/GridContainer.mjs.