lichess-org / mobile

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

fix: flip players on flip board action in archived game screen #905

Closed Mauritz8 closed 2 months ago

Mauritz8 commented 3 months ago

Before it only flipped the sides on the board, but the names and clocks etc were on the wrong side. I fixed the same issue before in the normal game screen, and now I saw that it occurs here as well.

veloce commented 2 months ago

I originally wanted to only turn the board and not the players, but since it's done in the normal game screen, we should do it here for consistency.