-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
ui(feedback, replay): remove Seer icon from replay & UF AI summaries #101489
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
ui(feedback, replay): remove Seer icon from replay & UF AI summaries #101489
Conversation
billyvg
left a comment
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.
:rip:
michellewzhang
left a comment
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.
i think we had Badge here since the tab already has the tooltip that FeatureBadge gives us (via the flask icon) and we probably didn't need two tooltips, but i'm not super strongly opinionated on this
@michellewzhang Ok I see, in that case I can just keep using |
|
@michellewzhang Actually there is a way to disable the tooltip with FeatureBadge! Lmk what you think |
works for me! |
…101489) Since, going forward, we are only branding issue debugging features as Seer, let's remove the Seer icons from the user feedback AI summaries & categories and the replay AI summary. Also, replay AI summary is using a different badge component. Let's switch over to using the same one as UF for consistency. Before: <img width="683" height="99" alt="Screenshot 2025-10-14 at 3 04 24 PM" src="https://github.com/user-attachments/assets/337eda93-96ff-4e77-bc0a-d3ed9291bdd1" /> <img width="462" height="98" alt="Screenshot 2025-10-14 at 3 06 36 PM" src="https://github.com/user-attachments/assets/d5250d1a-5966-4940-a66a-a4cee7fa06f1" /> After: <img width="685" height="89" alt="Screenshot 2025-10-14 at 3 24 43 PM" src="https://github.com/user-attachments/assets/e961ac97-01c4-4283-ada7-95c4445c3eab" /> <img width="462" height="98" alt="Screenshot 2025-10-14 at 3 04 50 PM" src="https://github.com/user-attachments/assets/0a368164-b18a-434d-b68e-38e33e029b17" />
Since, going forward, we are only branding issue debugging features as Seer, let's remove the Seer icons from the user feedback AI summaries & categories and the replay AI summary.
Also, replay AI summary is using a different badge component. Let's switch over to using the same one as UF for consistency.
Before:

After:
