AEB-55 / Добавлены лого и иконки
This commit is contained in:
@@ -51,17 +51,14 @@ const Dashboard: React.FC = () => {
|
||||
return acc
|
||||
}, { critical: 0, warning: 0, normal: 0 })
|
||||
|
||||
const handleNavigationClick = () => {
|
||||
// Close all submenus before navigating
|
||||
const handleNavigationClick = () => {
|
||||
closeMonitoring()
|
||||
closeFloorNavigation()
|
||||
closeNotifications()
|
||||
setCurrentSubmenu(null)
|
||||
router.push('/navigation')
|
||||
}
|
||||
|
||||
// No custom sidebar handling needed - using unified navigation service
|
||||
|
||||
|
||||
return (
|
||||
<div className="flex h-screen bg-[#0e111a]">
|
||||
<Sidebar
|
||||
|
||||
Reference in New Issue
Block a user