-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hide broadcast results in the single board view #16799
Hide broadcast results in the single board view #16799
Conversation
A side note: are the checkboxes 'playing' and 'results' necessary in studies (when they are not a broadcast) ? |
`ctrl.study?.multiBoard.showResults` can never be undefined
again `ctrl.study.multiBoard.showResults` can't be undefined
@@ -223,6 +226,7 @@ export default function (ctrl: AnalyseCtrl, concealOf?: ConcealOf): VNode { | |||
const ctx: Ctx = { | |||
...renderingCtx(ctrl), | |||
concealOf: concealOf ?? emptyConcealOf, | |||
onlyHide: ctrl.study?.relay !== undefined ? true : false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😖
I don't understand what it does, and I see no functional difference after removing it.
Did I miss something in that last commit? |
Short answer: no, it is great as it is Long answer: I added them after I tested with the PGN's from https://lichess.org/broadcast/tata-steel-chess-2025--masters/round-1/HmnX0y6b#boards The fixes you made must have removed the problem |
extends PR #16650
fixes issue #16786
With 'Results' un-checked: