-
-
Notifications
You must be signed in to change notification settings - Fork 582
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
Conversation
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.
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! 😀
I read all the requests and tried to solve them all in the new commits. Hope it works fine now. |
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. Good work @GabrielBittar, thanks.
@CBID2 & @Anmol-Baranwal could you review this please. |
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.
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.