Rsync exit 23 (partial transfer) now triggers an automatic retry to recover failed files before accepting with a warning. Also adds a task counter next to the clock in the header bar showing running job count. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8 lines
358 B
Python
8 lines
358 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
|