style agenda

This commit is contained in:
Tykayn 2025-10-04 23:36:37 +02:00 committed by tykayn
parent ba6ec93860
commit e7f7e9e19e
11 changed files with 928 additions and 677 deletions

View file

@ -32,6 +32,7 @@ export class Home implements OnInit, OnDestroy {
filteredFeatures: Array<any> = [];
selected: any | null = null;
showTable = false;
showFilters = false;
// Nouvelles propriétés pour le rechargement automatique et la sélection de jours
autoReloadEnabled = true;