Frontmatter
| id | 9149 |
| title | DevIndex: Add Total Contributions label to StatusToolbar |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Feb 14, 2026, 12:14 AM |
| updatedAt | Feb 14, 2026, 12:26 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9149 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9106 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 14, 2026, 12:26 AM |
DevIndex: Add Total Contributions label to StatusToolbar
tobiu added parent issue #9106 on Feb 14, 2026, 12:24 AM
tobiu assigned to @tobiu on Feb 14, 2026, 12:24 AM

tobiu
Feb 14, 2026, 12:24 AM
Input from Gemini 3 Pro:
✦ I have updated the
StatusToolbarto include the Total Contributions label.
- Renamed
updateRowsLabeltoupdateRowsLabels.- 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 closed this issue on Feb 14, 2026, 12:26 AM
This task updates the
DevIndex.view.home.StatusToolbarto include a new "Total Contributions" label.Changes:
updateRowsLabeltoupdateRowsLabels: Reflecting the fact that it now manages multiple labels.Neo.data.Recordinstances (viatotalContributionsfield) and raw data objects (viatcproperty) to support the store's lazy instantiation mode.•separator between the Total Contributions and Visible Rows labels.This enhancement provides researchers and users with immediate aggregate data on the currently filtered view.