-
diff --git a/src/app/shared/chat/messages/messages.page.ts b/src/app/shared/chat/messages/messages.page.ts
index 05c97f4d4..cab59831e 100644
--- a/src/app/shared/chat/messages/messages.page.ts
+++ b/src/app/shared/chat/messages/messages.page.ts
@@ -379,6 +379,28 @@ export class MessagesPage implements OnInit, OnChanges, AfterViewInit, OnDestroy
+ takePicture(){
+ this.fileService.addCameraPictureToChat(this.roomId);
+ }
+ addImage(){
+ this.fileService.addPictureToChat(this.roomId);
+ }
+ addFile(){
+ this.fileService.addDocumentToChat(this.roomId);
+ }
+ addFileWebtrix(){
+ this.fileService.addDocGestaoDocumentalToChat(this.roomId);
+ }
+ bookMeeting(){
+ let data = {
+ roomId: this.roomId,
+ members: this.members
+ }
+ this.openNewEventPage.emit(data);
+ }
+
+
+
async _openChatOptions() {
const enterAnimation = (baseEl: any) => {
diff --git a/src/global.scss b/src/global.scss
index 061cc4197..60b71dcf2 100644
--- a/src/global.scss
+++ b/src/global.scss
@@ -1180,6 +1180,19 @@ ngx-mat-datetime-content{
padding: 0 5px 0 5px;
}
+.fab-list{
+ overflow: auto;
+
+ .fab-list-btn{
+ position: relative;
+ float: left;
+ border: 1px solid blue;
+ }
+ .fab-list-text{
+ border-radius: 15px;
+ }
+}
+
@media only screen and (min-width: 665px) {
.loading-blocker {