fix(studio): add delete action menu to guardrail detail page header - #1114
Merged
aray12 merged 1 commit intoAug 5, 2026
Merged
Conversation
Adds a ⋯ actions menu to the GuardrailDetailRoute header containing a Delete action. On confirm, deletes the config and redirects to the list. Updates the guardrails doc to reflect the new UX (menu instead of a standalone header button). Signed-off-by: Alex Ray <alray@nvidia.com>
Contributor
📝 WalkthroughWalkthroughChangesGuardrail detail deletion
Sequence Diagram(s)sequenceDiagram
participant User
participant GuardrailDetailActions
participant DeleteModal
participant GuardrailAPI
participant WorkspaceConfigurationQuery
User->>GuardrailDetailActions: Select Delete
GuardrailDetailActions->>DeleteModal: Open confirmation
User->>DeleteModal: Confirm deletion
DeleteModal->>GuardrailAPI: Delete guardrail
GuardrailAPI-->>DeleteModal: Return result
DeleteModal->>WorkspaceConfigurationQuery: Invalidate configuration query
DeleteModal-->>User: Show success or failure
Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Contributor
Contributor
|
steramae-nvidia
approved these changes
Aug 5, 2026
aray12
deleted the
aastd-367-nemo-platformoss-040studiodoc-studio-guardrails-doc-claims
branch
August 5, 2026 22:54
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.
Summary
GuardrailDetailRouteheader with a single Delete actiondocs/studio/guardrails.mdxto reflect the new UX (menu instead of a standalone header button)Test plan
Summary by CodeRabbit
New Features
Documentation