This commit is contained in:
tiago.kayaya
2021-08-05 15:37:00 +01:00
parent 886f49c07d
commit a14ca7366d
4 changed files with 7 additions and 5 deletions
+2 -1
View File
@@ -14,6 +14,7 @@ export class AddNotePage implements OnInit {
note: string = '';
documents:SearchDocument[] = [];
loadedAttachments:any;
hideThisFeature: boolean = true;
constructor(
private modalController: ModalController,
@@ -62,4 +63,4 @@ export class AddNotePage implements OnInit {
}
}
}
@@ -31,11 +31,11 @@
</ion-segment>
</div>
</div>
<div [ngSwitch]="segmentVista" class="height-100">
<div [ngSwitch]="segmentVista" class="overflow-y-auto">
<!-- This is the list view -->
<div *ngSwitchCase="'listview'" class="height-100">
<ion-item-sliding class="overflow-y-auto height-100">
<div *ngSwitchCase="'listview'">
<ion-item-sliding>
<div class="listview">
<ion-list *ngIf="allProcessesList">
<div
@@ -126,6 +126,7 @@ ion-segment-button{
overflow: hidden;
.listview{
width: 100%t;
height: auto !important;
padding: 0px 20px 15px 20px !important;
overflow: auto;
}
@@ -1,6 +1,6 @@
<ion-header class="ion-no-border">
<div class="title">
<div class="thetitle"><ion-label >Todas as Tarefas</ion-label></div>
<div class="thetitle"><ion-label >Todas as tarefas</ion-label></div>
<div class="theicon">
<button class="btn-no-color" (click)="doRefresh()">
<ion-icon slot="end" class="title-icon" name="reload-circle"></ion-icon>