Feat/bulk delete UI#574
Open
psanghvi17 wants to merge 2 commits into
Open
Conversation
Introduce a reusable BulkDeleteModal and add row selection support in DataTable to enable bulk deletion across resources. Update DataTable with selectable and selectedRowKeys props, internal selection state, select-all behavior, selection emits, and selection-column styling. Add i18n keys for bulk-delete labels/messages, and integrate bulk-delete flows into applications, services, namespaces, and configurations pages with RBAC checks, selection state, modal wiring, and delete actions (including optional delete-image for apps).
Prevent protected configurations from being selected for bulk deletion and clear temporary delete-image flags after app delete attempts.
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
Adds UI bulk delete support for Epinio resources by introducing a reusable confirmation modal and table row selection, then wiring bulk delete flows into the relevant list views. A follow-up fix also aligns the new flow with existing delete safeguards for configurations and application image deletion.
Occurred changes and/or fixed issues
BulkDeleteModalfor confirmation flows.DataTablewith:deleteImageflag does not leak into later delete attempts.Technical notes summary
DataTablenow supportsrowSelectable, allowing protected rows to remain visible while preventing them from being selected.Areas or cases that should be tested
Areas which could experience regressions
DataTable, especially around selection, pagination, search, sorting, and action-column layout.deleteImageoption.