-
Notifications
You must be signed in to change notification settings - Fork 290
feat: refactor analyze components to improve UI #5220
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
rebelchris
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.
The animation injection is kinda meh 😂
| <style>{` | ||
| @keyframes gentlePulse { | ||
| 0%, 100% { opacity: 1; transform: scale(1); } | ||
| 50% { opacity: 0.6; transform: scale(1.2); } | ||
| } | ||
| @keyframes fadeSlideUp { | ||
| from { opacity: 0; transform: translateY(8px); } | ||
| to { opacity: 1; transform: translateY(0); } | ||
| } | ||
| `}</style> |
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.
What's this 😅
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.
I already did it in another PR that got merged 🙈
What's the alternative? Adding it to a global css is not ideal as well. You prefer a module css and import?
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.
Modules already cleaner or just import style.css, but this is so basic tailwind should support it no?
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.
fixed
Preview domain
https://analyze-cosmetics.preview.app.daily.dev