mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
hide timeline events
This commit is contained in:
@@ -242,7 +242,7 @@ label{
|
||||
color: #e16817;
|
||||
}
|
||||
td.monthview-primary-with-event {
|
||||
background-color: white !important;
|
||||
background-color: red !important;
|
||||
}
|
||||
.header-title{
|
||||
font-family: Roboto;
|
||||
|
||||
@@ -844,6 +844,8 @@ export class AgendaPage implements OnInit {
|
||||
const selectedCalendarIds = this.getSelectedAgendaCalendars();
|
||||
this.listToPresent = this.CalendarStore.getEventsByCalendarIds(selectedCalendarIds)
|
||||
|
||||
this.listToPresent = this.listToPresent.filter( e => momentG(new Date(), 'dd MMMM yyyy', 'pt') == momentG(e.startTime, 'dd MMMM yyyy', 'pt'))
|
||||
|
||||
this.TimelineMDList = this.listBoxService.list(this.listToPresent, 'md', this.rangeStartDate, this.rangeEndDate, { segment: this.segment, selectedDate: this.eventSelectedDate })
|
||||
|
||||
const selectedDay = momentG(this.eventSelectedDate, 'dd', 'pt');
|
||||
|
||||
@@ -151,7 +151,7 @@
|
||||
-->
|
||||
<div class="ion-input-class flex-grow-1 justify-center align-center materia-top" [class.input-error]="Form?.get('Date')?.invalid && validateFrom ">
|
||||
|
||||
<mat-form-field appearance="none" class="date-hour-picker">
|
||||
<mat-form-field appearance="none" class="date-hour-picker" >
|
||||
<input matInput [ngxMatDatetimePicker]="fim"
|
||||
placeholder="Data de fim*"
|
||||
[(ngModel)]="postEvent.EndDate"
|
||||
|
||||
+1
-1
@@ -55,7 +55,7 @@ td.monthview-primary-with-event {
|
||||
td.monthview-current{
|
||||
border-bottom: 1px solid var(--monthview-selected) !important;
|
||||
color: black !important;
|
||||
background-color: white !important;
|
||||
background-color: #e39c956b !important;
|
||||
}
|
||||
// selected date =============================
|
||||
td.monthview-selected {
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
export let versionData = {
|
||||
"shortSHA": "dd1ba46b0",
|
||||
"SHA": "dd1ba46b0d1ee7bf71b440bc76657ab208659ba4",
|
||||
"shortSHA": "a02bcb13a",
|
||||
"SHA": "a02bcb13a35495397840d9f62330d0106e93817a",
|
||||
"branch": "developer-prod",
|
||||
"lastCommitAuthor": "'Peter Maquiran'",
|
||||
"lastCommitTime": "'Mon Aug 21 12:27:17 2023 +0100'",
|
||||
"lastCommitMessage": "replicate contact function",
|
||||
"lastCommitNumber": "5187",
|
||||
"lastCommitTime": "'Mon Aug 21 17:36:32 2023 +0100'",
|
||||
"lastCommitMessage": "general review",
|
||||
"lastCommitNumber": "5188",
|
||||
"change": "",
|
||||
"changeStatus": "On branch developer-prod\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/agenda/agenda.page.ts\n\tmodified: src/app/pages/agenda/new-event/new-event.page.html\n\tmodified: src/app/pages/events/attendees/attendees.page.html\n\tmodified: src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.ts\n\tmodified: src/app/pages/publications/new-publication/new-publication.page.ts\n\tmodified: src/app/pages/publications/view-publications/view-publications.page.ts\n\tmodified: src/app/services/events/attendees/attendees.page.html\n\tmodified: src/app/services/task.service.ts\n\tmodified: src/app/shared/event/attendee-modal/attendee-modal.page.html\n\tmodified: src/app/shared/publication/new-publication/new-publication.page.ts\n\tmodified: src/app/shared/publication/view-publications/view-publications.page.ts\n\tmodified: src/app/store/eventoaprovacao-store.service.ts\n\tmodified: src/global.scss",
|
||||
"changeStatus": "On branch developer-prod\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/agenda/agenda.page.scss\n\tmodified: src/app/pages/agenda/agenda.page.ts\n\tmodified: src/app/pages/agenda/new-event/new-event.page.html\n\tmodified: src/global.scss",
|
||||
"changeAuthor": "peter.maquiran"
|
||||
}
|
||||
Reference in New Issue
Block a user