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

area/ui: Add a "Show in table" menu item to the Icicle graph's context menu #5298

Merged
merged 5 commits into from
Nov 19, 2024

Conversation

yomete
Copy link
Contributor

@yomete yomete commented Nov 19, 2024

This adds a "Show in table" menu item which will open the table visualization and then scroll to the appropriate row.

image

@yomete yomete requested a review from a team as a code owner November 19, 2024 12:07
Copy link

alwaysmeticulous bot commented Nov 19, 2024

✅ Meticulous spotted zero visual differences across 359 screens tested: view results.

Meticulous simulated ~4 hours of user flows against your PR.

Expected differences? Click here. Last updated for commit 3c6699e. This comment will update as new commits are pushed.

@@ -201,13 +201,13 @@ const CustomRowRenderer = ({
{idx === 0 && isExpanded ? (
<>
<div
className={`absolute top-0 left-0 bg-white dark:bg-indigo-500 px-1 uppercase -rotate-90 origin-top-left z-10 text-[10px] border-l border-y border-gray-200 dark:border-gray-700 text-left`}
className={`absolute top-0 left-0 bg-white dark:bg-indigo-500 px-1 uppercase -rotate-90 origin-top-left z-[9] text-[10px] border-l border-y border-gray-200 dark:border-gray-700 text-left`}
Copy link
Contributor Author

@yomete yomete Nov 19, 2024

Choose a reason for hiding this comment

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

This change fixes the z-index bug below where "callees" and "callers" is on top of the graph tooltip menu

image

@yomete yomete merged commit 1566b8b into main Nov 19, 2024
38 checks passed
@yomete yomete deleted the show-in-table branch November 19, 2024 12:55
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.

2 participants