mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Added new files for the notifications.
This commit is contained in:
parent
4d9392dd1f
commit
4c915b3dee
@ -820,6 +820,20 @@ var ComunicWeb = {
|
|||||||
*/
|
*/
|
||||||
interface: {
|
interface: {
|
||||||
//TODO : implement
|
//TODO : implement
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Notifications UI
|
||||||
|
*/
|
||||||
|
ui: {
|
||||||
|
//TODO : implement
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Notifications utilities
|
||||||
|
*/
|
||||||
|
utils: {
|
||||||
|
//TODO : implement
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -260,6 +260,8 @@ class Dev {
|
|||||||
"js/components/notifications/dropdown.js",
|
"js/components/notifications/dropdown.js",
|
||||||
"js/components/notifications/service.js",
|
"js/components/notifications/service.js",
|
||||||
"js/components/notifications/interface.js",
|
"js/components/notifications/interface.js",
|
||||||
|
"js/components/notifications/ui.js",
|
||||||
|
"js/components/notifications/utils.js",
|
||||||
|
|
||||||
//User scripts
|
//User scripts
|
||||||
"js/user/loginTokens.js",
|
"js/user/loginTokens.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user