Skip to content

feat: add path input field to container file browser#12283

Open
jakub961241 wants to merge 1 commit into1Panel-dev:dev-v2from
jakub961241:feat/container-path-input-12282
Open

feat: add path input field to container file browser#12283
jakub961241 wants to merge 1 commit into1Panel-dev:dev-v2from
jakub961241:feat/container-path-input-12282

Conversation

@jakub961241
Copy link

Summary

Closes #12282 - Container file browser supports navigating to a path via input field.

Before

Only breadcrumb navigation - must click through each directory.

After

  • Pencil icon (Edit) next to breadcrumb switches to a text input
  • Type or paste any path, press Enter to navigate
  • Press Escape or Cancel to return to breadcrumb view
  • Input auto-focuses when opened

Changed file

  • frontend/src/views/container/container/file-browser/index.vue (+56, -3)
feat: Container file browser now supports direct path input for quick navigation (#12282)

The container file browser breadcrumb now has an edit button (pencil
icon) that switches to a text input field where users can type or
paste a path directly. Press Enter to navigate, Escape to cancel.

This makes it much easier to jump to deep paths without clicking
through each directory level.

Closes 1Panel-dev#12282
@f2c-ci-robot
Copy link

f2c-ci-robot bot commented Mar 22, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign wanghe-fit2cloud for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] The container file management feature supports navigating to a specified path via the path input field

1 participant