explorer: stats-collapse + concept chip + busy cursor + facet-count race fix#261
Merged
Merged
Conversation
…ace fix Consolidates four verified changes on top of described-by (isamplesorg#252), as the runtime (explorer.qmd only; regression tests tracked on isamplesorg#257/isamplesorg#258/isamplesorg#259): - isamplesorg#254 stats panel collapsible, collapsed by default (novice-friendly) - isamplesorg#255 described-by concept chip ("Described by: <label> ✕") + hide stale "Click a cluster" placeholder while a search/concept is active - isamplesorg#253 facet-legend counts now reflect a committed search (fixes the recompute race after the search auto-flyTo; counts settle to search-filtered values) - page-wide busy "progress" cursor during filter/search/facet updates (body.explorer-busy + 120s watchdog so it can never stick) Verified on rdhyee staging w/ real R2 data: A1 regression, described-by + mutual-exclusivity + draft-text safety, stats collapse, chip, count-fix (settles to search-filtered counts in ~7s on real data), deploy smoke gate. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 2, 2026
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.
Consolidates four verified changes on top of described-by (#252) — runtime only (explorer.qmd). Closes #253, #254, #255.
Verified on rdhyee staging with real R2 data: A1 regression, described-by + mutual-exclusivity + draft-text, stats collapse, chip, count-fix (settles in ~7s on real data), smoke gate. Regression tests live on #257/#258/#259 (the count-race spec's [P2] packaging — default-suite + /data dependency — to be repackaged as a standalone .mjs in a follow-up).