MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / showSystemSuccess

Function showSystemSuccess

web/scripts/ragnar_modern.js:14014–14016  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

14012 if (gitStatus.status_error) {
14013 warnings.push(gitStatus.status_error);
14014 }
14015 _setPwnUpdateWarnings(warnings);
14016
14017 if (data.updates_available && (data.commits_behind || 0) > 0) {
14018 _setPwnUpdateBadge('Update Available', 'bg-orange-700 text-orange-200');
14019 _setPwnUpdatePerformEnabled(true);

Callers 1

refreshSystemStatusFunction · 0.70

Calls 1

showNotificationFunction · 0.70

Tested by

no test coverage detected