fix: address CodeRabbit review and ci

This commit is contained in:
2026-04-10 19:11:16 -07:00
committed by sudacode
parent 18940b57c0
commit 26cb4704f1
14 changed files with 239 additions and 43 deletions

View File

@@ -1,9 +1,9 @@
import type { BrowserWindow } from 'electron';
import type { OverlayHostedModal } from '../shared/ipc/contracts';
import type { WindowGeometry } from '../types';
import { OVERLAY_WINDOW_CONTENT_READY_FLAG } from '../core/services/overlay-window-flags';
const MODAL_REVEAL_FALLBACK_DELAY_MS = 250;
const OVERLAY_WINDOW_CONTENT_READY_FLAG = '__subminerOverlayContentReady';
export interface OverlayWindowResolver {
getMainWindow: () => BrowserWindow | null;