Commit 701bef4
committed
ref(ui): Rename orphaned files to match remaining exports
After removing legacy UI components, several files no longer matched
their contents. Rename 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 function)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Agent transcript: https://claudescope.sentry.dev/share/ZAYFrx2KgU4b2zuNybvMyanlpVBHJJSXaUlAV0qzlcI1 parent 97c35e6 commit 701bef4
File tree
13 files changed
+12
-12
lines changed- static/app
- components
- events
- interfaces/crashContent/exception
- group/inboxBadges
- stream
- views
- discover/table/quickContext
- issueDetails
- actions
- streamline/header
- performance/newTraceDetails/traceDrawer/details
13 files changed
+12
-12
lines changedFile renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | 1 | | |
6 | 2 | | |
7 | 3 | | |
8 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments