-
-
Notifications
You must be signed in to change notification settings - Fork 727
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
commonlib: Add indicator for new output to TabbedOutputPanel
#6198
Conversation
Fixed Issues (3)Great job! The following issues were fixed in this Pull Request
|
When there's a single output tab the indicator does not disappear. |
d014d9f
to
fc803f5
Compare
Thank you, added a mouse listener to the text output so the indicator disappears when the mouse enters the output panel. Some implementation notes:
|
addOns/commonlib/src/main/java/org/zaproxy/addon/commonlib/ui/TabbedOutputPanel.java
Outdated
Show resolved
Hide resolved
Signed-off-by: ricekot <git@ricekot.com>
fc803f5
to
bdfc65a
Compare
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.
Still LGTM
Thank you! |
A green dot is added to the top right corner of tab icons in the tabbed output panel when new output is appended to those tabs.
The changelog was not updated because the tabbed output panel hasn't been released yet and there's already a note about it.
Partially addresses #6044 (comment).