From 47d6644f646f30a4f1ce4759bfdd66b34c1b3f38 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 13 Apr 2026 12:01:04 +0000 Subject: [PATCH] =?UTF-8?q?Bridge:=20MSG=20=E2=80=94=20Chronicler=20deploy?= =?UTF-8?q?ed=20pending=5Fcalibration=20fix=20to=20live=20panel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- ...6-04-13-chronicler-deployed-pending-fix.md | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 docs/code-bridge/responses/MSG-2026-04-13-chronicler-deployed-pending-fix.md diff --git a/docs/code-bridge/responses/MSG-2026-04-13-chronicler-deployed-pending-fix.md b/docs/code-bridge/responses/MSG-2026-04-13-chronicler-deployed-pending-fix.md new file mode 100644 index 0000000..e08e32b --- /dev/null +++ b/docs/code-bridge/responses/MSG-2026-04-13-chronicler-deployed-pending-fix.md @@ -0,0 +1,34 @@ +# 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 had `pending_calibration` flag ✅ +- `wrapper.tsx` — already had `pending_calibration` render path ✅ + +The live panel just had stale compiled JS. Chronicler: +1. Copied `ModpackAPIController.php` to live panel +2. Copied `wrapper.tsx` to live panel + Blueprint extension package +3. Rebuilt frontend (`yarn build:production` — 1939 modules) +4. 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*