Bug Fix: Resolve Like Button Click Issue with Visual Indication#737
Closed
hbSrujana wants to merge 3 commits intovishanurag:mainfrom
Closed
Bug Fix: Resolve Like Button Click Issue with Visual Indication#737hbSrujana wants to merge 3 commits intovishanurag:mainfrom
hbSrujana wants to merge 3 commits intovishanurag:mainfrom
Conversation
✅ Deploy Preview for tourmaline-bavarois-d21f10 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Contributor
There was a problem hiding this comment.
🎉 Thank you @hbSrujana for your contribution! Your pull request has been submitted successfully. A maintainer will review it as soon as possible. We appreciate your support in making this project better
|
This PR has been merged by GSSoC extended team @hbSrujana You'll get the points in the next leaderboard update |
Author
|
Thank you so much 😊
…On Sat, Nov 9, 2024, 2:51 PM Sayyad Aslam ***@***.***> wrote:
This PR has been merged by GSSoC extended team
here - sanjay-kv/Open-source-Practice#1344
<sanjay-kv/Open-source-Practice#1344>
@hbSrujana <https://github.com/hbSrujana> You'll get the points in the
next leaderboard update
—
Reply to this email directly, view it on GitHub
<#737 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BK33NFLKCIHIPSDROXV6D7DZ7XH2RAVCNFSM6AAAAABQIIF6VSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRWGE2DEMZUGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Author
|
Conflicts have been resolved, and the PR has been merged! 🎉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bug Fix: Resolve Like Button Click Issue with Visual Indication.
Related Issue
Closes: #596
Description :
This pull request addresses the issue with the like button, where clicking the button did not result in any visual feedback or state change. The following modifications have been made:
Implemented a visual change to the like button such that when clicked, the heart border turns red to indicate that the like action has been registered.
Ensured that the like count toggles between outlined and filled heart states correctly upon each click, providing a clear indication of the button's state.
These changes improve user interaction by giving immediate feedback on the action taken, enhancing the overall user experience.
How Has This Been Tested? ⚙️
The changes have been tested using Visual Studio Code on Windows 11. I verified that clicking the like button now changes the heart border color and updates the like count as expected
Screenshots 📷




Type of change :
What sort of changes have you made:
Bug fix (non-breaking change which fixes an issue)
Checklist :
My code follows the code style of this project.
I have followed the contribution guidelines.
I have performed a self-review of my own code.
I have ensured my changes don't generate any new warnings or errors.
[x] I have updated the documentation (if necessary).
[x] I have resolved all merge conflicts.