Skip to content

fix(webapp): match ended card to the house section-heading style#28

Merged
cgoulart35 merged 1 commit into
masterfrom
fix/ended-card-style-consistency
Jun 15, 2026
Merged

fix(webapp): match ended card to the house section-heading style#28
cgoulart35 merged 1 commit into
masterfrom
fix/ended-card-style-consistency

Conversation

@cgoulart35

Copy link
Copy Markdown
Owner

What & why

On the off-season ended.html, two stacked cards rendered like different species. The newer "Don't miss next season" reminder card uses the app's house section-heading style .welcome (centered, pumpkin, glowing) with a 16px muted .remind-blurb body. The older "The Long Night has ended." card above it was a bare <h3> (off-white, left-aligned, no glow, trailing period) with an 18px <h5> body — the only section heading in the app not using .welcome.

Changes (templates only)

  • ended.html — the ended card now mirrors the reminder card (.forms + .welcome + .remind-blurb): centered pumpkin glowing heading, no trailing period, 16px muted body, so the two cards read as matched siblings. The reminder blurb is shortened to wrap to ~2 lines.
  • login.html / profile.html — close the unclosed <p> on the intro line.

Deliberately not touched: the GOT-font brand family (header / footer / Top Score / Scan) — an intentional, internally consistent brand voice, not an inconsistency.

Verification

  • Full pytest suite: 86 passing (template-only change; the suite covers only safely-importable modules, so no new tests added).
  • Browser QA of the rendered ended.html (sandbox season forced closed) on phone + laptop — both cards confirmed as matched siblings, period gone, blurb wraps to 2 lines.

No CSS, Python, dependency, or behavior change. VERSION is build-stamped from the CI SHA, so it is not bumped.

🤖 Generated with Claude Code

On the off-season ended.html, two stacked cards looked like different
species. The "Don't miss next season" reminder card uses the app's house
heading style `.welcome` (centered, pumpkin, glowing) with a 16px muted
`.remind-blurb` body, while "The Long Night has ended." above it was a
bare <h3> (off-white, left-aligned, no glow, trailing period) with an
18px <h5> body -- the only section heading in the app not using `.welcome`.

- ended.html: give the ended card the same `.forms` + `.welcome` +
  `.remind-blurb` treatment as the reminder card so the two read as
  siblings (drop the period, centered pumpkin glow heading, 16px muted
  body); shorten the reminder blurb so it wraps to ~2 lines.
- login.html / profile.html: close the unclosed <p> on the intro line.

Template-only -- no CSS, Python, dependency, or behavior change. Verified
with browser QA on ended.html (sandbox season forced closed) and the full
pytest suite (86 passing).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@claude

claude Bot commented Jun 15, 2026

Copy link
Copy Markdown

No blocking issues.

@cgoulart35
cgoulart35 merged commit 008ec4e into master Jun 15, 2026
5 checks passed
@cgoulart35
cgoulart35 deleted the fix/ended-card-style-consistency branch June 15, 2026 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant