-
Notifications
You must be signed in to change notification settings - Fork 95
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
Tokunbo #91
base: main
Are you sure you want to change the base?
Tokunbo #91
Conversation
@Teea-dev is attempting to deploy a commit to the pqoqubbw Team on Vercel. A member of the Team first needs to authorize it. |
regarding hearts:
|
icons/heart-crack.tsx
Outdated
width="24" | ||
height="24" |
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.
width="24" | |
height="24" | |
width="28" | |
height="28" |
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.
Making changes to these now
icons/heart-crack.tsx
Outdated
className="cursor-pointer select-none p-2 hover:bg-accent rounded-md transition-colors duration-200 flex items-center justify-center" | ||
onMouseEnter={() => controls.start('animate')} | ||
onMouseLeave={() => controls.start('normal')} | ||
style={{ display: 'inline-block' }} |
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 you need that?
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.
you mean the style right?
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.
yep
icons/heart.tsx
Outdated
className="cursor-pointer select-none p-2 hover:bg-accent rounded-md transition-colors duration-200 flex items-center justify-center" | ||
onMouseEnter={() => controls.start('animate')} | ||
onMouseLeave={() => controls.start('normal')} | ||
style={{ display: 'inline-block' }} |
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.
same here
icons/heart.tsx
Outdated
width="24" | ||
height="24" |
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.
same here
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.
would do
icons/lock.tsx
Outdated
width="24" | ||
height="24" |
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.
same here
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.
would do
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.
…vg size and also moved not only the body of the lock to the bottom, changed the heart-crack animation (not soo sure I got it tho) and other changes as requested.
I have read the CONTRIBUTING.md file.
YES
I have run
yarn gen-cli
to generate the necessary filesYES
What kind of change does this PR introduce?
added three new icons and also fixed the clipboard-check icon
What is the new behavior?
addition of three new icons and a fix to one
Feel free to include screenshots if it includes visual changes.
Demo
Please attach a short video demo of the changes.
lock.icon.mp4
heart.icons.mp4
Additional context
Add any other context or screenshots.