chore(v2): remove dead update_ssh_session method and fix stale comment

- Remove unused SessionDb::update_ssh_session() and its test (SshDialog
  was deleted in P10, this method had no callers)
- Fix stale TilingGrid reference in AgentPane comment
- Eliminates the last Rust compiler warning
This commit is contained in:
Hibryda 2026-03-07 16:51:15 +01:00
parent 67c416dc10
commit 6ea1ed1dfd
2 changed files with 1 additions and 41 deletions

View file

@ -95,7 +95,7 @@
});
// NOTE: Do NOT stop agents in onDestroy — it fires on layout changes/remounts,
// not just explicit close. Stop-on-close is handled by TilingGrid.
// not just explicit close. Stop-on-close is handled by workspace teardown.
let followUpPrompt = $state('');