Event search (Ctrl+F), locale/RTL handling, weekday selector workday/weekend, refactored event handling, Firefox compatibility #3

Merged
LeoVasanko merged 17 commits from vol003 into main 2025-08-27 13:41:46 +01:00
2 changed files with 5 additions and 4 deletions
Showing only changes of commit 6f8d9d7774 - Show all commits

View File

@ -655,6 +655,7 @@ const recurrenceSummary = computed(() => {
v-model="recurrenceWeekdays"
:fallback="fallbackWeekdays"
:first-day="calendarStore.config.first_day"
:weekend="calendarStore.weekend"
/>
</div>
</div>

View File

@ -275,7 +275,7 @@ select {
flex: 0 0 auto;
min-width: 120px;
}
/* WeekdaySelector display tweaks */
.footer-row {
display: flex;
justify-content: flex-end;