Enhance mission section with premium UI and animations#64
Enhance mission section with premium UI and animations#64Roastedpotato21 wants to merge 2 commits into
Conversation
|
Someone is attempting to deploy a commit to the Bindupautra Jyotibrat's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Hi Maintainers, I have completed the implementation and submitted the PR for review. ✅ Added smooth animations and transitions Kindly review the PR. Thank you! Siri Munukuntla |
|
/merge this |
|
/merge this |
|
is this merged or not |
This PR has merge conflicts. Resolve them then only I can merge it. |
|
Okkay
…On Sun, Jun 28, 2026, 1:42 PM BINDUPAUTRA JYOTIBRAT < ***@***.***> wrote:
*Jyotibrat* left a comment (Jyotibrat/AI-Flow#64)
<#64 (comment)>
is this merged or not
This PR has merge conflicts. Resolve them then only I can merge it.
—
Reply to this email directly, view it on GitHub
<#64?email_source=notifications&email_token=BTDG3Q2JXIIBIAJOP5TYTPD5CDHONA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIOBSGUZTINBQHA22M4TFMFZW63VGMFZXG2LHN2SWK5TFNZ2KYZTPN52GK4S7MNWGSY3L#issuecomment-4825344085>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BTDG3QYQRMEAMD6GMOFSGID5CDHONAVCNFSNUABGKJSXA33TNF2G64TZHMYTAMJXHEZDEOJRHA5US43TOVSTWNBWG4ZTEMZZGA2DFILWAI>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
|
I have been completed my work soo please check it and merge the PR.
…On Sun, Jun 28, 2026 at 1:42 PM BINDUPAUTRA JYOTIBRAT < ***@***.***> wrote:
*Jyotibrat* left a comment (Jyotibrat/AI-Flow#64)
<#64 (comment)>
is this merged or not
This PR has merge conflicts. Resolve them then only I can merge it.
—
Reply to this email directly, view it on GitHub
<#64?email_source=notifications&email_token=BTDG3Q2JXIIBIAJOP5TYTPD5CDHONA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIOBSGUZTINBQHA22M4TFMFZW63VGMFZXG2LHN2SWK5TFNZ2KYZTPN52GK4S7MNWGSY3L#issuecomment-4825344085>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BTDG3QYQRMEAMD6GMOFSGID5CDHONAVCNFSNUABGKJSXA33TNF2G64TZHMYTAMJXHEZDEOJRHA5US43TOVSTWNBWG4ZTEMZZGA2DFILWAI>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
There was a problem hiding this comment.
Do the necessary changes so that there is no errors. @Roastedpotato21
| selectedTool === tool.id | ||
| ? "bg-white/20" | ||
| : "bg-gradient-to-r from-blue-600 to-purple-600" | ||
| : "bg-gradient-to-r from-blue-600 to-purple-600 shadow-lg shadow-blue-500/20 transition-transform duration-300 group-hover:scale-110" |
There was a problem hiding this comment.
Hey there,
I encountered a [PARSE_ERROR] Unexpected token error when trying to run npm run dev after switching to your branch.
The error points to AITools.tsx at line 324, specifically within the className prop, which seems to be using a template literal.
It looks like there might be a syntax issue, most likely an unclosed template literal (a missing backtick `) or an unclosed curly brace/parenthesis within the className string.
Could you please take a look at AITools.tsx around line 324 and verify that the template literal is correctly closed and that all dynamic expressions within it are syntactically valid?
|
Yeahh sure
…On Tue, Jun 30, 2026, 1:48 AM BINDUPAUTRA JYOTIBRAT < ***@***.***> wrote:
***@***.**** requested changes on this pull request.
Do the necessary changes so that there is no errors. @Roastedpotato21
<https://github.com/Roastedpotato21>
------------------------------
In src/pages/AITools.tsx
<#64 (comment)>:
> }`}
>
<div className="flex items-center space-x-4">
<div
className={`w-12 h-12 rounded-full flex items-center justify-center ${
selectedTool === tool.id
? "bg-white/20"
- : "bg-gradient-to-r from-blue-600 to-purple-600"
+ : "bg-gradient-to-r from-blue-600 to-purple-600 shadow-lg shadow-blue-500/20 transition-transform duration-300 group-hover:scale-110"
Hey there,
I encountered a [PARSE_ERROR] Unexpected token error when trying to run
npm run dev after switching to your branch.
The error points to AITools.tsx at line 324, specifically within the
className prop, which seems to be using a template literal.
It looks like there might be a syntax issue, most likely an unclosed
template literal (a missing backtick `) or an unclosed curly
brace/parenthesis within the className string.
Could you please take a look at AITools.tsx around line 324 and verify
that the template literal is correctly closed and that all dynamic
expressions within it are syntactically valid?
—
Reply to this email directly, view it on GitHub
<#64?email_source=notifications&email_token=BTDG3Q2772QH3EXXEO2YRE35CLFHRA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTINJZGUYDQMZTHE22M4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#pullrequestreview-4595083395>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BTDG3Q74WTSMIAHIMJKMDXT5CLFHRAVCNFSNUABGKJSXA33TNF2G64TZHMYTAMJXHEZDEOJRHA5US43TOVSTWNBWG4ZTEMZZGA2DFILWAI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Summary
Enhanced the website with modern animations, premium hover effects, and improved UI interactions to create a more engaging and polished user experience.
Changes Made
Added smooth scroll-reveal animations.
Implemented hover effects for cards, buttons, and interactive elements.
Added modern micro-interactions and transitions.
Improved visual hierarchy, spacing, and UI polish.
Enhanced responsiveness across devices.
Maintained existing functionality and layout.
Preview
Before
After
Testing
Fixes #59