-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
chore(seer): update seer references #91642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
2231795
f0f82f1
e176610
6d0fbf6
0838347
24d1053
bc89939
ccbd4de
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -186,7 +186,7 @@ export function SeerDrawer({group, project, event}: SeerDrawerProps) { | |
</SeerDrawerHeader> | ||
<SeerDrawerNavigator> | ||
<Flex align="center" gap={space(1)}> | ||
<Header>{t('Autofix')}</Header> | ||
<Header>{t('Seer')}</Header> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should it say Seer or Issue Fix or something else describing the feature inside this drawer? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Either works. The flyover is opened when you click on a button inside a box called "Seer", so there's a "link" (visually) there. I think "Seer" is fine here. |
||
<FeatureBadge | ||
type="beta" | ||
tooltipProps={{ | ||
|
@@ -229,14 +229,14 @@ export function SeerDrawer({group, project, event}: SeerDrawerProps) { | |
/> | ||
</Flex> | ||
{!aiConfig.needsGenAiAcknowledgement && ( | ||
<ButtonBarWrapper data-test-id="autofix-button-bar"> | ||
<ButtonBarWrapper data-test-id="seer-button-bar"> | ||
<ButtonBar gap={1}> | ||
<Feature features={['organizations:autofix-seer-preferences']}> | ||
<LinkButton | ||
to={`/settings/${organization.slug}/projects/${project.slug}/seer/`} | ||
size="xs" | ||
title={t('Project Settings for Autofix')} | ||
aria-label={t('Project Settings for Autofix')} | ||
title={t('Project Settings for Seer')} | ||
aria-label={t('Project Settings for Seer')} | ||
icon={<IconSettings />} | ||
/> | ||
</Feature> | ||
|
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now that summary and scanner are all part of Seer, wonder if this should be something like "Start Analysis". This is fine though