Skip to content

Memory > Diff: UX improvements. #5015

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

Merged
merged 22 commits into from
Jan 10, 2023
Merged

Conversation

polina-c
Copy link
Contributor

@polina-c polina-c commented Jan 8, 2023

  1. Move class filter from control pane to column header to make it discoverable (see session 5 in go/devtools-memory-diff-ux-research)

  2. Update diff guidance to require understanding of memory concepts

  3. Move word 'snapshot' from documentation item to tab header

  4. Add noun to each tab header to make them more verbose:

    • before: Profile, Diff, Trace
    • after: Profile Memory, Diff Snapshots, Trace Instances
Screen.Recording.2023-01-08.at.8.15.11.AM.mov

Screenshot 2023-01-08 at 8 26 27 AM

@polina-c polina-c requested review from bkonyi and a team as code owners January 8, 2023 16:31
@polina-c polina-c changed the title Diff UX improvements. Memory > Diff: UX improvements. Jan 8, 2023
@polina-c polina-c requested a review from CoderDake as a code owner January 8, 2023 16:38
@polina-c
Copy link
Contributor Author

polina-c commented Jan 8, 2023

@CoderDake

@melyndahoover

Comment on lines 241 to 244
_columnStore.putIfAbsent(
'${identityHashCode(classFilterButton)}',
() => _ClassesTableDiffColumns(classFilterButton),
);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is confusing. Why do we have a column store where we store a set of columns based on a widget's hash code?

This reverts commit d7c42e2.
@polina-c polina-c merged commit ab13047 into flutter:master Jan 10, 2023
@polina-c polina-c deleted the diff-ux2-filter branch January 10, 2023 17:49
@CoderDake CoderDake mentioned this pull request Jan 24, 2023
7 tasks
@DartDevtoolWorkflowBot DartDevtoolWorkflowBot mentioned this pull request Jan 24, 2023
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants