fix(membership): collapse 'Lifetime x3' stutter on the lifetime card #113
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
psa-systems/bunyip!113
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/lifetime-card-stutter"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes BUNYIP-91.
The lifetime member's Membership & Billing page surfaced the word "Lifetime" three times in one card:
The badge carries the identity; the two grid cells just repeated it. Replace the grid with a single descriptive line that conveys what actually distinguishes lifetime from a paid plan ("No billing. Access never expires."), so the badge says "Lifetime" once and the body says it zero times.
Non-lifetime members are unaffected.
just check-containerclean (modulo pre-existing test_config_defaults parallel-env-var flake on main).#BUNYIP-91
Closes BUNYIP-91. The lifetime member's Membership & Billing page surfaced the word "Lifetime" three times in one card: - Top-right badge: "Lifetime" - Grid cell 1: "Plan: Lifetime" - Grid cell 2: "Access: Lifetime - no billing" The badge carries the identity; the two grid cells just repeated it. Replace the grid with a single descriptive line that conveys what actually distinguishes lifetime from a paid plan ("No billing. Access never expires."), so the badge says "Lifetime" once and the body says it zero times. Non-lifetime members are unaffected. `just check-container` clean (modulo pre-existing test_config_defaults parallel-env-var flake on main). #BUNYIP-91