lichess-org / mobile

Lichess mobile app v2
GNU General Public License v3.0
1.1k stars 150 forks source link

add button to jump to game screen from lichess TV #771

Open kwassmuss opened 2 weeks ago

kwassmuss commented 2 weeks ago

When watching a game on lichess TV, the game immediately is replaced with another one once the game ends. If you want to review some moves or perhaps just the final combination then it will be difficult to find the game when it disappeares.

In the web frontend the last few games are shown. This could also be added to the app or as an alternative the link to the lichess URL of the game could be displayed/shared/opened with a button.

In the old app there was a small delay before a game was replaced after it finished and if you were quick enough then you could jump to the game analysis screen before the game disappeared. Also there was a button to share a link to the game while it was running.

I believe that tv_screen.dart and tv_controller.dart would need a patch to implement this functionality, similar to this commit: https://github.com/lichess-org/mobile/commit/e84ca058ab05e9425021c72ccac3361acbb4d58a

Of course I understand that the priority at the moment is probably on bug fixes and not new functionality.