Remove UI window hooks and wire explicit runtime callbacks

This commit is contained in:
2026-02-07 01:45:52 +01:00
parent 37db70e67e
commit 78701cebf2
4 changed files with 32 additions and 20 deletions

View File

@@ -126,9 +126,3 @@ export function signatureSuggestions(list) {
]),
);
}
// expose for UI handlers that call back in
window.refreshPhaseData = refreshPhaseData;
window.loadSuggestData = loadSuggestData;
window.loadVoteData = loadVoteData;
window.handleAuthError = (err) => handleAuthError(err, clearUserState);