redpanda-data / redpanda-data/console
Suggestion: Format Messages count on the screen
Open
Nobody has claimed this yet.
frontend
help wanted
- Dominant language
- TypeScript
- Stars
- 4.3k
- Forks
- 432
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 40
Description
The message count can be formatted to improve readability. For example, new Intl.NumberFormat().format(number) can be used to display it like
6,387,641 instead of 6387641
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue concerns the message-count display in the Console web UI; start by locating where that count is rendered. Verify the current display and update it so large values use grouped number formatting, then confirm the result in the relevant screen.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100