-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: Move analytics link to editor navigation #3481
Conversation
Removed vultr server and associated DNS entries |
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.
A few small comments - looking good though! Super nice to start removing icons from the top right panel 🧹 🗑️
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.
One very minor comment, but happy to merge as-is! ✅
})<{ isActive: boolean; disabled?: boolean }>( | ||
({ theme, isActive, disabled }) => ({ | ||
shouldForwardProp: (prop) => prop !== "isActive", | ||
})<{ isActive: boolean }>(({ theme, isActive }) => ({ |
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.
As disabled
is an IconButton
prop, you should still be able to access it here.
})<{ isActive: boolean }>(({ theme, isActive, disabled }) => ({
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.
Ah yes, I've updated, allows a consistent use of the prop with the CSS
What does this PR do?
Example with analytics link (manually set):
https://3481.planx.pizza/testing/flow-with-analytics-link
Example without analytics link:
https://3481.planx.pizza/testing/flow-without-analytics-link