mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
done!
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<ion-card class="cardconteudo" (click)= "dismiss()" >
|
<ion-card class="cardconteudo" (click)= "dismiss()" >
|
||||||
|
<ion-card-header>
|
||||||
|
</ion-card-header>
|
||||||
<ion-card-content >
|
<ion-card-content >
|
||||||
<ion-row>
|
<ion-row>
|
||||||
<ion-col size="3" class="ion-text-center">
|
<ion-col size="3" class="ion-text-center">
|
||||||
@@ -26,6 +27,7 @@
|
|||||||
<ion-button (click)="pesquizarWeb()" fill="clear" color="light">
|
<ion-button (click)="pesquizarWeb()" fill="clear" color="light">
|
||||||
<ion-icon class="redla" name="search-outline"></ion-icon>
|
<ion-icon class="redla" name="search-outline"></ion-icon>
|
||||||
|
|
||||||
|
|
||||||
</ion-button>
|
</ion-button>
|
||||||
</ion-col>
|
</ion-col>
|
||||||
</ion-row>
|
</ion-row>
|
||||||
@@ -33,3 +35,4 @@
|
|||||||
</ion-card>
|
</ion-card>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -34,9 +34,10 @@
|
|||||||
</ion-button>
|
</ion-button>
|
||||||
</ion-col>
|
</ion-col>
|
||||||
<ion-col size="3" class="ion-text-center">
|
<ion-col size="3" class="ion-text-center">
|
||||||
<ion-button (click)="zoom(false)" fill="clear" color="light">
|
|
||||||
<!-- <ion-icon name="remove" slot="start"></ion-icon> -->
|
<ion-button (click)="zoom(false)" fill="clear" color="light">
|
||||||
<ion-icon class="redla" name="call-outline"></ion-icon>
|
<!-- <ion-icon name="remove" slot="start"></ion-icon> -->
|
||||||
|
<ion-icon class="redla" name="flower-outline"></ion-icon>
|
||||||
</ion-button>
|
</ion-button>
|
||||||
</ion-col>
|
</ion-col>
|
||||||
<ion-col size="3" class="ion-text-center">
|
<ion-col size="3" class="ion-text-center">
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ion-footer {
|
ion-footer {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -97,8 +97,6 @@
|
|||||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="icon" slot="start" src="assets/images/icons-chat-group-chat-40.svg"></ion-icon>
|
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="icon" slot="start" src="assets/images/icons-chat-group-chat-40.svg"></ion-icon>
|
||||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && group._id != idSelected " class="icon" slot="start" src="assets/images/theme/gov/icons-chat-group-chat-40.svg"></ion-icon>
|
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && group._id != idSelected " class="icon" slot="start" src="assets/images/theme/gov/icons-chat-group-chat-40.svg"></ion-icon>
|
||||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && group._id == idSelected " class="icon" slot="start" src="assets/images/theme/gov/icons-chat-group-chat-40-hover.svg"></ion-icon>
|
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' && group._id == idSelected " class="icon" slot="start" src="assets/images/theme/gov/icons-chat-group-chat-40-hover.svg"></ion-icon>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
(click)="openGroupMessagesPage(group._id)" class="item-content flex-grow-1 cursor-pointer">
|
(click)="openGroupMessagesPage(group._id)" class="item-content flex-grow-1 cursor-pointer">
|
||||||
|
|||||||
@@ -29,9 +29,6 @@
|
|||||||
</ion-refresher-content>
|
</ion-refresher-content>
|
||||||
</ion-refresher>
|
</ion-refresher>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="main-content">
|
<div class="main-content">
|
||||||
<div *ngIf="members">
|
<div *ngIf="members">
|
||||||
<ion-label class="members-label">Contactos selecção:</ion-label>
|
<ion-label class="members-label">Contactos selecção:</ion-label>
|
||||||
|
|||||||
@@ -67,10 +67,7 @@
|
|||||||
<div *ngIf="msg.attachments" class="message-attachments">
|
<div *ngIf="msg.attachments" class="message-attachments">
|
||||||
<div *ngFor="let file of msg.attachments">
|
<div *ngFor="let file of msg.attachments">
|
||||||
<img *ngIf="file.image_url" src="{{file.image_url}}" alt="image" >
|
<img *ngIf="file.image_url" src="{{file.image_url}}" alt="image" >
|
||||||
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<div class="file">
|
<div class="file">
|
||||||
<!-- <canvas id="pdf_canvas"></canvas> -->
|
<!-- <canvas id="pdf_canvas"></canvas> -->
|
||||||
|
|||||||
@@ -138,7 +138,7 @@
|
|||||||
<button (click)="stopRecording()">Stop Recording</button> -->
|
<button (click)="stopRecording()">Stop Recording</button> -->
|
||||||
<div class="container width-100 d-flex">
|
<div class="container width-100 d-flex">
|
||||||
<div>
|
<div>
|
||||||
aqui
|
|
||||||
<button class="btn-no-color" (click)="openChatOptions()">
|
<button class="btn-no-color" (click)="openChatOptions()">
|
||||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="chat-icon-options" src="assets/images/icons-add.svg"></ion-icon>
|
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="chat-icon-options" src="assets/images/icons-add.svg"></ion-icon>
|
||||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="chat-icon-options" src="assets/images/theme/gov/icons-add.svg"></ion-icon>
|
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="chat-icon-options" src="assets/images/theme/gov/icons-add.svg"></ion-icon>
|
||||||
@@ -164,5 +164,5 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
in message!
|
|
||||||
</ion-footer>
|
</ion-footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user