mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
Improve calendar
This commit is contained in:
@@ -250,7 +250,7 @@ export class AgendaPage implements OnInit {
|
|||||||
this.viewDate = new Date(formatDate(ev,'yyyy-MM-dd', 'pt'));
|
this.viewDate = new Date(formatDate(ev,'yyyy-MM-dd', 'pt'));
|
||||||
// calendar change date
|
// calendar change date
|
||||||
this.eventSelectedDate = new Date(ev);
|
this.eventSelectedDate = new Date(ev);
|
||||||
this.centralizeTimeline(1000);
|
this.centralizeTimeline(500);
|
||||||
};
|
};
|
||||||
|
|
||||||
// changedate
|
// changedate
|
||||||
@@ -372,7 +372,7 @@ export class AgendaPage implements OnInit {
|
|||||||
this.showLoader = false;
|
this.showLoader = false;
|
||||||
this.showTimeline = true;
|
this.showTimeline = true;
|
||||||
|
|
||||||
this.centralizeTimeline(1000);
|
this.centralizeTimeline(500);
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -415,7 +415,7 @@ export class AgendaPage implements OnInit {
|
|||||||
this.showLoader = false;
|
this.showLoader = false;
|
||||||
this.showTimeline = true;
|
this.showTimeline = true;
|
||||||
|
|
||||||
this.centralizeTimeline(1000);
|
this.centralizeTimeline(500);
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user