patches v1.3.6 #78

Merged
jkeffects merged 4 commits from develop into main 2025-04-10 10:47:10 +00:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 552b6f6438 - Show all commits

View file

@ -5,6 +5,8 @@
</div> </div>
<br /> <br />
<p v-if="receivers.length == 0">keine Empfänger gefunden</p>
<p v-else>{{ receivers.length }} Empfänger gefunden</p>
<div class="flex flex-col gap-2 h-96 overflow-y-scroll"> <div class="flex flex-col gap-2 h-96 overflow-y-scroll">
<p <p
v-for="rec in receivers" v-for="rec in receivers"
@ -13,7 +15,6 @@
> >
{{ rec.lastname }}, {{ rec.firstname }} {{ rec.lastname }}, {{ rec.firstname }}
</p> </p>
<p v-if="receivers.length == 0">keine Empfänger gefunden</p>
</div> </div>
<div class="flex flex-row gap-4 py-2 w-full"> <div class="flex flex-row gap-4 py-2 w-full">

View file

@ -5,6 +5,8 @@
</div> </div>
<br /> <br />
<p v-if="receivers.length == 0">keine Empfänger gefunden</p>
<p v-else>{{ receivers.length }} Empfänger gefunden</p>
<div class="flex flex-col gap-2 h-96 overflow-y-scroll"> <div class="flex flex-col gap-2 h-96 overflow-y-scroll">
<p <p
v-for="rec in receivers" v-for="rec in receivers"
@ -13,7 +15,6 @@
> >
{{ rec.lastname }}, {{ rec.firstname }} {{ rec.lastname }}, {{ rec.firstname }}
</p> </p>
<p v-if="receivers.length == 0">keine Empfänger gefunden</p>
</div> </div>
<div class="flex flex-row gap-4 py-2 w-full"> <div class="flex flex-row gap-4 py-2 w-full">