next #180

Merged
niggl merged 24 commits from next into dev 2023-05-01 12:55:20 +00:00
Showing only changes of commit 0fca0352c5 - Show all commits

View File

@ -78,7 +78,7 @@
scope="col"
class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider"
>
<span
<button
on:click={() => {
const newstate = !current_organizations.some(
(r) => r.is_selected === true
@ -92,7 +92,7 @@
>{#if current_organizations.some((r) => r.is_selected === true)}
{$_("deselect-all")}
{:else}{$_("select-all")}{/if}
</span>
</button>
</th>
<th
scope="col"
@ -123,7 +123,10 @@
.toString()
.toLowerCase()
.includes(searchvalue)}
<tr class="odd:bg-white even:bg-gray-100" data-rowid="org_{o.id}">
<tr
class="odd:bg-white even:bg-gray-100"
data-rowid="org_{o.id}"
>
<td class="px-6 py-4 whitespace-nowrap">
<input
bind:checked={o.is_selected}