Migrate guest v2 achievements and refresh share page
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-02-05 16:46:15 +01:00
parent fa630e335d
commit 4e0d156065
22 changed files with 1142 additions and 1902 deletions

View File

@@ -174,7 +174,7 @@ export default function TasksScreen() {
const handleOpenPhoto = React.useCallback(
(photoId: number) => {
if (!highlight) return;
navigate(buildEventPath(token, `/gallery?photoId=${photoId}&task=${highlight.id}`));
navigate(buildEventPath(token, `/gallery?photo=${photoId}&task=${highlight.id}`));
},
[highlight, navigate, token]
);