Skip to content
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

Advanced Settings as popover #40

Merged

Conversation

arekzaluski
Copy link
Contributor

What it does

Polish for the settings area : #27

Screenshots

Screenshot 2023-10-16 at 14 57 47
Screenshot 2023-10-16 at 14 58 01

How to test

  • Run debug and open memory inspector window
  • Select advanced settings button

Review checklist

Reminder for reviewers

media/memory-inspector.css Outdated Show resolved Hide resolved
media/memory-inspector.css Outdated Show resolved Hide resolved
media/memory-inspector.css Outdated Show resolved Hide resolved
media/memory-inspector.css Outdated Show resolved Hide resolved
src/webview/components/options-widget.tsx Outdated Show resolved Hide resolved
media/memory-inspector.css Outdated Show resolved Hide resolved
media/memory-inspector.css Outdated Show resolved Hide resolved
media/memory-inspector.css Show resolved Hide resolved
@arekzaluski
Copy link
Contributor Author

@colin-grant-work Thank you for checking and very good comments. I've addressed them:

UI after changes:
Screenshot 2023-10-17 at 10 40 00
Screenshot 2023-10-17 at 10 40 10

Copy link
Contributor

@colin-grant-work colin-grant-work left a comment

Choose a reason for hiding this comment

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

A little bit more cleanup of the showRenderOptions state:

this.state = { showRenderOptions: false };

@arekzaluski
Copy link
Contributor Author

A little bit more cleanup of the showRenderOptions state:

this.state = { showRenderOptions: false };

You are right. I've missed that it is no longer needed. I've just removed it.

@thegecko
Copy link
Contributor

Thanks @arekzaluski

Are you happy to merge this @colin-grant-work ?

@colin-grant-work colin-grant-work merged commit a814c05 into eclipse-cdt-cloud:main Oct 18, 2023
4 checks passed
@arekzaluski arekzaluski deleted the settings-popover branch October 18, 2023 16:17
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