weiterer fortschritt mit tamagui und dem neuen mobile event admin

This commit is contained in:
Codex Agent
2025-12-10 20:01:47 +01:00
parent 73e550ee87
commit 7b01a77083
26 changed files with 761 additions and 139 deletions

View File

@@ -136,9 +136,9 @@ export default function MobileEventTasksPage() {
}
async function importCollection(collectionId: number) {
if (!eventId) return;
if (!slug || !eventId) return;
try {
await importTaskCollection(collectionId, eventId);
await importTaskCollection(collectionId, slug);
const result = await getEventTasks(eventId, 1);
setTasks(result.data);
toast.success(t('events.tasks.imported', 'Aufgabenpaket importiert'));
@@ -459,7 +459,7 @@ export default function MobileEventTasksPage() {
<ListItem
title={
<Text fontSize={12.5} fontWeight="600" color="#111827">
{collection.title}
{collection.name}
</Text>
}
subTitle={