Skip to content

Tech preview badge is not rendered on status bar buttons #1563

Description

@simihartstein

Describe the bug

When I create StatusBarItemUtilities.createCustomItem with the badgeKind property set to "technical-preview" it does not render the yellow badge.

To Reproduce

StatusBarItemUtilities.createCustomItem({...,  badgeKind: "technical-preview" })

Expected Behavior

I would expect the status bar button to have the yellow badge like when I add it to the toolbar with

ToolbarItemUtilities.createGroupItem({..., badgeKind: "technical-preview"});
Image

Screenshots

Image

Desktop (please complete the applicable information)

"@itwin/appui-react": 5.30.0

Additional context

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions