Files
ComfyUI_frontend/apps
Glary-Bot b83bb312ff drop banner placeholders, vendor PP Formula font ZIP
The previous brand-assets grid trailed four 'Coming soon' banner tiles
(728x90, 300x250, 160x600, 1200x628) that no banner files actually
exist for - not in the repo, not on the Brand Guidelines Notion page,
not on media.comfy.org. Remove them so the grid only shows real
downloads and stops looking unfinished.

Add the PP Formula font ZIP from the Brand Guidelines page as a real
9th tile under apps/website/public/affiliates/fonts/PP_Formula.zip
(3.3 MB, same-origin so the download attribute works). The brand
guidelines PDF (46 MB) is intentionally not vendored - that lives in
the affiliate dashboard or via the Notion page link.

- BrandAsset.comingSoon and the 'Coming soon' v-else branch deleted;
  every tile now has a real download URL.
- BrandAsset.download is now required (was optional).
- New optional BrandAsset.downloadFilename overrides the
  derived-from-URL filename for cases like the font ZIP where the
  asset id and the file basename don't match.
- The download anchor derives the suggested filename from the URL's
  basename instead of hardcoding '.svg', so non-SVG assets get the
  right extension when saved.
- Subheading updated to match what's actually shown ('Logos and the
  brand typeface...') instead of promising banners.
- Drop dead i18n keys: comingSoonLabel, banner-leaderboard.title,
  banner-medium-rectangle.title, banner-skyscraper.title,
  banner-social.title.
- affiliateLanding.test.ts: drop the comingSoonLabel hasKey assertion.
2026-05-06 07:59:41 +00:00
..