Skip to content

feat(issues): Cleanup debug meta processing column#107384

Merged
scttcper merged 1 commit intomasterfrom
scttcper/debug-issues-processing
Feb 2, 2026
Merged

feat(issues): Cleanup debug meta processing column#107384
scttcper merged 1 commit intomasterfrom
scttcper/debug-issues-processing

Conversation

@scttcper
Copy link
Copy Markdown
Member

There was a bunch of exported components that are basically just Flex. Wraps the entire column in the tooltip instead of just the icon.

before

image

after

image

There was a bunch of exported components that are basically just `Flex`. Wraps the entire column in the tooltip instead of just the icon.
@scttcper scttcper requested a review from a team January 31, 2026 00:56
@scttcper scttcper requested a review from a team as a code owner January 31, 2026 00:56
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jan 31, 2026
Copy link
Copy Markdown
Contributor

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

<Text size="sm">{t('Stack Unwinding')}</Text>
</Flex>
</Tooltip>
)}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Missing tooltip disabled prop for falsy title values

Low Severity

The Tooltip components are missing the disabled prop that was present in the old code (disabled={!details}). The getProcessingInfoTooltip function returns undefined for OK status and for ERROR/MALFORMED when details is undefined. Based on codebase patterns (e.g., button.tsx uses disabled={!title}), the Tooltip component needs explicit disabling when title is falsy. Without this, empty tooltips may appear on hover for items with OK status or when error details are not available.

Fix in Cursor Fix in Web

Copy link
Copy Markdown
Contributor

@thetruecpaul thetruecpaul left a comment

Choose a reason for hiding this comment

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

LGTM — nice cleanup!

@scttcper scttcper merged commit d8cc82d into master Feb 2, 2026
58 checks passed
@scttcper scttcper deleted the scttcper/debug-issues-processing branch February 2, 2026 19:40
shellmayr pushed a commit that referenced this pull request Feb 4, 2026
There was a bunch of exported components that are basically just `Flex`.
Wraps the entire column in the tooltip instead of just the icon.


before

<img width="867" height="278" alt="image"
src="https://github.com/user-attachments/assets/1ffec1ec-5af5-4bb2-ad46-ac7e66dc5815"
/>


after

<img width="671" height="222" alt="image"
src="https://github.com/user-attachments/assets/d4746f4f-9034-4a6b-97b3-4a57ad8751d3"
/>
jaydgoss pushed a commit that referenced this pull request Feb 12, 2026
There was a bunch of exported components that are basically just `Flex`.
Wraps the entire column in the tooltip instead of just the icon.


before

<img width="867" height="278" alt="image"
src="https://github.com/user-attachments/assets/1ffec1ec-5af5-4bb2-ad46-ac7e66dc5815"
/>


after

<img width="671" height="222" alt="image"
src="https://github.com/user-attachments/assets/d4746f4f-9034-4a6b-97b3-4a57ad8751d3"
/>
@github-actions github-actions Bot locked and limited conversation to collaborators Feb 18, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants