-
-
Notifications
You must be signed in to change notification settings - Fork 202
DevIndex: Add Total Contributions label to StatusToolbar #9149
Copy link
Copy link
Closed
Labels
Description
This task updates the DevIndex.view.home.StatusToolbar to include a new "Total Contributions" label.
Changes:
- Rename
updateRowsLabeltoupdateRowsLabels: Reflecting the fact that it now manages multiple labels. - Add Total Contributions Label: A new label displaying the summed contributions.
- Turbo Mode Support: The summation logic handles both
Neo.data.Recordinstances (viatotalContributionsfield) and raw data objects (viatcproperty) to support the store's lazy instantiation mode. - Separator: Added a bullet
•separator between the Total Contributions and Visible Rows labels. - 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.
Reactions are currently unavailable