Commit e65ba42
feat(monitors): Add info hint for diff-based issue detection (#111698)
Shows an inline hint below the issue detection selector when Absolute
Diff or Relative Diff is chosen, clarifying that comparisons use the
previous build matching the monitor's filters, `platform`,
`package_name`, and `build_configuration`.
Uses `IconInfo` + `Text` + `InlineCode` for a lightweight presentation
that doesn't compete with the form controls.
<img width="2460" height="710" alt="CleanShot 2026-03-26 at 16 30 53@2x"
src="https://github.com/user-attachments/assets/e0e7ce7a-1421-4d51-89b5-9d56168fa65d"
/>
Co-authored-by: Claude Opus 4.6 <noreply@example.com>1 parent 54d7c86 commit e65ba42
File tree
1 file changed
+18
-1
lines changed- static/app/views/detectors/components/forms/mobileBuild
1 file changed
+18
-1
lines changedLines changed: 18 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
82 | 99 | | |
83 | 100 | | |
84 | 101 | | |
| |||
0 commit comments