You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the bug
In correspondence games it's possible for the title to change to "(0) moves made" which unnecessarily draws attention to an unattended browser tab.
To Reproduce
Steps to reproduce the behavior:
Go to an on ongoing correspondence game
Click to make a move
Leave tab open for some time
Title changes to "(0) moves made"
Expected behavior
The title doesn't change until the opponent actually makes a move.
Desktop:
OS: Linux (Ubuntu)
Browser: Chrome
Version: 127.0.6533.99 (Official Build) (64-bit)
Possible leads on how to fix the issue
In Game.tsx check that the diff is non-zero before updating the dynamic title.
The text was updated successfully, but these errors were encountered:
Description of the bug
In correspondence games it's possible for the title to change to "(0) moves made" which unnecessarily draws attention to an unattended browser tab.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The title doesn't change until the opponent actually makes a move.
Desktop:
Possible leads on how to fix the issue
In
Game.tsx
check that thediff
is non-zero before updating the dynamic title.The text was updated successfully, but these errors were encountered: