Nishitbaria / Dev-Exchange

A community-driven platform for asking and answering programming questions. Get help, share knowledge, and collaborate with developers from around the world. Explore topics in web development, mobile app development, algorithms, data structures, and more.
https://devexchanges.vercel.app/
MIT License
11 stars 24 forks source link

[BUG] add a tooltip for left menu section in small screen size #38

Closed notsoocool closed 1 month ago

notsoocool commented 1 month ago

Description

A popup that displays information related to an element when the element receives keyboard focus or the mouse hovers over it when we are in small screen size. So that we can know what is the button for in small screen size.

Screenshot 2024-05-14 at 5 24 18 PM

Please assign this issue to me under gssoc

Screenshots

No response

Any additional information?

No response

What browser are you seeing the problem on?

Safari

github-actions[bot] commented 1 month ago

Hello notsoocool! Thank you for raising this issue! 😊 Your contribution is valuable to us! 😊

Please make sure to follow our Contributing Guidelines. 💪🏻

Please only work on an issue if you're assigned; otherwise, the PR will be automatically closed. Our review team will carefully assess the issue and reach out to you soon! 😇 We appreciate your patience!

Nishitbaria commented 1 month ago

Hey @notsoocool I am assigning this issue to you

you can start working on this issue

Happy hacking ✨

Consider following component for Tooltips components : https://ui.shadcn.com/docs/components/tooltip

notsoocool commented 1 month ago

issue resolved