fix(tangle-cloud): readable Create-service nav button#3250
Merged
Conversation
The Header computed breadcrumbs but never rendered them. Show the trail
("Blueprints / Trading") in the nav left slot by default, with the leading
"Cloud" dropped and section roots (Blueprints/Operators/Instances) linking
back. Pages can still override via useTopNavSlot; the blueprint detail now
injects a matching "Blueprints / <name>" trail alongside its Create/Details
actions instead of a "← Catalog" link.
The sandbox Button variant left dark, italic text on its purple fill (unreadable). Render the Create action as an explicit styled link: white text on a solid accent fill, non-italic, sized to match the Details button.
…xt module The context module intentionally exports its Provider alongside its hooks; the react-refresh/only-export-components rule doesn't apply. Disable it at the two hook exports so the project lints clean.
tangletools
approved these changes
May 26, 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.
The 'Create {service}' button in the blueprint nav used the sandbox Button variant, which left dark, italic text on its purple fill — unreadable. Render it as an explicit styled link (white text on a solid accent, non-italic, sized to match the Details button). Also silences the react-refresh lint rule on the TopNavSlot context module so the project lints clean.