RightRail inventory placeholder: render resource list per spec wording #18

Open
opened 2026-06-11 22:47:08 -05:00 by ginnoir · 0 comments
Owner

Inventory placeholder shows 'Items coming soon'; spec wants a resource-list placeholder. Cosmetic.

Context

The PR3 shell spec (docs/superpowers/specs/2026-06-11-m1-pr3-shell-ui-design.md §Right rail) describes Inventory as a resource-list placeholder until the item system exists. The shipped src/ui/RightRail.tsx instead renders a static muted line ("Items coming soon.").

Flagged by the PR3 final whole-branch review as a Minor spec-fidelity gap; it is explicitly a placeholder, so non-blocking.

Options

  1. Render the resource list (mirroring <ResourceBar />) under an Inventory heading, matching the spec wording.
  2. Keep "Items coming soon" if that reads better to playtesters — then update the spec to match.

Whichever way, align the spec and the implementation. Real item grid is later-milestone work.

Related: src/ui/RightRail.tsx.

<brief>Inventory placeholder shows 'Items coming soon'; spec wants a resource-list placeholder. Cosmetic.</brief> ## Context The PR3 shell spec (`docs/superpowers/specs/2026-06-11-m1-pr3-shell-ui-design.md` §Right rail) describes Inventory as a **resource-list placeholder** until the item system exists. The shipped `src/ui/RightRail.tsx` instead renders a static muted line ("Items coming soon."). Flagged by the PR3 final whole-branch review as a Minor spec-fidelity gap; it is explicitly a placeholder, so non-blocking. ## Options 1. Render the resource list (mirroring `<ResourceBar />`) under an Inventory heading, matching the spec wording. 2. Keep "Items coming soon" if that reads better to playtesters — then update the spec to match. Whichever way, align the spec and the implementation. Real item grid is later-milestone work. Related: `src/ui/RightRail.tsx`.
ginnoir added the area/uitype/featprio/3 labels 2026-06-11 22:47:08 -05:00
Sign in to join this conversation.