Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NcCounterBubble] RFE: Tooltip with unshortened value #6394

Open
oldnomad opened this issue Jan 18, 2025 · 0 comments · May be fixed by #6395
Open

[NcCounterBubble] RFE: Tooltip with unshortened value #6394

oldnomad opened this issue Jan 18, 2025 · 0 comments · May be fixed by #6395
Assignees
Labels
2. developing Work in progress design Design, UX, interface and interaction design enhancement New feature or request feature: userbubble Related to the userbubble component
Milestone

Comments

@oldnomad
Copy link

Bug Description

Currently, NcCounterBubble by default displays a shortened value (NumberFormat options { notation: 'compact', compactDisplay: 'short' }). This makes the bubble compact, but, on the other hand, the user has no way to see the exact value if it's over 999.

It would be helpful to have a tooltip displaying unshortened value (either raw, or formatted to the locale, but with { notation: 'standard' }).

For raw counter bubble this tooltip will be replicating the bubble contents, but I see no downsides in this.

Of course, app writers can implement this functionality themselves, using tooltip directive, but I feel that this is a common enough case to be in the libraries. This is analogous to NcDateTime displaying full time in tooltip.

@ShGKme ShGKme linked a pull request Jan 18, 2025 that will close this issue
3 tasks
@susnux susnux added enhancement New feature or request design Design, UX, interface and interaction design feature: userbubble Related to the userbubble component labels Jan 18, 2025
@susnux susnux added this to the 8.23.0 milestone Jan 18, 2025
@susnux susnux added the 2. developing Work in progress label Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2. developing Work in progress design Design, UX, interface and interaction design enhancement New feature or request feature: userbubble Related to the userbubble component
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants