Show only the SSH key path input (with Browse button) when auth method is "key", and only the password input when auth method is "password". Adds a FilePicker widget for browsing SSH key files, defaulting to ~/.ssh directory. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
202 B
Python
5 lines
202 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
|