This commit is contained in:
Peter Maquiran
2023-05-23 11:56:12 +01:00
parent 181a9dbd76
commit 033a6c331c
49 changed files with 832 additions and 278 deletions
@@ -45,9 +45,11 @@ export class EventListPage implements OnInit {
filterName: 'Para hoje' | 'Novos'| 'Lidos'| 'Não lidos'| 'OverdueTasks' | 'Todos' = 'Todos'
showFilter = false
showSearch = false
showSearch = false
searchSubject = ''
list = []
ordinance: string = 'old'
constructor(
private processes: ProcessesService,
private modalController: ModalController,
@@ -105,6 +107,14 @@ export class EventListPage implements OnInit {
}
reorderList(orderBy: string) {
this.ordinance = orderBy;
// this.dynamicSearch();
}
getEventToAproveFromDB() {