Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ setStatus
Function
setStatus
deployments/desktop/static/desktop.js:1592–1594 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
1590
}
1591
1592
function
setStatus(message) {
1593
$(
"statusText"
).textContent = statusText(message);
1594
}
1595
1596
function
showFeedbackToast(
type
, title, detail =
""
) {
1597
const
toast = $(
"feedbackToast"
);
Callers
3
applyLocale
Function · 0.70
runAction
Function · 0.70
showSettingsMessage
Function · 0.70
Calls
2
statusText
Function · 0.85
$
Function · 0.70
Tested by
no test coverage detected