Revise FAQ for player edge cases

This commit is contained in:
2026-02-06 18:43:15 +01:00
parent 3af489a08e
commit 2649038d5e
2 changed files with 45 additions and 37 deletions

View File

@@ -391,6 +391,7 @@ function faqTree() {
items: [
{ q: t("help.q.join"), a: t("help.a.join") },
{ q: t("help.q.adminKey"), a: t("help.a.adminKey") },
{ q: t("help.q.displayName"), a: t("help.a.displayName") },
],
},
{
@@ -399,6 +400,7 @@ function faqTree() {
{ q: t("help.q.limit"), a: t("help.a.limit") },
{ q: t("help.q.editNames"), a: t("help.a.editNames") },
{ q: t("help.q.mediaRules"), a: t("help.a.mediaRules") },
{ q: t("help.q.cantAdd"), a: t("help.a.cantAdd") },
],
},
{
@@ -406,7 +408,11 @@ function faqTree() {
items: [
{ q: t("help.q.howVote"), a: t("help.a.howVote") },
{ q: t("help.q.finalize"), a: t("help.a.finalize") },
{ q: t("help.q.voteBlocked"), a: t("help.a.voteBlocked") },
{ q: t("help.q.jokerAfterFreeze"), a: t("help.a.jokerAfterFreeze") },
{ q: t("help.q.linkedVotes"), a: t("help.a.linkedVotes") },
{ q: t("help.q.newGameAfterFinal"), a: t("help.a.newGameAfterFinal") },
{ q: t("help.q.scoreRange"), a: t("help.a.scoreRange") },
],
},
{
@@ -414,15 +420,7 @@ function faqTree() {
items: [
{ q: t("help.q.resultsLocked"), a: t("help.a.resultsLocked") },
{ q: t("help.q.resultsContent"), a: t("help.a.resultsContent") },
],
},
{
title: t("help.cat.admin"),
items: [
{ q: t("help.q.openResults"), a: t("help.a.openResults") },
{ q: t("help.q.linkDuplicates"), a: t("help.a.linkDuplicates") },
{ q: t("help.q.grantJoker"), a: t("help.a.grantJoker") },
{ q: t("help.q.reset"), a: t("help.a.reset") },
{ q: t("help.q.editInResults"), a: t("help.a.editInResults") },
],
},
];