Files
gniza4linux/tui/widgets/__init__.py
shuki fb508d9e0b Add remote folder browser for SSH source targets
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>
2026-03-07 03:32:30 +02:00

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