Fix Wettkampf resume, timer persistence, and navigator flex wrap

This commit is contained in:
2026-04-26 12:12:38 +02:00
parent a6fd9d26f8
commit 1c030c8ed1
2 changed files with 35 additions and 11 deletions
+1
View File
@@ -299,6 +299,7 @@ app.get('/api/wettkampf-progress/:name/:setId', async (req, res) => {
rowId: a.id,
Frage_ID: a['Frage_ID'],
Antwort: a['Antwort'] || '',
Zeitstempel: a['Zeitstempel'] || '',
})),
totalAnswered: best.answers.length,
});