AEB-55 / Добавлены лого и иконки

This commit is contained in:
iv_vuytsik
2025-09-11 08:12:18 +03:00
parent 4d6b7b48d7
commit ac5d0d0b00
25 changed files with 78 additions and 47934 deletions

View File

@@ -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