fix(app): restore open folder actions#30304
Open
askforoneZY wants to merge 3 commits into
Open
Conversation
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Contributor
|
The following comment was made by an LLM, it may be inaccurate: Based on my search, I found one potentially related PR: PR #29888 -
|
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 #29875
Related context-menu requests: Refs #14784, Refs #26918.
This PR intentionally keeps the scope narrow: it restores the desktop open-folder action in the V2 session header and adds the file-tree open-folder context-menu action. It does not implement the broader copy path, rename, delete, or full file-operation menu requested in #26918.
Type of change
What does this PR do?
How did you verify your code works?
bun test --preload ./happydom.ts src/components/session/session-header.test.tsxfrompackages/app: 4 pass, 0 fail, 9 expect() calls.bun test --preload ./happydom.ts src/components/file-tree.test.tsfrompackages/app: 11 pass, 0 fail, 62 expect() calls.bun typecheckfrom the repo root: 21 successful, 21 total.Screenshots / recordings
Browser/screenshot evidence is unavailable in this environment, so no screenshot or recording is attached.
Checklist