You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ui): folder picker sort/filter/create/rename and exclusions size rollups
Closes#305, #306, #307.
- Destination folder picker: client-side sort (name/modified, Shared Drive
roots pinned first), type-to-filter (auto-focus, resets on navigation),
inline "New folder" on every browsable backend, inline hover-rename on
Drive + SFTP (disabled with an explanatory tooltip on S3), row-level
inline errors, near-fullscreen sizing in the add-source wizard modal.
- Exclusions preview tree: per-folder file-count + byte-size rollups
streamed from the backend walker (settle progressively for a descended
folder, final immediately for a pruned excluded folder via a lightweight
recursive disk count), an excluded-bytes "would be freed" summary stat,
and the same near-fullscreen sizing.
- New RemoteStore::rename_folder (Drive PATCH, SFTP real rename + sidecar
move, S3 stays unsupported by design) and create_remote_folder/
rename_remote_folder IPC commands; BackendDto.supportsRename and
DriveFolderEntry.modifiedTime added to the wire contract.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019xKUm9vH4ifb5LHR5szy1v
0 commit comments