Frames v2: rename from the Pod file explorer - #32800
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
davidebbo
force-pushed
the
frames-v2-rename-api
branch
from
September 20, 2026 17:03
68268b1 to
dcff77a
Compare
davidebbo
force-pushed
the
frames-v2-rename-ui
branch
from
September 20, 2026 17:03
ee8c35b to
b8022c6
Compare
davidebbo
force-pushed
the
frames-v2-rename-api
branch
from
September 21, 2026 12:23
dcff77a to
2d5753f
Compare
davidebbo
force-pushed
the
frames-v2-rename-ui
branch
from
September 21, 2026 12:24
b8022c6 to
cb10d56
Compare
davidebbo
force-pushed
the
frames-v2-rename-api
branch
from
September 21, 2026 13:06
2d5753f to
7bf9fb0
Compare
davidebbo
force-pushed
the
frames-v2-rename-ui
branch
from
September 21, 2026 13:06
cb10d56 to
4f85a8e
Compare
davidebbo
force-pushed
the
frames-v2-rename-api
branch
from
September 21, 2026 13:49
7bf9fb0 to
149c5e1
Compare
davidebbo
force-pushed
the
frames-v2-rename-ui
branch
from
September 21, 2026 14:17
4f85a8e to
34cb6f8
Compare
flvndvd
reviewed
Sep 21, 2026
| name: entry.fileName, | ||
| }); | ||
| } else { | ||
| setItemToRename({ |
Contributor
There was a problem hiding this comment.
Aligning on the FS we would hit the existing else branch.
davidebbo
force-pushed
the
frames-v2-rename-ui
branch
from
September 21, 2026 17:28
34cb6f8 to
c8f5ebf
Compare
davidebbo
force-pushed
the
frames-v2-rename-ui
branch
from
September 21, 2026 18:28
c8f5ebf to
ecaacce
Compare
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.
Fifth of six PRs. Adds Rename to the frame package context menu in the Pod file explorer, widens
RenameFileDialogwith aframeitem kind that addresses the Frame by id rather than by path, and addsuseRenameFrame.After a rename the explorer refreshes Pod metadata as well as the file listing, since the pin and tabs have moved onto the new path.
Scope is Pods only:
ConversationFileExplorerdoes not passonRename, so Frames there keep no Rename item.Updates one existing assertion in
FileExplorer.test.tsxthat pinned the old behavior — Frame packages previously had no Rename item by design.