Skip to content

ref(ui): Rename files to match remaining exports#112509

Open
chromy wants to merge 1 commit intomasterfrom
chromy/ref/cleanup-renamed-orphaned-files
Open

ref(ui): Rename files to match remaining exports#112509
chromy wants to merge 1 commit intomasterfrom
chromy/ref/cleanup-renamed-orphaned-files

Conversation

@chromy
Copy link
Copy Markdown
Contributor

@chromy chromy commented Apr 8, 2026

Rename several files whose names no longer match what they export after
the useHasStreamlinedUI removal in #112465 left orphaned names behind:

  • events/styles.tsxevents/dataSection.tsx (exports DataSection)
  • exception/actionableItems.tsxexception/errorMessages.tsx (exports ErrorMessage)
  • inboxBadges/statusBadge.tsxinboxBadges/getBadgeProperties.tsx (exports getBadgeProperties)
  • resolutionBox.tsxresolutionReason.tsx (exports ResolutionReason)

All consumer imports are updated to match. No behavior change.

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Apr 8, 2026
@chromy chromy changed the base branch from master to chromy/ref/remove-use-has-streamlined-ui April 8, 2026 20:11
@chromy chromy force-pushed the chromy/ref/remove-use-has-streamlined-ui branch 2 times, most recently from 0eff47d to f4f08a1 Compare April 10, 2026 08:16
Base automatically changed from chromy/ref/remove-use-has-streamlined-ui to master April 10, 2026 10:04
@chromy chromy force-pushed the chromy/ref/cleanup-renamed-orphaned-files branch from 701bef4 to fe32814 Compare April 10, 2026 10:07
@chromy chromy force-pushed the chromy/ref/cleanup-renamed-orphaned-files branch from fe32814 to f0930cb Compare April 10, 2026 12:31
@chromy chromy changed the title ref(ui): Rename orphaned files to match remaining exports ref(ui): Rename files to match remaining exports Apr 10, 2026
Follow-up to #112465.

After removing legacy UI components, several files no longer matched
their contents. This renames them to reflect what they actually export:

resolutionBox.tsx → resolutionReason.tsx (only exports ResolutionReason)
events/styles.tsx → events/dataSection.tsx (only exports DataSection)
statusBadge.tsx → getBadgeProperties.tsx (only exports getBadgeProperties)
actionableItems.tsx → errorMessages.tsx (only exports ErrorMessage type and getErrorMessage)
All import paths updated accordingly.

Agent transcript: https://claudescope.sentry.dev/share/e2k0R-zMUZqOtcDaAQ4kCZutdhmRwnSTBSqDOHTHtGo
@chromy chromy force-pushed the chromy/ref/cleanup-renamed-orphaned-files branch from 148016d to 03c57a8 Compare April 10, 2026 12:58
@chromy chromy marked this pull request as ready for review April 10, 2026 12:58
@chromy chromy requested review from a team as code owners April 10, 2026 12:58
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