Skip to content
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

Updated styles of Hover effect #73

Closed
wants to merge 3 commits into from
Closed

Conversation

Max3796
Copy link

@Max3796 Max3796 commented Jun 28, 2024

Hover over the text to get app name

As only the app images were visible but to solve this issue I have used the hover effect such that when you hover over that it will show name of the app


Issue Ticket Number

Fixes #65


Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • I have followed the contributing guidelines of this project as mentioned in CONTRIBUTING
  • I have checked to ensure there aren't other open Pull Requests for the same update/change?
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes needed to the documentation

@Max3796
Copy link
Author

Max3796 commented Jun 28, 2024

@CodiumAI-Agent /review

@CodiumAI-Agent
Copy link

PR Reviewer Guide 🔍

⏱️ Estimated effort to review [1-5] 3
🧪 Relevant tests No
🔒 Security concerns No
⚡ Key issues to review Possible Bug:
The hover effect logic might not be responsive or smooth on all devices, as it relies heavily on JavaScript to manipulate CSS properties directly.
Performance Concern:
The frequent DOM manipulation on hover events (showing and hiding elements) might cause performance issues on devices with lower specs or with a high number of social links.

@Max3796 Max3796 closed this Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Displaying name of social media platform on hover
2 participants