-
Notifications
You must be signed in to change notification settings - Fork 6
Add effect to highlight input box on Trending prompt click #758
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 Git ↗︎
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
This reverts commit d0c6a53.
PR Type
Enhancement
Description
Add input highlight animations on trending click
Extend
PromptForm
withhighlight
propManage highlight state in
PromptPanel
Define custom Tailwind highlight animations
Changes walkthrough 📝
PromptForm.tsx
Add highlight prop and conditional animations
apps/app/components/home/PromptForm.tsx
highlight
propPromptPanel.tsx
Implement highlight trigger in PromptPanel
apps/app/components/home/PromptPanel.tsx
useState
anduseEffect
highlightInput
state for animation triggerhighlight
flag intoPromptForm
tailwind.config.ts
Configure custom highlight animations
apps/app/tailwind.config.ts
glow
,wiggle
,pulse
keyframesglow-pulse
,wiggle
,attention-pulse
animations