Improve Attendees

This commit is contained in:
Peter Maquiran
2021-06-03 14:48:35 +01:00
parent 7506dc4388
commit 5d8600324a
10 changed files with 35 additions and 11 deletions
@@ -15,6 +15,7 @@ import { AttendeesPage } from './attendees.page';
IonicModule,
AttendeesPageRoutingModule
],
declarations: []
declarations: [AttendeesPage],
exports: [AttendeesPage]
})
export class AttendeesPageModule {}
+2 -2
View File
@@ -65,7 +65,7 @@
<ion-icon class="font-40" name="restaurant-outline" src="assets/images/icons-search-close.svg"></ion-icon>
</button>
<ion-form *ngIf="showSearch">
<div *ngIf="showSearch">
<div class="d-flex search-input-container ml-10 justify-between" *ngIf="showSearch" >
<div class="icon" (click)="basicSearch()">
<ion-icon class="icon-z" slot="end" name="search"></ion-icon>
@@ -77,7 +77,7 @@
<ion-icon name="restaurant-outline" src="assets/images/icons-search-close.svg"></ion-icon>
</div>
</div>
</ion-form>
</div>
</div>
<div class="div-profile justify-end d-flex cursor-pointer" (click)="openProfile()">