mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-07-17 09:18:26 +00:00
## Summary Stacked on #13693. Ports the capabilities six-card expansion and the nine-item FAQ rewrite from #13649 (imick-io) onto the reworked page, keeping the two-option setup module from the base branch as the single setup implementation. ## Changes - **What**: - Capabilities section grows from three to six cards (Direct any model, Generate in batches, Ship it as an app) with real media wired; `FeatureRows01` and `VideoPlayer` gain a `fit: cover | contain` option and a fixed-ratio media column. - FAQ rewritten to nine items, reordered so setup facts come first; `FAQSplit01` autolinks URLs in answers (regex includes coderabbit's character-class fix from the source PR). - Quality pass on top of the port: FAQ links get the same branded `focus-visible` rings as the setup section, "download the assets to local" copy polished, and two new e2e tests cover the six cards and the nine-item FAQ with its autolinked server URL. - Deliberately NOT ported from #13649: its `SetupSection`/`FeatureGrid01` Step 2 changes and the `cloudMcpServer` route entry. Those solve the buried-URL problem on the old three-step layout; the base branch's two-option redesign already covers it via `externalLinks.mcpEndpoint`. ## Review Focus - Translation splice: `mcp.tools.*` and `mcp.faq.*` blocks taken verbatim from #13649's branch (en + zh-CN); base branch's hero/setup keys untouched. - All 7 e2e tests pass against the production build; tools and FAQ sections verified rendering with live media. Linear: [PM-132](https://linear.app/comfyorg/issue/PM-132/comfyorgmcp-faq-is-stale-and-contradicts-the-page-rewrite-faq-fix) Source: #13649 ## Screenshots (if applicable) --------- Co-authored-by: Michael B <michael@imick.io>