feat(ui): fenêtres View système séparées — WebviewWindow Tauri + port WindowGateway (#23)
Détache les vues dans de vraies fenêtres système Tauri (multi-écran, fullscreen). Backend : commandes de gestion de WebviewWindow, capabilities et composition root. Frontend : nouveau port WindowGateway et son adaptateur window, entrée panel-only ViewWindow/ViewPanelBody, détachement câblé dans ProjectsView. QA vert : app-tauri 63, frontend typecheck + vitest 546/546. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@ -16,6 +16,7 @@ import {
|
||||
MockSystemGateway,
|
||||
MockTemplateGateway,
|
||||
MockTerminalGateway,
|
||||
MockWindowGateway,
|
||||
} from "@/adapters/mock";
|
||||
import type {
|
||||
ConversationGateway,
|
||||
@ -102,6 +103,7 @@ function renderView(project: MockProjectGateway) {
|
||||
terminal: new MockTerminalGateway(),
|
||||
workState: fixedWorkState(),
|
||||
conversation: fixedConversation(),
|
||||
window: new MockWindowGateway(),
|
||||
} as unknown as Gateways;
|
||||
return render(
|
||||
<DIProvider gateways={gateways}>
|
||||
|
||||
Reference in New Issue
Block a user