You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed — STRK-329: Constitutional silver card should not be collapsible
Constitutional card is no longer collapsible (STRK-329): The constitutional silver
card — the denomination / face-value entry that replaces the standard weight row when
Type = Constitutional — was accidentally included in the STRK-301 collapsible form
sections sweep. Unlike the seven optional sections (Grading, Market Pricing, etc.), this
card is a type-driven field swap: when it is visible it holds the only inputs that can
value the item, so there is nothing to disclose. Worse, the collapsed state was
remembered — a user who collapsed it once got a card with no visible inputs on every
subsequent add, which read as the form being broken. The card now uses the same visual
chrome (icon, header, chip toggle) but is a plain div, not a disclosure element, so it
cannot be collapsed. Any stale {constitutional: false} in localStorage is harmlessly
ignored.