Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OpenSignLabs/OpenSign
/ hideUpgradeProgress
Function
hideUpgradeProgress
apps/OpenSign/src/utils/upgradeProgress.js:40–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
export
function
hideUpgradeProgress() {
41
if
(intervalId) {
42
clearInterval(intervalId);
43
intervalId = null;
44
}
45
const
overlay = document.getElementById(
"upgrade-progress"
);
46
if
(overlay) {
47
overlay.remove();
48
}
49
}
Callers
2
index.jsx
File · 0.90
App
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected