Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6159 | Rev 6475 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6159 Rev 6470
Línea 9... Línea 9...
9
import BusinessCenterIcon from '@mui/icons-material/BusinessCenter'
9
import BusinessCenterIcon from '@mui/icons-material/BusinessCenter'
10
import SellIcon from '@mui/icons-material/Sell'
10
import SellIcon from '@mui/icons-material/Sell'
11
import PeopleIcon from '@mui/icons-material/People'
11
import PeopleIcon from '@mui/icons-material/People'
12
import GroupsIcon from '@mui/icons-material/Groups'
12
import GroupsIcon from '@mui/icons-material/Groups'
13
import ChatIcon from '@mui/icons-material/Chat'
13
import ChatIcon from '@mui/icons-material/Chat'
14
import NotificationsIcon from '@mui/icons-material/Notifications'
-
 
15
import MenuIcon from '@mui/icons-material/Menu'
14
import MenuIcon from '@mui/icons-material/Menu'
Línea 16... Línea 15...
16
 
15
 
17
import HeaderOptions from './HeaderOptions'
16
import HeaderOptions from './HeaderOptions'
18
import UserOptions from './UserOptions'
-
 
Línea 19... Línea 17...
19
import NotificationsOption from './NotificationsOption'
17
import UserOptions from './UserOptions'
20
 
18
 
Línea 21... Línea 19...
21
import './Header.scss'
19
import './Header.scss'
Línea 174... Línea 172...
174
                      childs={item.childs}
172
                      childs={item.childs}
175
                      ajaxRequest={item.ajax}
173
                      ajaxRequest={item.ajax}
176
                    />
174
                    />
177
                  )
175
                  )
178
                })}
176
                })}
179
                <NotificationsOption
-
 
180
                  Icon={NotificationsIcon}
-
 
181
                  title="Notificaciones"
-
 
182
                  url="/notifications"
-
 
183
                  sessionLink={routeCheckSession}
-
 
184
                  notificationsCount={notificationsCount}
-
 
185
                  setNotificationsCount={(value) =>
-
 
186
                    setNotificationsCount(value)
-
 
187
                  }
-
 
188
                />
-
 
189
                <HeaderOptions
177
                <HeaderOptions
190
                  badgeCount={messagesCount}
178
                  badgeCount={messagesCount}
191
                  Icon={ChatIcon}
179
                  Icon={ChatIcon}
192
                  title="Comunicación"
180
                  title="Comunicación"
193
                  childs={[
181
                  childs={[
194
                    ...aditionalItems,
182
                    ...aditionalItems,
195
                    { label: 'Inmail', href: '/inmail', count: messagesCount },
183
                    { label: 'Inmail', href: '/inmail', count: messagesCount },
196
                    { label: 'Chat', href: '/chat' },
184
                    { label: 'Chat', href: '/chat' },
-
 
185
                    {
-
 
186
                      label: 'Notificaciones',
-
 
187
                      href: '/notifications',
-
 
188
                      count: notificationsCount,
-
 
189
                    },
197
                  ]}
190
                  ]}
198
                  isMobile={true}
191
                  isMobile={true}
199
                />
192
                />
200
                <UserOptions
193
                <UserOptions
201
                  image={userImage}
194
                  image={userImage}