Removed entity delete modal#29953
Conversation
🟡 Playwright Results — all passed (37 flaky)✅ 4496 passed · ❌ 0 failed · 🟡 37 flaky · ⏭️ 95 skipped
🟡 37 flaky test(s) (passed on retry)
How to debug locally# Download playwright-test-results-<shard> artifact and unzip
npx playwright show-trace path/to/trace.zip # view trace |
… selector The component was updated to use DeleteModal (MUI-based) instead of EntityDeleteModal (Ant Design), which no longer renders .ant-modal-body. Update the selector to data-testid="delete-modal". Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Code Review 👍 Approved with suggestions 0 resolved / 1 findingsRefactors the codebase by removing the legacy entity delete modal in favor of a common implementation. Consider restoring the text-input safeguard requiring users to type 'DELETE' to confirm destructive actions. 💡 Edge Case: Delete confirmation no longer requires typing DELETEThe migration from 🤖 Prompt for agentsOptionsDisplay: compact → Showing less information. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |
|



Describe your changes:
Fixes #
I worked on ... because ...
Type of change:
High-level design:
N/A — small change.
Tests:
Use cases covered
Unit tests
Backend integration tests
Ingestion integration tests
Playwright (UI) tests
Manual testing performed
UI screen recording / screenshots:
Not applicable.
Checklist:
Fixes <issue-number>: <short explanation>Fixes #<issue-number>above.Greptile Summary
This PR removes the old entity delete modal and moves the affected delete flows to the shared modal. The main changes are:
EntityDeleteModalcomponent and tests.DeleteModal.Confidence Score: 5/5
This looks safe to merge from the follow-up changes reviewed here.
Important Files Changed
messageprop now accepts rendered content instead of only plain strings.Reviews (2): Last reviewed commit: "Merge branch 'main' into entity-modal-ty..." | Re-trigger Greptile
Context used (3)