-
Notifications
You must be signed in to change notification settings - Fork 3
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]: Hide Classbar Out of Combat #182
[Feature]: Hide Classbar Out of Combat #182
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, it's an useful addition!
Got a few things that need to be resolved before it can be merged however.
Thanks for the feedback, the issues should be addressed now. I also fixed an issue with the visibility of the bar not being updated when changing the setting, I'm not sure if my approach is correct though - let me know. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got a few more comments.
LGTM 👍 |
Adds a new checkbox option to the player class bar that enables automatic hiding based on combat state.
classbar-toggle-combat.mp4
I've done my best to follow the code style of existing widgets. Let me know if there's more to be done (localization etc.)