mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-06-06 07:51:57 +00:00
## Summary Redesigns the cloud login and signup screens with a new split-screen template featuring hero carousel on the right. ## Changes - **What**: - New `CloudHeroCarousel` component (product logo chips for Gemini, Grok, Seedance) - `CloudTemplate` restructured: removed video background and `BaseViewTemplate` wrapper; new shell uses `bg-charcoal-750` / `text-sand-500` and renders the carousel in the right column at `lg+` - `CloudLoginView` and `CloudSignupView` restyled to match the new dark shell (sand/azure/smoke tokens, `shadow-inset-highlight` OAuth buttons, brand-yellow free-tier badge) - `CloudSignInForm` submit button restyled to match the OAuth secondary style - `CloudLogo` switched from `<img>` to inline SVG with `currentColor` + `aria-label` - Three new logo components (`GeminiLogo`, `GrokLogo`, `SeedanceLogo`) — inline SVG, `aria-hidden`, `currentColor` - Theme tokens added in `style.css`: `--color-charcoal-750`, `--color-sand-500`, `--shadow-inset-highlight` - i18n keys added under `cloudHero.*` for carousel titles, descriptions, and pager labels - Hero image assets added under `src/platform/cloud/onboarding/assets/hero/` ## Screenshots <img width="1470" height="838" alt="image" src="https://github.com/user-attachments/assets/747bfc98-f605-4904-9a3f-3ba0de88573b" /> --------- Co-authored-by: Deep Mehta <42841935+deepme987@users.noreply.github.com> Co-authored-by: Austin <austin@comfy.org>