Add info to the remaining node inspector sections#969
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds info tooltips to the remaining node inspector sections by introducing a generic section_info_tooltip component and integrating it into the section headers. The changes consolidate tooltip functionality across multiple sections (Streams, Async Jobs, and Callback Traces) by replacing a section-specific tooltip with a reusable generic component.
Changes:
- Added
title_sub_panelslot to thecollapsible_sectioncomponent to support displaying content next to section titles - Created a new generic
section_info_tooltipcomponent that displays an info icon with a configurable tooltip - Removed the section-specific
streams_info_tooltipcomponent and replaced it with the generic component - Updated the Streams, Async Jobs, and Callback Traces sections to use the new
section_info_tooltipcomponent with appropriate help text - Added
title_classstyling attribute to sections to properly space the title and tooltip together
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| lib/live_debugger/app/web/components.ex | Added title_sub_panel slot to collapsible_section and created new generic section_info_tooltip component |
| lib/live_debugger/app/debugger/streams/web/components.ex | Removed section-specific streams_info_tooltip and updated to use new generic component via title_sub_panel slot |
| lib/live_debugger/app/debugger/callback_tracing/web/node_traces_live.ex | Added info tooltip to Callback Traces section using new generic component |
| lib/live_debugger/app/debugger/async_jobs/web/async_jobs_live.ex | Added info tooltip to Async Jobs section using new generic component |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
kraleppa
approved these changes
Apr 10, 2026
hhubert6
approved these changes
Apr 13, 2026
Contributor
hhubert6
left a comment
There was a problem hiding this comment.
You can move info icon of temporary assigns to the left as well
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.