mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
Improve
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
</ion-header>
|
</ion-header>
|
||||||
|
|
||||||
<ion-content class="height-100">
|
<ion-content class="height-100">
|
||||||
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh($event)">
|
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh()">
|
||||||
<ion-progress-bar type="indeterminate" *ngIf="showLoader"></ion-progress-bar>
|
<ion-progress-bar type="indeterminate" *ngIf="showLoader"></ion-progress-bar>
|
||||||
<ion-refresher-content>
|
<ion-refresher-content>
|
||||||
</ion-refresher-content>
|
</ion-refresher-content>
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
<button class="btn-no-color" (click)="openNewGroupPage()">
|
<button class="btn-no-color" (click)="openNewGroupPage()">
|
||||||
<ion-icon slot="end" src="assets/images/icons-chat-new-group.svg" ></ion-icon>
|
<ion-icon slot="end" src="assets/images/icons-chat-new-group.svg" ></ion-icon>
|
||||||
</button>
|
</button>
|
||||||
<button class="btn-no-color" (click)="doRefresh($event)">
|
<button class="btn-no-color" (click)="doRefresh()">
|
||||||
<ion-icon class="title-icon" name="reload-circle"></ion-icon>
|
<ion-icon class="title-icon" name="reload-circle"></ion-icon>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -21,6 +21,6 @@ import { FilterPipe } from 'src/app/pipes/filter.pipe';
|
|||||||
ContactsPageRoutingModule,
|
ContactsPageRoutingModule,
|
||||||
PipesModule,
|
PipesModule,
|
||||||
],
|
],
|
||||||
declarations: [ContactsPage, FilterPipe]
|
declarations: [ContactsPage]
|
||||||
})
|
})
|
||||||
export class ContactsPageModule {}
|
export class ContactsPageModule {}
|
||||||
|
|||||||
@@ -22,6 +22,6 @@ import { PipesModule } from 'src/app/pipes/pipes.module';
|
|||||||
PipesModule,
|
PipesModule,
|
||||||
],
|
],
|
||||||
exports: [ContactsPage],
|
exports: [ContactsPage],
|
||||||
declarations: [ContactsPage, FilterPipe]
|
declarations: [ContactsPage]
|
||||||
})
|
})
|
||||||
export class ContactsPageModule {}
|
export class ContactsPageModule {}
|
||||||
|
|||||||
Reference in New Issue
Block a user