Commit 20d7959
committed
ref(ui): Rename files to match remaining exports
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-zMUZqOtcDaAQ4kCZutdhmRwnSTBSqDOHTHtGo1 parent dca7d73 commit 20d7959
File tree
14 files changed
+82
-19
lines changed- static/app
- components
- events
- interfaces/crashContent/exception
- group/inboxBadges
- stream
- views
- discover/table/quickContext
- issueDetails
- actions
- groupEventDetails
- streamline/header
- performance/newTraceDetails/traceDrawer/details
14 files changed
+82
-19
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 | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments