-
Notifications
You must be signed in to change notification settings - Fork 390
Add Reconnect button to embedded disconnect overlay and restore VM service connection after sleep/wake #9693
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
base: master
Are you sure you want to change the base?
Changes from all commits
19ac712
4e2c4c3
ea66c0f
8260a7c
51c7db0
3741e50
6603abc
9b02e56
76b4774
0bb0e49
2e22f97
f004e45
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In the overlay stacking fix I changed the wrapper structure (Positioned.fill + Material) and moved the background color from Container to Material. The behavior should be equivalent, but that kind of wrapper change can still cause screenshot/golden diffs like memory_diff.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hmm why the change to Position.filled? Can we revert back to Material + Container or is using Position.filled necessary?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Positioned.fill is the part that fixes the overlay stacking issue, so I kept that. I reverted the visual wrapper shape back to Material + Container to minimize unintended screenshot churn, so now it is Positioned.fill -> Material -> Container(color: surface).
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hmm maybe I missed something, but what stacking issue are you referring to? (Screenshots would help). I thought this PR was just for adding a reconnect button
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The Positioned.fill change was intended to make the disconnect overlay explicitly full-screen in the overlay stack (covering all bounds and blocking underlying interactions). It wasn’t for visuals. That said, since this PR is reconnect-focused and we don’t have a concrete repro in this thread, I reverted it to keep scope tight. I can follow up separately with a focused stacking fix plus screenshots/repro if needed. |
Uh oh!
There was an error while loading. Please reload this page.