← back to Nineoh Guide
cast: show info only (name/character/bio), drop headshot photos (unflattering non-star candids) from list + detail; rights-ledger data kept for re-enable
79880446b0fb73724d6a610095db6f45b13202a3 · 2026-07-26 07:58:13 -0700 · Steve
Files touched
M apps/web/app/cast/[slug]/page.tsxM apps/web/app/cast/page.tsx
Diff
commit 79880446b0fb73724d6a610095db6f45b13202a3
Author: Steve <steve@designerwallcoverings.com>
Date: Sun Jul 26 07:58:13 2026 -0700
cast: show info only (name/character/bio), drop headshot photos (unflattering non-star candids) from list + detail; rights-ledger data kept for re-enable
---
apps/web/app/cast/[slug]/page.tsx | 3 ---
apps/web/app/cast/page.tsx | 23 ++++++++++-------------
2 files changed, 10 insertions(+), 16 deletions(-)
diff --git a/apps/web/app/cast/[slug]/page.tsx b/apps/web/app/cast/[slug]/page.tsx
index 1720003..c7a7dde 100644
--- a/apps/web/app/cast/[slug]/page.tsx
+++ b/apps/web/app/cast/[slug]/page.tsx
@@ -86,9 +86,6 @@ export default async function CastMember({
<p style={{ fontSize: 12, color: "var(--muted)" }}>
<a href="/cast">← Cast</a>
</p>
- <div style={{ float: "right", marginLeft: 16 }}>
- <RightsImage asset={toAsset(p)} alt={p.name} width={160} height={200} />
- </div>
<h1 style={{ marginBottom: 2 }}>{p.name}</h1>
{p.character_name ? (
<p style={{ color: "var(--maroon)", marginTop: 0, fontWeight: 600 }}>
diff --git a/apps/web/app/cast/page.tsx b/apps/web/app/cast/page.tsx
index ab2d204..5f4ebf3 100644
--- a/apps/web/app/cast/page.tsx
+++ b/apps/web/app/cast/page.tsx
@@ -62,20 +62,17 @@ export default async function Cast() {
key={p.id}
className="card"
href={castPath(p.name)}
- style={{ display: "flex", gap: 12, color: "inherit" }}
+ style={{ display: "block", color: "inherit" }}
>
- <RightsImage asset={toAsset(p)} alt={p.name} width={82} height={104} />
- <div style={{ minWidth: 0 }}>
- <strong style={{ fontFamily: "var(--font-display)", fontSize: 16 }}>
- {p.name}
- </strong>
- {p.character_name ? (
- <div className="se" style={{ fontSize: 13 }}>as {p.character_name}</div>
- ) : null}
- <p style={{ margin: "5px 0 0", color: "var(--ink-soft)", fontSize: 12.5, lineHeight: 1.5 }}>
- {p.biography_original ?? "Bio coming soon."}
- </p>
- </div>
+ <strong style={{ fontFamily: "var(--font-display)", fontSize: 16 }}>
+ {p.name}
+ </strong>
+ {p.character_name ? (
+ <div className="se" style={{ fontSize: 13 }}>as {p.character_name}</div>
+ ) : null}
+ <p style={{ margin: "5px 0 0", color: "var(--ink-soft)", fontSize: 12.5, lineHeight: 1.5 }}>
+ {p.biography_original ?? "Bio coming soon."}
+ </p>
</a>
))}
</div>
← 396861c gitignore CTA test artifacts (cross-browser test passed: liq
·
back to Nineoh Guide
·
auto-save: 2026-07-26T08:11:40 (4 files) — apps/web/app/layo 71ac749 →