Major new version #2

Merged
LeoVasanko merged 86 commits from vol002 into main 2025-08-26 05:58:24 +01:00
Showing only changes of commit 6b8963c698 - Show all commits

View File

@ -503,7 +503,11 @@ const recurrenceSummary = computed(() => {
/>
</div>
<div v-if="recurrenceFrequency === 'weeks'" @click.stop>
<WeekdaySelector v-model="recurrenceWeekdays" :fallback="fallbackWeekdays" />
<WeekdaySelector
v-model="recurrenceWeekdays"
:fallback="fallbackWeekdays"
:first-day="calendarStore.config.first_day"
/>
</div>
</div>
</div>
@ -562,7 +566,8 @@ const recurrenceSummary = computed(() => {
}
.ec-modal {
background: var(--panel);
background: color-mix(in srgb, var(--panel) 85%, transparent);
backdrop-filter: blur(0.1em);
color: var(--ink);
border-radius: 0.6rem;
min-width: 320px;