Work progress on modals

This commit is contained in:
Pierre
2018-03-07 17:53:26 +01:00
parent 3dfd91102f
commit 21f8301d45
5 changed files with 271 additions and 4 deletions

View File

@ -122,6 +122,7 @@ class Dev {
//Friendbar stylesheet
"css/components/friends/friendsBar.css",
"css/components/friends/listModal.css",
//Conversations stylesheet
"css/components/conversations/manager.css",
@ -214,6 +215,7 @@ class Dev {
"js/components/friends/friendsList.js",
"js/components/friends/friendsBar.js",
"js/components/friends/listModal.js",
"js/components/friends/interface.js",
//Private conversations
"js/components/conversations/manager.js",