feat: complete map and trend frontend flows

This commit is contained in:
2026-07-26 08:39:35 +00:00
parent 8ac1ad4059
commit 477862464e
15 changed files with 645 additions and 36 deletions
@@ -174,6 +174,7 @@ const installAuthenticatedGameFixture = async (page: Page): Promise<void> => {
return { ok: true };
}
if (operation === 'vote.getAdminStatus') return { ok: false };
if (operation === 'public.recordAccess') return { recorded: true };
throw new Error(`Unhandled authenticated game fixture operation: ${operation}`);
});
});