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

fix: info buttons weren't showing text on mouse up #2408 #2411

Merged
merged 7 commits into from
Jul 25, 2024

Conversation

GabrielBittar
Copy link
Contributor

Closes #2408

Changes proposed

Erased not used subcategories and cleaned their identifiers, changed them from 'name-name' to name_name, using TS pattern, so now infos are showing correctly. Also added subcategory description for DevOps > Automation Tools.

Notes for editors

In order to keep showing the "3d" at the subcategory Frontend > 3D Libraries, I had to use some regex at TopBar.tsx, line 29 to change it, since TS won't accept variables names starting by numbers, so the variable had to be called "three_d_libraries".

Thanks for letting me start here! Hope this solves the bug.

Copy link

vercel bot commented Jul 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
linkshub ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 19, 2024 3:06pm

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, GabrielBittar, 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! 😀

@GabrielBittar GabrielBittar changed the title Closes Issue #2408 fix: info buttons started showing text on mouse up #2408 Jul 13, 2024
@GabrielBittar GabrielBittar changed the title fix: info buttons started showing text on mouse up #2408 fix: info buttons weren't showing text on mouse up #2408 Jul 13, 2024
@GabrielBittar
Copy link
Contributor Author

I read all the requests and tried to solve them all in the new commits. Hope it works fine now.

Copy link
Owner

@rupali-codes rupali-codes left a 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. Good work @GabrielBittar, thanks.

@rupali-codes
Copy link
Owner

@CBID2 & @Anmol-Baranwal could you review this please.

Copy link
Collaborator

@Anmol-Baranwal Anmol-Baranwal left a 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 rupali-codes merged commit e06885c into rupali-codes:main Jul 25, 2024
2 checks passed
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.

[BUG] Some Info buttons are not filled in the data-tooltip-content element
3 participants