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*