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

Function showPushoverStatus

web/scripts/ragnar_modern.js:13068–13084  ·  view source on GitHub ↗
(msg, color, timeout)

Source from the content-addressed store, hash-verified

13066 refreshPwnagotchiStatus({ silent: true });
13067 }
13068 }, normalized);
13069}
13070
13071function initializePwnUI() {
13072 const badge = document.getElementById('pwn-status-badge');
13073 if (!badge) {
13074 return;
13075 }
13076
13077 const installBtn = document.getElementById('pwn-install-btn');
13078 if (installBtn) {
13079 installBtn.addEventListener('click', handlePwnInstallClick);
13080 }
13081
13082 const repairBtn = document.getElementById('pwn-repair-btn');
13083 if (repairBtn) {
13084 repairBtn.addEventListener('click', handlePwnRepairClick);
13085 }
13086
13087 const reinstallBtn = document.getElementById('pwn-reinstall-btn');

Callers 4

togglePushoverEnabledFunction · 0.70
savePushoverKeysFunction · 0.70
savePushoverTriggersFunction · 0.70
testPushoverFunction · 0.70

Calls 1

addMethod · 0.80

Tested by

no test coverage detected