Update Portal Codex open items

This commit is contained in:
jester 2026-04-29 18:21:24 +00:00
parent 744358f440
commit 390c1655fd

View File

@ -23,6 +23,17 @@ Only keep unfinished Portal work here.
- stale legacy CSS cleanup is no longer an open item - stale legacy CSS cleanup is no longer an open item
- baseline dependency pruning and audit cleanup are no longer open items - baseline dependency pruning and audit cleanup are no longer open items
- current TypeScript / build breakage reported during the cleanup pass is no longer an open item - current TypeScript / build breakage reported during the cleanup pass is no longer an open item
- the old Portal-side `/api/agent/{serverId}/{action}` bridge is no longer an open item; it has been removed
- dashboard spotlight placeholder data / broken manage-link cleanup is no longer an open item
- hub-nav and onboarding-tour billing mismatch is no longer an open item
- authenticated shell alignment for billing/profile/support is no longer an open item
- server card and console status labels no longer treat all non-connectable states as `Needs attention`
- host/container lifecycle states and async host action polling are represented in the server list
- DEV server status is separated from GAME connectability status in the server list
- DEV console now shows host, agent, and IDE indicators
- server-list and console IDE controls are compact and colocated with IDE readiness indicators
- server creation progress is tracked on the Servers page after create response
- dashboard spotlight now recognizes DEV containers and mirrors server-list IDE/readiness/host badges
## Cleanup rule ## Cleanup rule
- prefer behavior-preserving folding over broad refactors - prefer behavior-preserving folding over broad refactors