feat(cloud-agent-next): confirm session deletion#4640
Open
eshurakov wants to merge 1 commit into
Open
Conversation
…or sessions Introduces an `AlertDialog` to confirm session deletion before proceeding, preventing accidental deletions. Added a loading spinner and disabled interaction for the specific session row while a deletion request is in progress to improve UX and prevent duplicate requests. Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Executive SummaryReviewed the deletion-confirmation dialog and per-row deleting state changes across the sidebar; the delete flow correctly awaits server deletion before local cleanup/navigation and no security, correctness, or breaking-change issues were found in the changed lines. Files Reviewed (2 files)
Reviewed by claude-sonnet-5 · Input: 20 · Output: 7.2K · Cached: 415.7K Review guidance: REVIEW.md from base branch |
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\n- add a confirmation dialog before deleting a cloud-agent session\n- show a spinner on the deleting session row and disable its actions\n- prevent delete clicks from selecting the session, and defer navigation/local removal until server deletion succeeds\n\n## Verification\n- formatted changed files with oxfmt\n- git diff --check\n- lint and typecheck not run per request