Skip to content

feat: add category browsing and top cover image#20

Open
DophinL wants to merge 1 commit into
mainfrom
feat/categories-and-cover
Open

feat: add category browsing and top cover image#20
DophinL wants to merge 1 commit into
mainfrom
feat/categories-and-cover

Conversation

@DophinL
Copy link
Copy Markdown
Contributor

@DophinL DophinL commented Apr 26, 2026

Summary

  • Category browsing: wire CMS-driven prompt categories (campaign: seedance-2.0-prompts) fetched per locale and rendered as Use Cases / Styles / Subjects groups, each linking to the gallery's category filter. Mirrors the awesome-gpt-image-2 README pattern; taxonomy matches rssify's seedance-2.0 video pipeline (IDs 87-118).
  • Top cover image: add a centered cover image (sourced from marketing-assets.youmind.com) above the title across all 16 locales, click-through to the localized gallery.
  • i18n: add categories / categoryBrowsing / browseByCategory keys for the new feature-table row and section header, translated to 14 base locales.

Test plan

  • tsc --noEmit passes
  • DOWNLOAD_VIDEOS=false pnpm generate regenerates all 16 READMEs successfully
  • CMS returns 35 categories (3 parents + 32 children) per locale
  • Spot-checked en / zh / ja READMEs: cover renders, child titles localize where CMS has translations
  • Verify cover image and category links render correctly on GitHub once merged

Notes

Parent labels (Use Cases / Styles / Subjects) currently fall back to English in non-en locales because the CMS doesn't have translations on the parent records yet. Separate CMS data task to fill those in.

🤖 Generated with Claude Code

- Wire CMS-driven prompt categories (campaign: seedance-2.0-prompts)
  fetched per locale, rendered as Use Cases / Styles / Subjects
  groups linking to the gallery's category filter — mirrors the
  awesome-gpt-image-2 README pattern.
- Add a top-of-README cover image (marketing-assets.youmind.com)
  above the title across all 16 locales.
- Add i18n keys (categories / categoryBrowsing / browseByCategory)
  for the new feature row and section header in each locale.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.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