-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New Log Details: Support multiple log details displayed #108327
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
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.
Oh, good find! That can definitely be improved.
Yeah, search is ok. The highlight to disable are line filters. To test, use a line filter and see the differences with and without highlighting. |
205c3bd
to
8b5efa0
Compare
Unfortunately, the tab flickering comes from the tabs component with suffix. Flickering.mov |
* LogLine: optionally highlight search based on syntax highlighting state * Log Details: support multiple details open * Translations * Add test * LogLine: allow to highlight frontend searches * LogLine: improve hover vs details displayed colors * LogLineDetails: add scroll to log line option and improve toggling behavior * Translations * LogLineDetails: prevent sidebar re-rendering * LogLineDetails: more tests
Part of #99075, this PR adds support for multiple displayed fields. For the Sidebar, it displays them as tabs. For inline, they are individually toggled.
Additional change: the
syntax highlighting
option controls the highlight of search words when string filters are used. Closes #68572Demo:
Demo.mov