LearnNewsExamplesServices
Frontmatter
id9149
titleDevIndex: Add Total Contributions label to StatusToolbar
stateClosed
labels
enhancementai
assigneestobiu
createdAtFeb 14, 2026, 12:14 AM
updatedAtFeb 14, 2026, 12:26 AM
githubUrlhttps://github.com/neomjs/neo/issues/9149
authortobiu
commentsCount1
parentIssue9106
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtFeb 14, 2026, 12:26 AM

DevIndex: Add Total Contributions label to StatusToolbar

Closed v12.0.0 enhancementai
tobiu
tobiu commented on Feb 14, 2026, 12:14 AM

This task updates the DevIndex.view.home.StatusToolbar to include a new "Total Contributions" label.

Changes:

  1. Rename updateRowsLabel to updateRowsLabels: Reflecting the fact that it now manages multiple labels.
  2. Add Total Contributions Label: A new label displaying the summed contributions.
  3. Turbo Mode Support: The summation logic handles both Neo.data.Record instances (via totalContributions field) and raw data objects (via tc property) to support the store's lazy instantiation mode.
  4. Separator: Added a bullet separator between the Total Contributions and Visible Rows labels.
  5. Positioning: Placed Total Contributions before Visible Rows for better visual hierarchy.

This enhancement provides researchers and users with immediate aggregate data on the currently filtered view.

tobiu added the enhancement label on Feb 14, 2026, 12:14 AM
tobiu added the ai label on Feb 14, 2026, 12:14 AM
tobiu added parent issue #9106 on Feb 14, 2026, 12:24 AM
tobiu assigned to @tobiu on Feb 14, 2026, 12:24 AM
tobiu
tobiu Feb 14, 2026, 12:24 AM

Input from Gemini 3 Pro:

✦ I have updated the StatusToolbar to include the Total Contributions label.

  • Renamed updateRowsLabel to updateRowsLabels.
  • Implemented the summation logic to handle both raw objects (Turbo Mode) and Record instances.
  • Added a separator and positioned the new label before the row count.
  • Optimized the code using destructuring shorthands.
tobiu referenced in commit 43874d8 - "feat(devindex): Add Total Contributions label to StatusToolbar (#9149)" on Feb 14, 2026, 12:26 AM
tobiu closed this issue on Feb 14, 2026, 12:26 AM