Feat/auto round transition#9
Open
Bot-Rakshit wants to merge 70 commits intoChess-broadcasting-tools:mainfrom
Open
Feat/auto round transition#9Bot-Rakshit wants to merge 70 commits intoChess-broadcasting-tools:mainfrom
Bot-Rakshit wants to merge 70 commits intoChess-broadcasting-tools:mainfrom
Conversation
Changed threshold for rapid and blitz
shift to free stockfish server
feat: add move number and turn indicator
fix: error when there are no clocks
change backend route
update api endpoint
revert
free link
- When viewing a broadcast via a unique URL, the application now periodically checks if the current round has ended. - If the current round has ended and a subsequent round for the same tournament is ongoing, the application automatically transitions to the new round. - This includes updating the PGN stream, clearing old game data, and updating the browser URL to reflect the new round ID. - The tournament ID is now included in the unique URL's state to facilitate finding the correct tournament's subsequent rounds.
- Previously, when an automatic round transition occurred, the eval bars would disappear as `links` were cleared but not repopulated for the new round. - This commit introduces a fix where, after a successful automatic round transition and when new game data becomes available for the new round, all available games are automatically added to the `links` state, causing their eval bars to be displayed. - This is achieved using an `isTransitioningRound` state flag and a `useEffect` hook that monitors `availableGames` to trigger the population of `links`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.