defluff (frontend + backend): strip em-dashes + shorten docstrings + drop dead UI files (cosmetic only, no schedule code)

This commit is contained in:
ciregenz
2026-05-20 05:36:17 -07:00
parent 5b0c6e1df3
commit f59bf0db9b
118 changed files with 853 additions and 4202 deletions
-2
View File
@@ -46,9 +46,7 @@ declare global {
onUpdateError: (cb: (message: string) => void) => () => void;
onWebviewNewWindow: (cb: (url: string, webContentsId: number) => void) => () => void;
openExternal: (url: string) => Promise<void>;
// Deep-link listener — fires when OS opens the app with openswarm://... URL.
onAuthUrl?: (cb: (url: string) => void) => () => void;
// OAuth claim deep-link listener — fires for openswarm://oauth/{provider}/complete.
onOauthClaim?: (cb: (url: string) => void) => () => void;
}