implemented

- get groups contacts
-get messages contacts
-order group conversation list to most recent
-send message in group.
This commit is contained in:
tiago.kayaya
2021-01-19 16:10:40 +01:00
parent b90247b566
commit 3043d519e5
8 changed files with 163 additions and 38 deletions
@@ -95,20 +95,19 @@
font-family: Roboto;
overflow: auto;
.incoming, .outgoing{
.incoming-true, .incoming-false{
width: 305px;
padding: 15px 20px;
border-radius: 10px;
}
.incoming{
.incoming-true{
margin: 10px 75px 10px 20px;
background: #ebebeb;
float: left;
}
}
.outgoing{
.incoming-false{
margin: 10px 20px 10px 75px;
background: #e4f4fe;
float: right;