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

Highlight settings tab button if image annotation opacity is 0 #457

Open
mzur opened this issue Jun 2, 2022 · 1 comment · May be fixed by #1009
Open

Highlight settings tab button if image annotation opacity is 0 #457

mzur opened this issue Jun 2, 2022 · 1 comment · May be fixed by #1009
Assignees

Comments

@mzur
Copy link
Member

mzur commented Jun 2, 2022

The keyboard shortcut o sets the annotation opacity to 0 in the image annotation tool. Highlight the settings tab with the color-info in this case, so it is clear that there are hidden annotations.

@mzur
Copy link
Member Author

mzur commented Jun 12, 2024

The annotation tool settings tab is here. You can control the highlight state with the :highlight attribute like with the annotation modes tab.

The settings state is available in the annotatorContainer. You could add a new computed property that becomes true if the opacity is 0 and then control the :highlight attribute with it.

Here is the section of the developing instructions on how to build the JS assets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Medium Priority
2 participants