feat(app): add delete session with confirmation dialog - #36967
Open
ohsalmeron wants to merge 1 commit into
Open
Conversation
Contributor
|
The following comment was made by an LLM, it may be inaccurate: Potential Duplicate PRs Found
|
Author
|
While the new Desktop v2 layout is beautiful and welcoming for new users, the classic interface—with its side-by-side split panels, visible file trees, and native file referencing—remains an incredibly production-grade, highly efficient setup for daily coding. This feature is designed to elevate this workflow. Workspace Safety and Cleanup
|
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.
Issue for this PR
Closes #36962
Type of change
What does this PR do?
Adds a right-click/context menu option "Delete Session" to session items in the sidebar. Clicking it opens a confirmation dialog, and confirming it calls the
DELETEAPI on the session, cleanly removing it from both local state and backend.How did you verify your code works?
Tested right-clicking a session, triggering the delete option, confirming the modal, and checking that the session was correctly deleted and removed from the list.
Screenshots / recordings
Delete option in the sidebar session menu and the confirmation modal.
Checklist