You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
described-by=<uri> has no UI surface (URL-only) and its results render below the fold. Two small fixes:
A pinned 'Described by: ✕' chip at the top of the side panel — visible concept identity + one-click clear. (This is the UI element users will look for; also helps because the concept filter is currently fragile — any search-box entry silently replaces it.)
Hide the '#clusterSection "Click a cluster or sample" placeholder' while a search/concept is active — it's meaningless then and eats the vertical space the results want.
Scope
explorer.qmd: doDescribedBy() already sets window.__searchFilter = {kind:'concept', uri, term:<label>, ...} — render the chip from that; clear = call the existing clear path + remove described-by from the URL.
Why
described-by=<uri>has no UI surface (URL-only) and its results render below the fold. Two small fixes:Scope
explorer.qmd:doDescribedBy()already setswindow.__searchFilter = {kind:'concept', uri, term:<label>, ...}— render the chip from that; clear = call the existing clear path + removedescribed-byfrom the URL.escapeHtml(see XSS fix in explorer: supportdescribed-by=<concept-uri>search (#248 Flavor A) #252).#clusterSectionwhensearchIsActive().Acceptance