Conversation
Contributor
jaytaylor
commented
Mar 18, 2026
- Clickable tags
- Clickable labels
Serve context deep links through dev rewrites so /c/:contextId and /c/:contextId/t/:turnId no longer fall into Next's 404 path during local work. Normalize backend ids in the frontend API layer so deep links select the requested turn reliably, and separate production build output from the live dev dist directory so running next build no longer breaks the dev server's asset manifest.
Make the context list's rendered tag badges clickable so selecting a tag chip drives the existing sidebar tag filter instead of only opening the context row. Apply the selected tag filter to both the full context list and active search results, and cover the behavior with a Playwright regression test for mixed-tag contexts.
Translate context tag clicks into the project's native CQL syntax so an empty search becomes tag = "..." and existing queries get a trailing AND tag = "..." clause instead of a placeholder token. Teach the frontend search helpers to strip and replace the appended tag clause consistently, and extend the Playwright regression coverage to verify both empty-query and composed-query flows.
Make sidebar label chips clickable alongside client-tag chips so both kinds of context facets can append search criteria directly from the index view. Generalize the frontend search-clause helper to compose trailing tag and label criteria, keep tag clicks replacing the prior tag facet, and extend the Playwright coverage to verify label-only and tag-plus-label flows.
Wrap the CXDB logo and title block in a root link so users can navigate back to / from deep-linked debugger routes with a single click.
15c08c4 to
960c694
Compare
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.