Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ setStatus
Function
setStatus
deployments/desktop/static/app.js:251–253 ·
view source on GitHub ↗
(text, busy = false)
Source
from the content-addressed store, hash-verified
249
}
250
251
function
setStatus(text, busy = false) {
252
$(
"statusText"
).textContent = busy ? `${text}...` : text;
253
}
254
255
async
function
api(path, options = {}) {
256
if
(DEMO_MODE) {
Callers
15
loadReportContent
Function · 0.70
bindReportsEvents
Function · 0.70
updateRole
Function · 0.70
createRole
Function · 0.70
sortCurrentPushByRelevance
Function · 0.70
loadLatestPush
Function · 0.70
scheduleDailyTaskPolling
Function · 0.70
handleDailyTask
Function · 0.70
runDaily
Function · 0.70
submit
Function · 0.70
readArxivDirect
Function · 0.70
readPdfDirect
Function · 0.70
Calls
1
$
Function · 0.70
Tested by
no test coverage detected