Fix: show only proper join buttons

This commit is contained in:
Grail Finder
2025-06-27 18:37:29 +03:00
parent 86063a4f7e
commit f08aadc557
4 changed files with 59 additions and 10 deletions

View File

@ -5,13 +5,13 @@
- login with invite link; +
- there three places for bot to check if its its move: start-game; end-turn, after mime gave clue; +
- remove bot button (if game is not running, or bot already added); +
- show in backlog (and with that in prompt to llm) how many cards are left to open, also additional comment: if guess was right;
- hide clue input for mime when it's not their turn; +
- needs resend to llm btn; +
- check if clue word is the same as one of the cards and return err if it is; +
- autoscroll down backlog on update; +
- instead of guessing all words at ones, ask only for 1 word to be open. +
- ways to remove bots from teams; +
- show in backlog (and with that in prompt to llm) how many cards are left to open, also additional comment: if guess was right;
- better styles and fluff;
- common auth system between sites;
- gameover to backlog;
@ -47,3 +47,4 @@
- guesser bot no request after game restart;
- remove join as mime button if there is a mime already on that team (rewrite teampew templ);
- openrouter 429 errors;
- there is a clue window for a mime before game started;