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

Refactor Name/Value Grids #406

Merged
merged 2 commits into from
Oct 20, 2023
Merged

Refactor Name/Value Grids #406

merged 2 commits into from
Oct 20, 2023

Conversation

tlmii
Copy link
Member

@tlmii tlmii commented Oct 19, 2023

Resolves #374

Creates two new components:

  • <GridValue /> that handles the display of values in our various grids, including support for masking, copying values, trimming overflow, tooltips and search highlighting
  • <PropertyGrid /> that handles our common Name/Value display paradigm, including using <GridValue /> for both Name and Value, and enabling value to be masked

Then converts the EnvironmentVariables, LogDetailsDialog and SpanDetailsDialog dialogs to make use of the above.

There are a few minor styling changes, but overall the end user impact is just that all three dialogs work the same now in terms of sizing, spacing, tooltips, etc.

@tlmii tlmii merged commit a420bc7 into dotnet:main Oct 20, 2023
4 checks passed
@tlmii tlmii deleted the dev/refactor-key-value-grids branch October 20, 2023 02:03
@github-actions github-actions bot locked and limited conversation to collaborators May 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable tool tips for tracing details view
3 participants