Update guest v2 home and tasks experience

This commit is contained in:
Codex Agent
2026-02-03 18:59:30 +01:00
parent a820ef2e8b
commit 7f1e6c06fb
31 changed files with 753 additions and 259 deletions

View File

@@ -31,7 +31,15 @@ vi.mock('../context/EventDataContext', () => ({
}));
vi.mock('../hooks/usePollStats', () => ({
usePollStats: () => ({ stats: { onlineGuests: 12, tasksSolved: 0, latestPhotoAt: null } }),
usePollStats: () => ({
stats: {
onlineGuests: 12,
tasksSolved: 0,
guestCount: 40,
likesCount: 120,
latestPhotoAt: null,
},
}),
}));
vi.mock('../services/qrApi', () => ({