tiletopia/src-tauri/src
megaproxy e6d0040021 Fix workspace accumulation, tab-close popover, scrollbars, drag ghost
- window_state.rs: persist only the main window's workspaces. The aggregator
  flattened every window's tabs into the saved file; main then adopted the
  whole blob on launch, so detached windows' ephemeral tabs (and Pane N
  drag-out artifacts) accumulated without bound.
- TabStrip: portal the close-confirm popover to <body> with fixed,
  viewport-clamped positioning so the horizontally-scrolling strip can't clip
  it and it never runs off a window edge.
- styles.css: make themed ::-webkit-scrollbar global, not just xterm viewport.
- LeafPane: B1 drag-out ghost chip (portal, edge-pinned, orange detach state).
- App.tsx: moveToNewWindow waits briefly for pane registration instead of
  failing instantly on an in-flight spawn/adopt.
- gitignore cargo-test.lo*.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-28 20:24:09 +01:00
..
commands.rs Phase 2: drag-/right-click-a-pane-to-new-window 2026-05-28 18:57:31 +01:00
creds.rs Save SSH passwords in Windows Credential Manager and auto-type at prompt 2026-05-25 20:08:31 +01:00
hosts.rs MCP v2 PR-4: add_host + delete_host + extraArgs sanitiser + third SSH safeguard 2026-05-26 16:04:14 +01:00
lib.rs Fix detached-window IPC scoping and pane-transfer session loss 2026-05-28 19:46:30 +01:00
main.rs Initial scaffold from M1 spike (tiletopia) 2026-05-22 12:31:29 +01:00
mcp.rs Clear cargo warnings: drop v2.1 classifier scaffold, annotate tool_router 2026-05-26 18:59:04 +01:00
mcp_policy.rs Clear cargo warnings: drop v2.1 classifier scaffold, annotate tool_router 2026-05-26 18:59:04 +01:00
pty.rs Phase 2: drag-/right-click-a-pane-to-new-window 2026-05-28 18:57:31 +01:00
window_state.rs Fix workspace accumulation, tab-close popover, scrollbars, drag ghost 2026-05-28 20:24:09 +01:00