MCPcopy Create free account
hub / github.com/RioArisk/claudecode_api_RemoteControl / showConnectScreen

Function showConnectScreen

app/src/modules/hub.js:563–570  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

561}
562
563export function showConnectScreen() {
564 hideHubConnectOverlay();
565 $('connect-screen').classList.remove('hidden');
566 $('app').classList.add('hidden');
567 hubStatus.clear();
568 renderHubCards();
569 startHubProbes();
570}
571
572export function showApp() {
573 hideHubConnectOverlay();

Callers 2

deleteServerFromDialogFunction · 0.70
initHubFunction · 0.70

Calls 4

$Function · 0.90
hideHubConnectOverlayFunction · 0.70
renderHubCardsFunction · 0.70
startHubProbesFunction · 0.70

Tested by

no test coverage detected