Feature request: extensible actions in the workspace row menu #2631
HongMing-Huang
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The Workspace Browser currently renders the per-workspace ellipsis menu with a fixed set of actions (rename and delete). There is no public client slot/API for a plugin to contribute a workspace-scoped action.
This prevents desktop integrations from adding native capabilities—such as a File management action for browsing the selected workspace directory—without using fragile DOM mutation or forking the official UI bundle.
Please expose a supported extension point for workspace-row actions:
This would let downstream desktop clients add “File management” while preserving the official visual language and upgrade path.
All reactions