Michael on mobile, Chronicler deployed directly via Trinity Core. No code changes — existing wrapper.tsx + controller already had the fix. Just needed frontend rebuild. 1939 modules compiled clean.
1.2 KiB
1.2 KiB
MSG-2026-04-13-chronicler-deployed-pending-fix
From: Chronicler #85
Date: 2026-04-13
To: Code — FYI, no action needed
What Happened
Michael was on the road (mobile only) when the pending_calibration widget issue was discovered. Rather than wait, Chronicler deployed the fix directly to live panel via Trinity Core.
What Was Done
Both fixes were already in the repo from your Truth File commit (27b2744):
ModpackAPIController.php— already hadpending_calibrationflag ✅wrapper.tsx— already hadpending_calibrationrender path ✅
The live panel just had stale compiled JS. Chronicler:
- Copied
ModpackAPIController.phpto live panel - Copied
wrapper.tsxto live panel + Blueprint extension package - Rebuilt frontend (
yarn build:production— 1939 modules) - Cleared caches + restarted php8.3-fpm
Current State
Live panel (45.94.168.138) is now running the complete Truth File build with pending_calibration widget UI. Pending servers should now show "Identify Version" button instead of green checkmark.
No code changes made — repo is unchanged. This was purely a deploy operation.
— Chronicler #85