mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
Migrated the onDocumentOpen callback in DocumentGraphView from the legacy setPreviewFile overlay system to use handleOpenFileTab for tab-based file preview. The implementation now: 1. Fetches content and stat in parallel for efficiency 2. Opens file in a tab (or selects existing tab if already open) 3. Provides lastModified timestamp for file info display 4. Properly handles SSH remote execution All 615 DocumentGraph tests and 370 tab-related tests pass.