All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 2m53s
Tab activity notifications: - Background tabs pulse blue when new output arrives - Clears when you switch to the tab - useTerminal marks activity on every data event Session persistence: - Workspace saved to DB on window close (connection IDs + positions) - Restored on launch — auto-reconnects saved sessions in order - workspace_commands: save_workspace, load_workspace Docker Manager (Tools → Docker Manager): - Containers tab: list all, start/stop/restart/remove/logs - Images tab: list all, remove - Volumes tab: list all, remove - One-click Builder Prune and System Prune buttons - All operations via SSH exec channels — no Docker socket exposure Sidebar drag-and-drop: - Drag groups to reorder - Drag connections between groups - Drag connections within a group to reorder - Blue border indicator on drop targets Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
17 lines
357 B
Rust
17 lines
357 B
Rust
pub mod vault;
|
|
pub mod settings;
|
|
pub mod connections;
|
|
pub mod credentials;
|
|
pub mod ssh_commands;
|
|
pub mod sftp_commands;
|
|
pub mod rdp_commands;
|
|
pub mod theme_commands;
|
|
pub mod pty_commands;
|
|
pub mod mcp_commands;
|
|
pub mod scanner_commands;
|
|
pub mod tools_commands;
|
|
pub mod updater;
|
|
pub mod tools_commands_r2;
|
|
pub mod workspace_commands;
|
|
pub mod docker_commands;
|