Added alert messages in login page, Edited event list border color, And few updates at the agenda module.

This commit is contained in:
Tiago Kayaya
2020-08-25 10:37:41 +01:00
parent 91147ef6b9
commit e6c55d26cb
8 changed files with 275 additions and 116 deletions
@@ -1,7 +1,7 @@
<ion-header>
<ion-toolbar>
<ion-buttons slot="start">
<ion-back-button defaultHref="/events"></ion-back-button>
<ion-back-button defaultHref="/home/events"></ion-back-button>
</ion-buttons>
<ion-title>Visualizar Evento</ion-title>
</ion-toolbar>
@@ -31,7 +31,6 @@ export class EventDetailPage implements OnInit {
}
const eventId = paramMap.get('eventId');
console.log(eventId);
/* Load my event detail */
/* this.loadedEvent = this.eventsService.getEvent(eventId); */
this.eventItem = this.eventsService.getEvent(eventId);
+4 -4
View File
@@ -30,7 +30,7 @@
pullingIcon="chevron-down-circle-outline"
pullingText="deslize para actualizar"
refreshingSpinner="circles"
refreshingText="a actualizar...">
refreshingText="A actualizar...">
</ion-refresher-content>
</ion-refresher>
<!-- TABS -->
@@ -60,7 +60,7 @@
<div class="div-icon">
<ion-icon slot="start" name="reader"></ion-icon>
</div>
<div class="div-content-oficial">
<div class="div-content-{{event.CalendarName}}">
<h3>{{event.Subject}}</h3>
<p>{{event.StartDate}} - {{event.EndDate}}</p>
</div>
@@ -93,7 +93,7 @@
<div class="div-icon">
<ion-icon slot="start" name="reader"></ion-icon>
</div>
<div class="div-content-oficial">
<div class="div-content-{{event.CalendarName}}">
<h3>{{event.Subject}}</h3>
<p>{{event.StartDate}} - {{event.EndDate}}</p>
</div>
@@ -126,7 +126,7 @@
<div class="div-icon">
<ion-icon slot="start" name="reader"></ion-icon>
</div>
<div class="div-content-oficial">
<div class="div-content-{{event.CalendarName}}">
<h3>{{event.Subject}}</h3>
<p>{{event.StartDate}} - {{event.EndDate}}</p>
</div>
+4 -4
View File
@@ -75,16 +75,16 @@
margin: 0 auto;
}
.div-content-oficial{
.div-content-Oficial{
width: 85%;
float: left;
border-left: 3px solid #cab0dc;
border-left: 4px solid #cab0dc;
padding: 0 0 0 12px;
}
.div-content-pessoal{
.div-content-Pessoal{
width: 85%;
float: left;
border-left: 3px solid #cbeecb;
border-left: 4px solid #cbeecb;
padding: 0 0 0 12px;
}
.div-content-oficial h3, .div-content-pessoal h3{