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
Showing only changes of commit 4e816a2cde - Show all commits

View File

@ -662,11 +662,7 @@ window.addEventListener('resize', () => {
v-for="(r, i) in searchResults" v-for="(r, i) in searchResults"
:key="r.id" :key="r.id"
:class="{ active: i === searchIndex }" :class="{ active: i === searchIndex }"
@click=" @click="((searchIndex = i), activateCurrentResult(), closeSearch())"
searchIndex = i
activateCurrentResult()
closeSearch()
"
> >
<span class="title">{{ r.title }}</span> <span class="title">{{ r.title }}</span>
<span class="date">{{ r.startDate }}</span> <span class="date">{{ r.startDate }}</span>