Anchor the meeting panel at bottom center - #7651
Merged
Merged
Conversation
There was a problem hiding this comment.
All reported issues were addressed across 4 files
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
ComputelessComputer
force-pushed
the
fix/anlg-383-floating-panel-placement
branch
from
September 16, 2026 23:47
3459b9d to
743dc8d
Compare
There was a problem hiding this comment.
All reported issues were addressed across 4 files (changes from recent commits).
Tip: Review your code locally with the cubic CLI to iterate faster.
Re-trigger cubic
ComputelessComputer
force-pushed
the
fix/anlg-383-floating-panel-placement
branch
from
September 17, 2026 06:13
92f8536 to
11df1cb
Compare
ComputelessComputer
added this pull request to stack #7665
September 17, 2026 06:13
Expand toward available screen space and preserve the chosen edge on collapse across macOS and Windows/Linux. Add placement regression tests. ANLG-383.
Reset new panel orientation and restore compact coordinates after edge clamping. Respect user movement and cover collapse regressions in Swift and Rust. ANLG-383.
ComputelessComputer
force-pushed
the
fix/anlg-383-floating-panel-placement
branch
from
September 17, 2026 07:13
11df1cb to
8ea9662
Compare
Invalidate the saved compact origin when Windows or Linux moves the expanded panel, including a drag away and back.
ComputelessComputer
deleted the
fix/anlg-383-floating-panel-placement
branch
September 17, 2026 08:25
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.
Expand toward available screen space and preserve the chosen edge on collapse across macOS and Windows/Linux. Add placement regression tests. ANLG-383.
Summary by cubic
Anchors the meeting panel to the bottom center of the work area instead of the top right, and preserves the chosen expansion edge when the panel expands or collapses (ANLG-383). The panel expands toward the side with more room, remembers that direction across resizes, resets it on new panels, and restores the unclamped position when collapsing from a screen edge. Dragging the expanded panel on Windows or Linux now forgets the saved compact origin, so moving it away and back no longer snaps it back to the old spot. Includes regression tests for macOS and Windows/Linux placement logic.
Written for commit c0baf06. Summary will update on new commits.