feat(lungo): add vertically resizable agent chat panel - #715
Merged
Conversation
misi-bp
force-pushed
the
653/expandable-chat-area
branch
from
July 24, 2026 14:41
42a1a90 to
24576e9
Compare
2 tasks
Contributor
Author
|
This will be updated (rebased) after #712 is merged, conflicts expected. |
Signed-off-by: misi-bp <mkaloczy@cisco.com>
pregnor
reviewed
Jul 27, 2026
pregnor
left a comment
Contributor
There was a problem hiding this comment.
LGTM, I will approve after the merge conflict resolution
Signed-off-by: misi-bp <mkaloczy@cisco.com>
Signed-off-by: misi-bp <mkaloczy@cisco.com>
misi-bp
force-pushed
the
653/expandable-chat-area
branch
from
July 27, 2026 14:32
24576e9 to
7304ed4
Compare
pregnor
approved these changes
Jul 27, 2026
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.
Description
This change improves the lungo main layout so the agent chat can be resized vertically against the workflow graph, similar to the existing horizontal sidebar split.
Behavior
react-resizable-panelsgroup (graph above, chat below) with a drag handle (ChatPanelSeparator).useChatPanelContentSize, then switches to fill-height so dragging the separator grows or shrinks the scrollable message region.chatPanelLayout.ts(e.g. minimum chat height, graph keeps at least ~25% of the column).Refactor
ResizablePanelSeparator(andresizablePanelLayoutconstants) extracted from the sidebar separator and reused for both sidebar and chat dividers.Scope: lungo frontend only (
RootPage,ChatArea, layout components/hooks). No API or backend changes.Issue Link
Fixes #653
Type of Change
Checklist
Manual test plan