Bridge: MSG — move ModpackChecker card above Address card

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.
This commit is contained in:
Claude
2026-04-13 17:11:42 +00:00
parent 538523832a
commit f01b0c3c91

View File

@@ -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*