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 7e3be72a3a - Show all commits

View File

@ -575,7 +575,10 @@ const recurrenceSummary = computed(() => {
<div class="ec-modal" v-if="showDialog" ref="modalRef" :style="modalStyle"> <div class="ec-modal" v-if="showDialog" ref="modalRef" :style="modalStyle">
<form class="ec-form" @submit.prevent="saveEvent"> <form class="ec-form" @submit.prevent="saveEvent">
<header class="ec-header" @pointerdown="startDrag"> <header class="ec-header" @pointerdown="startDrag">
<h2 id="ec-modal-title">{{ dialogMode === 'create' ? 'Create Event' : 'Edit Event' }}</h2> <h2 id="ec-modal-title">
{{ dialogMode === 'create' ? 'Create Event' : 'Edit Event' }}
<template v-if="headerDateShort">· {{ headerDateShort }}</template>
</h2>
</header> </header>
<div class="ec-body"> <div class="ec-body">
<label class="ec-field"> <label class="ec-field">