-
Notifications
You must be signed in to change notification settings - Fork 32
feat(VibeBuilder): [LXP-8087] add 3 builder illustrations #3210
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
base: main
Are you sure you want to change the base?
Conversation
|
View your CI Pipeline Execution ↗ for commit cf03bf4 ☁️ Nx Cloud last updated this comment at |
|
📬 Published Alpha Packages: |
|
🚀 Styleguide deploy preview ready! Preview URL: https://6914ed1ff813a218b3215f86--gamut-preview.netlify.app |
|
|
||
| import { IllustrationProps } from './types'; | ||
|
|
||
| export const VibeBuilderPromotion: React.FC<IllustrationProps> = ({ |
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.
Something I noticed when playing around with light/dark mode (though it does seem like these images were only intended for light mode)
In light mode, the hook below the project screen just blends in
whereas in dark mode, it is included
Not sure if this is intentional and it's very minor, but just wanted to mention it.
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.
good catch thanks Kenny! I'll share with Aashna
Overview
Adds three new illustrations related to the VibeBuilder
PR Checklist
https://www.figma.com/design/2TcDi9btl8VqWTydsT9KsR/2.0-Discovery?node-id=235-22763&m=dev
Testing Instructions
In the storybook preview, visit gamut illustrations and see the three new ones:
VibeBuilder, VibeBuilderComputer, and VibeBuilderPromotion
eg:
Don't make me tap the sign.
Figma which includes the new illustrations:
https://www.figma.com/design/2TcDi9btl8VqWTydsT9KsR/2.0-Discovery?node-id=235-22763&m=dev
PR Links and Envs