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

fix(ui): better defaults for trace/eval trace tree #3106

Merged
merged 4 commits into from
Nov 27, 2024

Conversation

gtarpenning
Copy link
Member

@gtarpenning gtarpenning commented Nov 27, 2024

Description

While adding support for maintaining show-annotation state, I broke the trace tree defaults. Specifically we want to be able to show or hide the trace tree when the user sets it, but default to showing when a trace is normal, or hiding when the trace is an evaluation.

Testing

test-url-param-tree

@gtarpenning gtarpenning marked this pull request as ready for review November 27, 2024 18:45
@gtarpenning gtarpenning requested review from a team as code owners November 27, 2024 18:45
@@ -237,6 +239,7 @@ function buildCallsTableColumns(
fullWidth={true}
preservePath={preservePath}
color={TEAL_600}
isEval={isEval}
Copy link
Member Author

Choose a reason for hiding this comment

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

necessary change because the opName passed into callLink can be displayName

@circle-job-mirror
Copy link

circle-job-mirror bot commented Nov 27, 2024

@gtarpenning gtarpenning enabled auto-merge (squash) November 27, 2024 19:19
@gtarpenning gtarpenning merged commit 5b08ca3 into master Nov 27, 2024
118 of 120 checks passed
@gtarpenning gtarpenning deleted the griffin/trace-tree-eval branch November 27, 2024 19:27
@github-actions github-actions bot locked and limited conversation to collaborators Nov 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants