update(Calendar/Header.js):icon reihenfolge sowie icon fuer Tagesansicht wurden angepasst

This commit is contained in:
SimonGschnell
2025-01-16 10:41:21 +01:00
parent 09b2615d82
commit aef0e34b93
+1 -1
View File
@@ -3,9 +3,9 @@ export default {
return{
selected: this.mode,
modes:{
day: { mode_bezeichnung: "Tag", icon: "fa-calendar-day" , condition:true},
week: { mode_bezeichnung: "Woche", icon: "fa-calendar-week", condition: !this.noWeekView },
month: { mode_bezeichnung: "Monat", icon: "fa-calendar-days", condition: !this.noMonthView },
day: { mode_bezeichnung: "Tag", icon: "fa-sun" , condition:true},
},
headerPadding:null,
}