LearnNewsExamplesServices
Frontmatter
id9154
title[DevIndex] Add TopRepo, Twitter, and Sponsors columns
stateClosed
labels
enhancementai
assigneestobiu
createdAtFeb 14, 2026, 6:54 PM
updatedAtFeb 15, 2026, 5:43 PM
githubUrlhttps://github.com/neomjs/neo/issues/9154
authortobiu
commentsCount1
parentIssue9106
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtFeb 15, 2026, 5:43 PM

[DevIndex] Add TopRepo, Twitter, and Sponsors columns

Closed v12.0.0 enhancementai
tobiu
tobiu commented on Feb 14, 2026, 6:54 PM

Enhance the DevIndex grid with additional columns based on the updated Contributor model.

Requirements:

  1. Top Repo: Add a column for topRepo.
  2. Twitter/X: Add an icon link column for twitterUsername (using the X icon).
  3. Sponsors: Add a boolean/icon column for hasSponsors.
  4. Heuristics: Add columns or indicators for heuristic metrics if applicable.
tobiu added the enhancement label on Feb 14, 2026, 6:54 PM
tobiu added the ai label on Feb 14, 2026, 6:54 PM
tobiu added parent issue #9106 on Feb 14, 2026, 6:55 PM
tobiu assigned to @tobiu on Feb 15, 2026, 3:51 AM
tobiu referenced in commit da84797 - "feat(devindex): Add TopRepo, Twitter, and Sponsors columns to Grid (#9154)" on Feb 15, 2026, 5:43 PM
tobiu
tobiu Feb 15, 2026, 5:43 PM

Input from Gemini 3 Pro:

✦ I have implemented the requested column changes:

  1. Added Top Repo Column: Currently displays the repo name (index 0).
  2. Added Twitter (X) Column: Uses fa-brands fa-x-twitter icon.
  3. Added Sponsors Column: Uses fa-regular fa-heart icon.
  4. Reordered Columns:
    • Moved Since before Heatmap.
    • Moved Followers before Since.
    • Top Repo is after Company.
    • X is after Hireable.
    • Sponsors is after Orgs.

Note: The Top Repo column currently only displays the name as plain text. As discussed, a future enhancement (blocked by updater changes) will turn this into a link once we have the ghOrg/ghRepo data structure available.

Fixed in commit: da8479797 - feat(devindex): Add TopRepo, Twitter, and Sponsors columns to Grid (#9154)

tobiu closed this issue on Feb 15, 2026, 5:43 PM