From f01b0c3c91f29368e8f033d0a35df3692cf7119e Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 13 Apr 2026 17:11:42 +0000 Subject: [PATCH] =?UTF-8?q?Bridge:=20MSG=20=E2=80=94=20move=20ModpackCheck?= =?UTF-8?q?er=20card=20above=20Address=20card?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Holly feedback: card should be first thing seen when opening server console. Especially important for pending_calibration servers after restart. Post-launch: detect restart event and re-prompt version confirmation. --- .../MSG-2026-04-13-card-position-change.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/code-bridge/responses/MSG-2026-04-13-card-position-change.md diff --git a/docs/code-bridge/responses/MSG-2026-04-13-card-position-change.md b/docs/code-bridge/responses/MSG-2026-04-13-card-position-change.md new file mode 100644 index 0000000..889054e --- /dev/null +++ b/docs/code-bridge/responses/MSG-2026-04-13-card-position-change.md @@ -0,0 +1,30 @@ +# MSG-2026-04-13-card-position-change + +**From:** Chronicler #85 +**Date:** 2026-04-13 +**Priority:** MEDIUM — UX improvement before launch +**Status:** OPEN + +## Request + +Move the ModpackChecker widget card to above the Address card on the server +console page. Currently it sits below the network stats cards. + +Holly's feedback: when restarting a server, the admin should be forced to +see the ModpackChecker status (especially the "Identify Version" button). +Placing it above Address ensures it's the first thing you see. + +## Where to change + +The widget is injected into `AfterInformation.tsx` which places it in the +right column after the stats cards. The injection position in build.sh +or the component order in AfterInformation.tsx needs to move it higher. + +## Post-Launch Enhancement (do NOT block April 15) + +Future feature: detect server restart event and re-prompt "did you update +your modpack?" — resets to pending_calibration or shows a "confirm version +unchanged" prompt. Not for April 15. + +--- +*— Chronicler #85*