Skip to content

Add right-click delete for workspace entries#202

Merged
BunsDev merged 1 commit into
mainfrom
okcode/enable-right-click-delete
Apr 1, 2026
Merged

Add right-click delete for workspace entries#202
BunsDev merged 1 commit into
mainfrom
okcode/enable-right-click-delete

Conversation

@BunsDev

@BunsDev BunsDev commented Apr 1, 2026

Copy link
Copy Markdown
Member

Summary

  • Add a new projects.deleteEntry websocket/native API path for removing workspace files and directories.
  • Extend the workspace file tree context menus with a destructive Delete action for files, folders, and search results.
  • Prompt for confirmation before deletion, then invalidate workspace directory/search caches after a successful delete.
  • Add shared contract/schema support for delete requests so server and client stay aligned.

Testing

  • Not run (bun fmt).
  • Not run (bun lint).
  • Not run (bun typecheck).
  • Not run (bun run test).

- Add a workspace entry delete action over WebSocket
- Wire context-menu delete into the file tree and search results
- Invalidate directory and search queries after deletion
@vercel

vercel Bot commented Apr 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
okcode-marketing Ready Ready Preview Apr 1, 2026 9:10pm
v0-compute-the-platform-to-build Ready Ready Preview, Open in v0 Apr 1, 2026 9:10pm

@github-actions github-actions Bot added the size:M label Apr 1, 2026
@github-actions github-actions Bot added the vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. label Apr 1, 2026
@BunsDev BunsDev merged commit 910738b into main Apr 1, 2026
9 of 10 checks passed
@BunsDev BunsDev deleted the okcode/enable-right-click-delete branch April 6, 2026 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:M vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant