Split each screen into two columns: existing controls on the left, a DocsPanel with Rich-markup documentation on the right (30% width). Press F1 to toggle the help panel on/off from any screen. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
304 B
Python
7 lines
304 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
|