Skip to content

Conversation

@JonasBa
Copy link
Member

@JonasBa JonasBa commented Jan 22, 2026

Applies the flex codemod to files owned by @getsentry/issue-workflow.

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jan 22, 2026
@JonasBa JonasBa marked this pull request as ready for review January 22, 2026 23:09
@JonasBa JonasBa requested a review from a team as a code owner January 22, 2026 23:09
Copy link
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.

<DenseTagItem key={tag.key} tag={tag} colors={theme.chart.getColorPalette(4)} />
))}
</DenseTagsGrid>
</Container>
Copy link
Contributor

Choose a reason for hiding this comment

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

Grid subgrid layout broken by Container replacement

High Severity

Replacing DenseTagsGrid with Container breaks the CSS Grid subgrid layout. The removed component had display: contents which is critical for allowing child TagRow elements to participate in the parent Grid's column structure. The Container component doesn't support display: contents and defaults to block display, preventing TagRow from properly using grid-template-columns: subgrid and grid-column: 1 / -1, which will break the tag table layout.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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