feat: Enhance Navbar and IdentityDialog components with improved functionality and logging
- Update Navbar to close the mobile menu when opening the identity dialog. - Add debug logging to IdentityDialog to track changes in the dialog's open state. - Adjust styling for mobile menu and dialog content for better responsiveness.
This commit is contained in:
parent
5788b76000
commit
cf7d288e50
3 changed files with 12 additions and 1 deletions
|
|
@ -35,6 +35,7 @@ const toggleTheme = () => {
|
|||
}
|
||||
|
||||
const openIdentityDialog = () => {
|
||||
console.log('openIdentityDialog called')
|
||||
showIdentityDialog.value = true
|
||||
// Close mobile menu when opening dialog
|
||||
isOpen.value = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue