get tiago work back 1

This commit is contained in:
Paulo Pinto
2020-08-25 14:17:33 +01:00
parent b57a27e466
commit 3ae6946118
6 changed files with 54 additions and 106 deletions
+6 -8
View File
@@ -1,5 +1,4 @@
<div class="header-toolbar">
<ion-header translucent="true" >
<ion-header translucent="true">
<ion-toolbar>
<ion-title>
<ion-item class="ion-text-header-top" lines="none">
@@ -23,7 +22,6 @@
</ion-title>
</ion-toolbar>
</ion-header>
</div>
<ion-content>
<ion-progress-bar type="indeterminate" *ngIf="showLoader"></ion-progress-bar>
@@ -36,7 +34,7 @@
</ion-refresher-content>
</ion-refresher>
<!-- TABS -->
<ion-toolbar>
<ion-toolbar >
<ion-segment [(ngModel)]="segment" (ionChange)="onSegmentChange()">
<ion-segment-button value="Combinada">
Combinada
@@ -57,7 +55,7 @@
<ion-item lines="none"
*ngFor="let event of eventsList"
[routerLink]="['/home/events', event.EventId]">
<div class="div-item-{{event.CalendarName}}">
<div class="div-item">
<div class="div-up">
<div class="div-icon">
<ion-icon slot="start" name="reader"></ion-icon>
@@ -90,7 +88,7 @@
<ion-item lines="none"
*ngFor="let event of officialeventsList"
[routerLink]="['/home/events', event.EventId]">
<div class="div-item-{{event.CalendarName}}">
<div class="div-item">
<div class="div-up">
<div class="div-icon">
<ion-icon slot="start" name="reader"></ion-icon>
@@ -108,7 +106,7 @@
<p class="item-list-small">{{event.Location}}</p>
</div>
<div class="div-botton-right">
<ion-icon *ngIf="event.HasAttachments" class="ion-icon-attach" slot="end" name="attach-outline"></ion-icon>
<ion-icon class="ion-icon-attach" slot="end" name="attach-outline"></ion-icon>
</div>
</div>
</div>
@@ -123,7 +121,7 @@
<ion-item lines="none"
*ngFor="let event of personaleventsList"
[routerLink]="['/home/events', event.EventId]">
<div class="div-item-{{event.CalendarName}}">
<div class="div-item">
<div class="div-up">
<div class="div-icon">
<ion-icon slot="start" name="reader"></ion-icon>