Commit 5d69a6f
authored
feat(seer): Show the Seer settings link even when hideAiFeatures is enabled (#112510)
When `hideAiFeatures` is enabled Seer is disabled, that's always the
way. `hideAiFeatures` can be quickly toggled from the Settings > General
page.
What's confusing though is that we also hide the button to Seer in the
sidenav. This gave me a freight because i didn't see the Seer button and
didn't know why. One of the tenets we've had for a long time is [Disable
and
Explain](https://develop.sentry.dev/frontend/design-tenets/#disable-and-explain-dont-hide),
and we already had a message to explain things.
Now we keep the sidebar button, and show the explaination.
<img width="1256" height="388" alt="SCR-20260408-kpjo"
src="https://github.com/user-attachments/assets/d53557bf-d2e2-453c-a506-ebfdfaf2b608"
/>1 parent bd79c6d commit 5d69a6f
File tree
2 files changed
+0
-2
lines changed- static/app/views/settings
- organization
- project
2 files changed
+0
-2
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
179 | 178 | | |
180 | 179 | | |
181 | 180 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
| |||
0 commit comments