-
Notifications
You must be signed in to change notification settings - Fork 159
feat (AI): Add tab for MCP OAuth instructions #8426
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
Conversation
pjain1
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.
Looks good from product POV. Just FYI that OAuth does not work with http scheme works only with https, not an issue here since it will always be for deployed projects.
AdityaHegde
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.
Approved with a couple of nits
* feat (AI): Add tab for MCP Oauth instructions * Use existing `Tag` component * Create component for underlined tabs * Fix dialog animation bug * Fix notification z-index * Remove custom styles on `<a>` element * Fix `CMD` key triggering notification
Closes APP-578
Tab 1:

Tab 2:

Two notes on our design system:
Notificationcomponent.flyAndScaleanimation. This PR changes the animation tofade, which does not have the same visual glitch. This PR changes the animation for all dialogs, for design consistency.Checklist: