feat(services): service instance create/edit/view modal and delete modal#548
Merged
Hannahbird merged 8 commits into1.14.0from Apr 13, 2026
Merged
feat(services): service instance create/edit/view modal and delete modal#548Hannahbird merged 8 commits into1.14.0from
Hannahbird merged 8 commits into1.14.0from
Conversation
- Add ServiceInstanceModal component with create, edit, and view modes - View mode opens on row name click with read-only fields and Edit Configuration button to switch inline to edit - Modal title shows instance name and state in edit/view modes - Dismissible false prevents backdrop close; dirty check on Cancel prompts discard confirmation inline with no nested modal - Replace native select placeholders with trailhand-dropdown - Create flow: closes modal immediately after API call, binds apps and re-fetches in background; re-asserts svc.metadata post-create to prevent followLink response merge from breaking bind URL - Edit flow: closes modal before bind/unbind so response-parsing errors do not surface as save errors - Fix unbind endpoint in services model: /unmounted 404 to /unbind - Catalog service detail table: add Edit/Delete action menu per row - Catalog Create action navigates to services list with query params to open modal prefilled with the selected catalog service
feat: use trailhand modal in service delete
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.
PR Checklist
Summary
Fixes #
EPINIO-508 & EPINIO-511
Implements service instance create, edit, and view flows via a shared modal component using Trailhand UI components.
Occurred changes and/or fixed issues
Technical notes summary
Areas or cases that should be tested
Areas which could experience regressions
Screenshot/Video