MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / showVendorProgressPanel

Function showVendorProgressPanel

static/js/payment.js:1317–1321  ·  view source on GitHub ↗
(show = true)

Source from the content-addressed store, hash-verified

1315}
1316
1317function showVendorProgressPanel(show = true) {
1318 const panel = document.getElementById("vendor-progress-panel");
1319 if (!panel) return;
1320 panel.classList.toggle("show", Boolean(show));
1321}
1322
1323function resetVendorProgressPanel() {
1324 vendorProgressState.cursor = 0;

Callers 3

startVendorAutoBindFunction · 0.85
updateBindModeSpecificUiFunction · 0.85
createBindCardTaskFunction · 0.85

Calls 1

toggleMethod · 0.80

Tested by

no test coverage detected