Improve Files explorer for v2.10.0 - #18
Merged
Merged
Conversation
## Why The Files window provides cross-endpoint transfers, but its source and destination states are visually dense and file selection can look like an immediate download. Local browser uploads also cannot reuse the destination workflow. ## What changed - Add sortable file metadata, directory-first ordering, prefix navigation, refresh controls, and detailed selection information. - Switch Copy to a focused destination pane and keep cancellation available before publish. - Allow browser-selected files to target compatible SSH or local endpoints while preserving explicit Download and endpoint capability checks. - Reset the window to its source pane on reopen and retain the existing typed backend transfer path. ## Testing Covers the complete headless smoke suite and Chromium Files workflows, including sorting, selection, destination navigation, local uploads, cross-endpoint copies, and cancellation.
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.
Why
The Files window supports SSH and local cross-endpoint copies, but its source and destination states are visually dense, file selection can look like an immediate download, and browser-selected uploads cannot reuse the destination workflow. This is the next minor release target after v2.9.0.
What changed
Testing
Covers the complete headless backend and agent boundary suite plus Chromium Files workflows for sorting, selection, destination navigation, local uploads, cross-endpoint copies, and cancellation.