yangzhang75 commented on PR #8516: URL: https://github.com/apache/texera/pull/8516#issuecomment-5641930204
Done, in this PR: 80640da1a replaces the two lists with `shownResultIds?: string[]` exactly as described. `undefined` = the terminal default, a value = exactly what shows, `[]` = nothing (and the persistence predicate keeps `[]`). `toggleShownResult(id, defaultIds)` materialises the list from the current terminals on the first choice, then flips within it. The viewer-local layer is untouched. Specs: first choice starts from the default, later choices ignore it, `[]` reachable and saved; the component shows terminals until a list exists, then exactly the list. #8517 rebased on top. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
