Conversation
Add a lobby-first creation studio with model/mode/config pills, @ mentions, reference upload preview, discovery feed, and nav rail. UI-only state for now; existing session playback and ChatBar continuation flow are preserved. Uses minimal Radix/shadcn primitives aligned with blocks.so patterns. Co-authored-by: Aryan Kumar <aryan5v@users.noreply.github.com>
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
- Darker Dreamina-style composer, masonry discovery feed, nav rail polish - Mode-aware references: optional T2V, dual FL2AV frames, required Ref2AV - Session ChatBar config pills synced from lobby settings at session start - Restore preset quick-launch rail; extract shared ConfigPill component Co-authored-by: Aryan Kumar <aryan5v@users.noreply.github.com>
Co-authored-by: Aryan Kumar <aryan5v@users.noreply.github.com>
Co-authored-by: Aryan Kumar <aryan5v@users.noreply.github.com>
Remove quick-action cards and discovery feed. Hide FastH3 from the model picker. Rename reference modes to Omni reference and first/last frame assets. Add drag-and-drop on reference upload slots. Co-authored-by: Aryan Kumar <aryan5v@users.noreply.github.com>
Replace the center AI Video title with the original animated hero tagline. Co-authored-by: Aryan Kumar <aryan5v@users.noreply.github.com>
Co-authored-by: Aryan Kumar <aryan5v@users.noreply.github.com>
Co-authored-by: Aryan Kumar <aryan5v@users.noreply.github.com>
Co-authored-by: Aryan Kumar <aryan5v@users.noreply.github.com>
Co-authored-by: Aryan Kumar <aryan5v@users.noreply.github.com>
Co-authored-by: Aryan Kumar <aryan5v@users.noreply.github.com>
Align the UI uplift with hao-ai-lab#1835 by mapping creation studio mode IDs to canonical t2va/fl2va/ref2va wire values in session_init_v2 and project_init_v1 payloads. Co-authored-by: Aryan Kumar <aryan5v@users.noreply.github.com>
pstack verification note (combined with #39)UI uplift verified as part of combined stack testing on
E2E: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Dreamina-inspired creation studio UI for Dreamverse: model/mode/config pills, reference uploads, preset quick-launch rail, and lobby polish.
Stacks as UI-only on top of upstream
main. Compatible with upstream mode-selection work in hao-ai-lab/FastVideo#1835 and the#1834protocol (generation_mode:t2va/fl2va/ref2va).Upstream compatibility
generation_modeinsession_init_v2andproject_init_v1, mapped from creation studio mode IDs (t2v→t2va,fl2av→fl2va,ref2av→ref2va).creation_modewire field — backend validation/routing should follow upstream#1834/#1835.initial_imageis still sent asnulluntil asset wiring lands upstream.Changes
generationMode.tsbridge for upstream wire IDsTest Plan
Test Results
Follow-ups (separate PRs)
#1834)