experiment/tanstack #172

Merged
niggl merged 106 commits from experiment/tanstack into dev 2023-04-12 19:31:47 +00:00
3 changed files with 5 additions and 2 deletions
Showing only changes of commit 6d9d8a4724 - Show all commits

View File

@ -229,6 +229,7 @@
...options,
data: current_cards,
}));
$table.resetRowSelection()
}}
>
{$_("delete-cards")}

View File

@ -481,5 +481,6 @@
"scan-deleted": "Scan gelöscht",
"please-confirm-the-deletion-of-scan": "Bitte bestätige die Löschung des Scans",
"please-confirm-the-deletion-of-card": "Bitte bestätige die Löschung der Karte",
"card": "Läuferkarte"
"card": "Läuferkarte",
"delete-scans": "Scans löschen"
}

View File

@ -481,5 +481,6 @@
"scan-deleted": "scan deleted",
"please-confirm-the-deletion-of-scan": "Please confirm the deletion of scan",
"please-confirm-the-deletion-of-card": "Please confirm the deletion of this card",
"card": "card"
"card": "card",
"delete-scans": "Delete scans"
}