-
Notifications
You must be signed in to change notification settings - Fork 59
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
Feature/css gradient johar #68
Feature/css gradient johar #68
Conversation
The Nav component has been updated to include a link to the CSS Gradient Generator page in the dropdown menu. This will provide users with a convenient way to access the gradient generator feature. The code has been refactored to add the link and adjust the styling of the dropdown menu. Ref: Bashamega#60
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Hello:)
This is very cool. But can you make the alert a sweet alert alert or be like the color picker?
import GradientRotation from "./components/GradientRotation"; | ||
import GradientFullScreen from "./components/GradientFullScreen"; | ||
|
||
const people = [ |
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.
Why do we need this object?
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.
It was a testing object that I used initially but forgot to remove it at the end.
I will make all these changes and will do another push. |
Co-authored-by: Adam Basha <[email protected]>
Co-authored-by: Adam Basha <[email protected]>
…khan99/WebDevTools into feature/css-gradient-johar
hey @Bashamega I have added the requested changes. Please review the changes and let me know if there are any new updates. Thanks. |
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.
Great job
src/app/customizer/gradient-generator/components/CopyCSSModal.js
Outdated
Show resolved
Hide resolved
Co-authored-by: Adam Basha <[email protected]>
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.
Great
The `package-lock.json` file has been updated to include the latest versions of the `framer-motion` and `uuid` packages. This ensures that the project is using the most recent stable versions of these dependencies. Ref: Bashamega#68
closes #63