mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
Implements file-specific overlay menu for FileTab component: - Add shell:showItemInFolder IPC handler for "Reveal in Finder" action - Add showItemInFolder to shell preload API and global.d.ts types - Extend FileTabProps with position and close action callbacks - Implement full overlay menu with file actions: - Copy File Path/Name to clipboard - Open in Default App via file:// URL - Reveal in Finder via new showItemInFolder API - Move to First/Last Position - Close Tab/Other/Left/Right actions - Add 10 tests for file tab overlay menu - Add 3 tests for shell:showItemInFolder handler