Browse button now opens an SSH directory tree picker when source type is SSH, using the configured credentials. Folders input and Browse button placed on same row so they're visible without scrolling. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9 lines
422 B
Python
9 lines
422 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
|
|
from tui.widgets.docs_panel import DocsPanel, HelpModal
|
|
from tui.widgets.header import GnizaHeader
|
|
from tui.widgets.remote_folder_picker import RemoteFolderPicker
|