api: add Person and StreamingService contexts

This commit is contained in:
Cron1cle
2025-10-07 20:08:51 +02:00
parent de2778d6db
commit 2dacb9fa80
12 changed files with 390 additions and 111 deletions

View File

@@ -175,7 +175,10 @@ export default function ShowDetails() {
onPress={() =>
router.push({
pathname: "/participant",
params: { participantId: p.id, name: p.name },
params: {
participantId: p.id,
name: p.name,
},
})
}
>