Replace flat file list with a Tree widget that shows directory structure. Strips remote path prefix to show relative paths only. Folders shown in bold with trailing /, sorted dirs-first. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
259 B
Python
6 lines
259 B
Python
from tui.widgets.folder_picker import FolderPicker
|
|
from tui.widgets.file_picker import FilePicker
|
|
from tui.widgets.confirm_dialog import ConfirmDialog
|
|
from tui.widgets.operation_log import OperationLog
|
|
from tui.widgets.snapshot_browser import SnapshotBrowser
|