-
Notifications
You must be signed in to change notification settings - Fork 6
WIP: create-streamer page #789
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
PR Type
Enhancement
Description
New
/create-streamer
page with browser fallbacksImplement StreamerDreamshaper streaming UI orchestration
Add StreamerPromptQueue live prompt sidebar component
Integrate onboarding flow with main experience
Changes walkthrough 📝
page.tsx
Create-streamer page routing and fallback
apps/app/app/create-streamer/page.tsx
/create-streamer
page addedStreamerDreamshaper.tsx
StreamerDreamshaper main UI orchestration
apps/app/components/daydream-streamer/StreamerDreamshaper.tsx
StreamerMainExperience.tsx
Main experience wrapper with permissions
apps/app/components/daydream-streamer/StreamerMainExperience.tsx
StreamerPromptQueue.tsx
Prompt queue UI component
apps/app/components/daydream-streamer/StreamerPromptQueue.tsx
index.tsx
StreamerDaydream entry and onboarding
apps/app/components/daydream-streamer/index.tsx