saadpasta / developerFolio

🚀 Software Developer Portfolio Template that helps you showcase your work and skills as a software developer. (This is currently not being actively maintained)
https://developerfolio.js.org/
GNU General Public License v3.0
5.53k stars 2.86k forks source link

Fix: close nav menu when theme is toggled #745

Open afaaaq85 opened 1 week ago

afaaaq85 commented 1 week ago

Description

This solved the issue #735. The issue was to enhance user experience by closing the mobile nav when switching between theme Fixes #735

Changes: I have used useRef hook to hook into menu icon and then use a function to set the value to unchecked of input (the menu icon is basically an input with type checked or unchecked). so when a user toggles the theme, this function is called that sets the input to unchecked, (making the menu close)

Type of change

vercel[bot] commented 1 week ago

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

Name Status Preview Comments Updated (UTC)
developer-folio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 8, 2024 3:33pm