Skip to content

Improve sponsor page listing layout - #120

Draft
feynon wants to merge 3 commits into
mainfrom
cursor/sponsor-listings-render-cd26
Draft

Improve sponsor page listing layout#120
feynon wants to merge 3 commits into
mainfrom
cursor/sponsor-listings-render-cd26

Conversation

@feynon

@feynon feynon commented Jun 30, 2026

Copy link
Copy Markdown
Member

Summary

Refines sponsor page listings and adds a landscape-only brand mark in the sponsor footer.

Changes

Sponsor listings

  • Avatar + name only: Removes per-sponsor social icon links from listing rows (avatar and name/handle only).
  • Grouped anonymous sponsors: Collapses consecutive anonymous past sponsors into a single row (e.g. "3 anonymous sponsors").
  • Responsive grids: Current sponsors use a two-column grid; past sponsors use two columns on small screens and three on large screens.
  • Clickable rows: Named sponsors link to their primary profile with a subtle hover state.
  • Shared helper: Adds prepareSponsorListDisplay in lib/people.ts.

Sponsor footer (landscape)

  • Shows the theme-aware dirty T mark only on /sponsor when the viewport is landscape.
  • Rotates the mark 90° and centers it beneath the footer copyright band.
  • Hidden in portrait orientations.

Verification

  • npm run build passes
  • Manually verified /sponsor listings and landscape/portrait footer behavior in the browser
Open in Web Open in Cursor 

- Remove per-sponsor social icon links; show avatar and name/handle only
- Group consecutive anonymous sponsors into a single row with count
- Use responsive grids for current and past sponsor sections
- Make named sponsor rows link to their primary profile with hover state
- Add prepareSponsorListDisplay helper for collapsed anonymous entries

Co-authored-by: Ankesh Bharti <hey@ankeshbharti.com>
@vercel

vercel Bot commented Jun 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
tiles-next Ready Ready Preview, Comment, Open in v0 Jul 25, 2026 5:02pm

Request Review

Show the theme-aware dirty T logo only on the sponsor page footer
when the viewport is landscape, rotated 90 degrees and centered
beneath the copyright band.

Co-authored-by: Ankesh Bharti <hey@ankeshbharti.com>
Keep it hidden only on portrait phones so desktop viewers can see
the rotated dirty T without needing a landscape-oriented window.

Co-authored-by: Ankesh Bharti <hey@ankeshbharti.com>
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.

2 participants