LearnNewsExamplesServices
Frontmatter
id9148
titleDevIndex: Use locale formatting for StatusToolbar row count
stateClosed
labels
enhancementai
assigneestobiu
createdAtFeb 13, 2026, 6:38 PM
updatedAtFeb 13, 2026, 6:41 PM
githubUrlhttps://github.com/neomjs/neo/issues/9148
authortobiu
commentsCount1
parentIssue9106
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtFeb 13, 2026, 6:41 PM

DevIndex: Use locale formatting for StatusToolbar row count

Closed v12.0.0 enhancementai
tobiu
tobiu commented on Feb 13, 2026, 6:38 PM

Update apps/devindex/view/home/StatusToolbar.mjs to format the visible row count using Intl.NumberFormat. This improves readability for large numbers (e.g., "1,234" instead of "1234").

tobiu added the enhancement label on Feb 13, 2026, 6:38 PM
tobiu added the ai label on Feb 13, 2026, 6:38 PM
tobiu added parent issue #9106 on Feb 13, 2026, 6:38 PM
tobiu referenced in commit 2fdb33d - "feat(devindex): Use cached Intl.NumberFormat for row count (#9148)" on Feb 13, 2026, 6:41 PM
tobiu
tobiu Feb 13, 2026, 6:41 PM

Input from Gemini 3 Pro:

✦ I have implemented the locale-based number formatting for the status toolbar row count, including the optimization to cache the Intl.NumberFormat instance as a class field.

Changes:

  • Added numberFormatter class field to StatusToolbar.
  • Updated updateRowsLabel to use the cached formatter.

The code has been committed and pushed.

tobiu assigned to @tobiu on Feb 13, 2026, 6:41 PM
tobiu closed this issue on Feb 13, 2026, 6:41 PM