fix: resolve skills form UI issues#305
Open
abhi-nav-25 wants to merge 2 commits into
Open
Conversation
|
@abhi-nav-25 is attempting to deploy a commit to the komalsony234-1530's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Hi 👋 I’d like to work on this issue under GSSoC 2026. I reviewed the recommendation engine requirements and plan to improve the scoring logic while keeping the implementation modular and maintainable. I’ll test the changes locally before submitting the PR. Please assign this issue to me. Thanks! |
Author
|
hi @komalharshita please check my PR |
Owner
|
@abhi-nav-25 kindly resolve the merge conflicts |
Author
|
@komalharshita Plz check now |
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.
Summary [required]
This PR fixes the tooltip UI issue in the Skills Form section. Previously, hovering over the info icon only displayed a question mark instead of the intended tooltip content. The tooltip now correctly displays helper text on hover, and spacing/styling inconsistencies were also improved for a cleaner UI experience.
Related Issue [required]
Closes #237
Type of Change [required]
Bug fix — resolves a broken behaviour
Style — CSS or visual changes only, no logic change
What Was Changed [required]
File ------- | Change made -- |index.html | Updated tooltip structure and fixed hover behaviour
style.css -- | Improved tooltip styling, spacing, and visibility
Self-Review Checklist [required]
I have read CONTRIBUTING.md and followed all guidelines
My branch name follows the convention:
feat/,fix/,docs/,data/,style/,test/I have tested the changes locally
I have not introduced any
print()orconsole.log()debug statementsI have not modified files outside the scope of the linked issue
If I changed the UI, I tested it at 375px (mobile) and 1280px (desktop)
Notes for Reviewer
Please verify tooltip visibility and spacing consistency across different screen sizes.