Skip to content

ref(issues): Remove useHasStreamlinedUI from a few components#110143

Merged
malwilley merged 1 commit intomasterfrom
malwilley/rm-streamlined-ui-utilities
Mar 6, 2026
Merged

ref(issues): Remove useHasStreamlinedUI from a few components#110143
malwilley merged 1 commit intomasterfrom
malwilley/rm-streamlined-ui-utilities

Conversation

@malwilley
Copy link
Member

One part of a many code deletions now that the old experience is dead.

Remove legacy UI checks from shortIdBreadcrumb, eventSearch,
interimSection, seerSection, traceDataSection, and useGroupEvent.
These now always use the streamlined UI behavior.
@malwilley malwilley requested a review from a team as a code owner March 6, 2026 19:38
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Mar 6, 2026
@@ -51,10 +49,10 @@ export function ShortIdBreadcrumb({
trackAnalytics('issue_details.copy_issue_url_clicked', {
organization,
...getAnalyticsDataForGroup(group),
streamline: hasStreamlinedUI,
streamline: true,
Copy link
Member

Choose a reason for hiding this comment

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

probably just remove

@malwilley malwilley merged commit 76d6a5f into master Mar 6, 2026
62 checks passed
@malwilley malwilley deleted the malwilley/rm-streamlined-ui-utilities branch March 6, 2026 22:18
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