Align the console with the operator's structured results (core:pull)#183
Merged
Conversation
c8b82c56 Align the console with the operator's structured results 8d046837 Merge commit '92d3590a765d7c7400c4501ca56bd9f65f10931c' into feature/elevenlabs-grant-badge 4d9a68e5 Add ElevenLabs Grants badge to research article footer 6018146a Add ElevenLabs Grants badge to research article footer git-subtree-dir: src/lib/core git-subtree-split: c8b82c5672f69fc64ba3d7e4fffb6181ecfcff2b
…console-operator-loop
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.
What
Pulls the shared
src/lib/coreup to date with robosystems-coremain, bringing the console's alignment with the Cypher operator's new structured results.Changes (via
core:pull— squash subtree merge)components/console/ConsoleContent.tsx+types.ts— the console consumesmetadata.rows/metadata.cypherfrom the operator (a real result table with CSV export + a Copy JSON button, and a one-click Run on the generated Cypher), with a regex fallback for backends that don't emit the new fields yetresearch/ResearchArticle.tsx— picks up the research-footer alignment already present in the other apps (this app was behind on it)Paired with
metadata.rows/metadata.cypherBack-compatible until the backend ships, via the regex fallback.