new chat section added
This commit is contained in:
parent
6e2f1f8984
commit
82b131405e
12
src/menu.pug
12
src/menu.pug
@ -36,3 +36,15 @@ nav#navbar
|
||||
data-fields='name',
|
||||
next='group'
|
||||
)
|
||||
div
|
||||
div.menu
|
||||
div.menu-notification
|
||||
div.menu-label Chat
|
||||
div.menu-icon.icon-envelope-letter
|
||||
sib-route(hidden, name='chat', id-prefix=`${sdn}/members/`)
|
||||
div.sub-menu
|
||||
sib-display(
|
||||
data-src=`${sdn}/members/`,
|
||||
data-fields='name',
|
||||
next='chat'
|
||||
)
|
||||
|
0
src/page-chat.pug
Normal file
0
src/page-chat.pug
Normal file
@ -1,4 +1,4 @@
|
||||
sib-router#project-router(default-route='project-profile')
|
||||
sib-router#project-router(default-route='project-chat')
|
||||
sib-route(name='project-chat')
|
||||
div Chat
|
||||
sib-route(name='project-profile')
|
||||
|
Loading…
Reference in New Issue
Block a user