-
Notifications
You must be signed in to change notification settings - Fork 336
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
Bubble and reset #2751
Bubble and reset #2751
Conversation
62025bb
to
b527460
Compare
packages/devtools_app/lib/src/memory/memory_heap_tree_view.dart
Outdated
Show resolved
Hide resolved
packages/devtools_app/lib/src/memory/memory_heap_tree_view.dart
Outdated
Show resolved
Hide resolved
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.
what is going on with the empty file goldens? probably remove them from the CL or add tests and generate real goldens.
These aren't empty github filechange shows it as empty they are different.
|
PTAL updated. |
packages/devtools_app/lib/src/memory/memory_heap_tree_view.dart
Outdated
Show resolved
Hide resolved
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.
Fixed event pane symbol displayed when a monitor allocation reset occurs.
Fixed symbols for light mode as well.
Monitor track displays (light and dark mode):
Monitor reset displays (light and dark mode):
Added a animated bubble that appears to the left of the timestamp displayed when an allocation monitor happens. On initial change detection the bubble grows like a balloon then settles back to a bubble. After 5 seconds then the bubble will disappear.