-
-
Notifications
You must be signed in to change notification settings - Fork 560
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
fix : Handled the async visuals while switching themes in sub-categories pages (#2294) #2300
Conversation
Someone is attempting to deploy a commit to a Personal Account owned by @rupali-codes on Vercel. @rupali-codes first needs to authorize it. |
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.
Thank you, Sahil-106, for creating this pull request and contributing to LinksHub! 💗
The maintainers will review this Pull Request and provide feedback as soon as possible! 😇
We appreciate your patience and contribution, Keep up the great work! 😀
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.
🚀 Looks good to me.
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.
Looks great! :) Your turn @rupali-codes
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.
LGTM
Co-authored-by: Aftab Rehan <[email protected]>
As per the suggestion, I have removed transition classes, and all things are working fine. |
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.
@Sahil-106 it looks great, but can we also add some smooth transition here?
@rupali-codes |
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.
Excellent PR, @Sahil-106 💪🚀💯
@rupali-codes, can you please help to review and merge the PR? |
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.
looks perfect to me!
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.
🚀 Looks good to me.
@rupali-codes |
Fixes Issue
Closes #2294
Changes proposed
By setting the duration property to 0, I have removed the transition effect altogether. This means that when switching between themes, there won't be any animation delay in the body of sub-categories pages in applying the theme change. It will happen instantly.
Screenshots
sub-categories.2.mp4
Note to reviewers
As a newcomer to open source, I am excited to be part of such a vibrant community and to have the opportunity to contribute to this project. I have carefully reviewed the changes and tested them to ensure they work as intended. However, as this is my first contribution, I welcome any feedback or suggestions you may have to improve the code. thank you!