dev #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- Open on a fresh 'You vs Opponent' game instead of the Immortal Game. - Hide chess.js Seven-Tag-Roster placeholders ("?", "????.??.??") so a new game reads just "You vs Opponent" rather than "You vs Opponent — ? — ????.??.??". - Move the turn/move status onto the same row as the game info (top of the side panel) instead of below the move list.The browser suppresses native confirm()/prompt() when the page isn't the active tab ('dialog was suppressed because this page is not the active tab'). A suppressed confirm() returns false, so the overwrite-on-save check silently cancelled — no dialog, no overwrite. Replaced the prompt+confirm flow with a real <dialog> save modal (name input + live 'this overwrites' warning, so Save is the confirmation) and moved delete onto an in-app confirm dialog too. No native popups in these flows now. Bump cache version.Checkout
From your project repository, check out a new branch and test the changes.