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

feature request: SceneToolbarButton should support text and tooltips #862

Open
joeblubaugh opened this issue Aug 7, 2024 · 0 comments
Open
Labels
type/enhancement New feature or request type/feature-request usecase/app-plugins Needed for scene app plugins

Comments

@joeblubaugh
Copy link

SceneToolbarButton has a state object:

interface ToolbarButtonState extends SceneObjectState {
    icon: IconName;
    onClick: () => void;
}

but this doesn't support a text value, which is a pretty important usability and accessibility feature. It also doesn't support a tooltip, so hovering also can't be used to understand the control's function.

The rendered HTML also doesn't include information that can be used to understand the button's purpose.

@joeblubaugh joeblubaugh added type/enhancement New feature or request usecase/app-plugins Needed for scene app plugins type/feature-request labels Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement New feature or request type/feature-request usecase/app-plugins Needed for scene app plugins
Projects
None yet
Development

No branches or pull requests

1 participant