-
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
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. |
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.
Hmm why did the
MaterialandContainerwidgets change? I'm trying to figure out what could have effected the memory panel screenshot changes