Skip to content

feat: redesign tag landing page#6122

Open
tsahimatsliah wants to merge 4 commits into
mainfrom
feat/tag-page-redesign
Open

feat: redesign tag landing page#6122
tsahimatsliah wants to merge 4 commits into
mainfrom
feat/tag-page-redesign

Conversation

@tsahimatsliah
Copy link
Copy Markdown
Member

@tsahimatsliah tsahimatsliah commented May 31, 2026

Summary

  • Redesigns /tags/[tag] behind a default-on tag_page_redesign GrowthBook flag while preserving the existing flag-off layout.
  • Adds an editorial tag hero, real at-a-glance stats, sticky section nav, best-of showcase, richer people/sources cards, and an anonymous join strip.
  • Keeps existing SEO/data surfaces intact: JSON-LD, breadcrumbs, sr-only crawl links, related tags, roadmap, archive, all three horizontal feeds, and the main feed.

Test plan

  • node ./scripts/typecheck-strict-changed.js
  • pnpm --filter webapp exec eslint "pages/tags/[tag].tsx" "__tests__/TagPage.tsx" --max-warnings 0
  • pnpm --filter @dailydotdev/shared exec eslint "src/components/tags/TagPageHero.tsx" "src/components/tags/TagSectionNav.tsx" "src/components/tags/TagBestOfShowcase.tsx" "src/components/tags/TagPeopleSources.tsx" "src/components/tags/TagJoinStrip.tsx" "src/lib/featureManagement.ts" --max-warnings 0
  • NODE_ENV=test pnpm --filter webapp exec jest "__tests__/TagPage.tsx" --runInBand

Made with Cursor

Preview domain

https://feat-tag-page-redesign.preview.app.daily.dev

Co-authored-by: Cursor <cursoragent@cursor.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 31, 2026

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

Project Deployment Actions Updated (UTC)
daily-webapp Ready Ready Preview Jun 1, 2026 5:57am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
storybook Ignored Ignored Jun 1, 2026 5:57am

Request Review

Co-authored-by: Cursor <cursoragent@cursor.com>
Rebuild the tag hub as one cohesive surface instead of stacked,
double-bordered cards drowning in decorative labels:

- Hero: single confident unit with gradient title, inline live-stat
  ticker, one prominent Follow CTA + inline secondary actions
- Sticky command bar: persistent identity + Follow + segmented jump nav
- Best-of: interactive lens switcher (Top / Most upvoted / Best
  discussed) showing one rail at a time instead of three stacked rails
- People & sources, archive, live feed, and anon join strip: flattened
  headers, removed marketing chrome

All SEO content preserved (JSON-LD, sr-only crawl links, descriptions,
feeds, related tags, contributors/sources, archive).

Co-authored-by: Cursor <cursoragent@cursor.com>
The previous redesign read as "mixed light/dark" because it fought the
design system: filled bg-surface-primary cards, shadow-2, colored blur
glows, translucent backdrop bars, and bg-clip-text gradient headings.

Rebuild on the proven daily.dev module convention (bordered, transparent,
no shadow/gradient — like PageInfoHeader) using only semantic tokens:

- Solid surfaces and borders that flip correctly per theme
- Accent (cabbage) reserved for the # glyph, primary CTA, and active tab
- Removed all gradients, blur glows, translucency, and gradient text
- Hero: confident solid headline + inline stat ticker
- Best-of: clean bordered segmented control (lens switcher)
- People & sources / archive: bordered-transparent modules
- Join strip: single branded module via theme-aware accent tint

All SEO content preserved (JSON-LD, sr-only crawl links, descriptions,
feeds, related tags, contributors/sources, archive).

Co-authored-by: Cursor <cursoragent@cursor.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.

1 participant