-
Notifications
You must be signed in to change notification settings - Fork 6
[wip]: mobile landing #605
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 ✨Explore these optional code suggestions:
|
User description
DRAFT
PR Type
Enhancement
Description
Add responsive mobile homepage layout
Improve prompt panel and form mobile behavior
Limit and fade past prompts on mobile view
Adjust video section responsiveness and loading
Changes walkthrough 📝
page.tsx
Responsive mobile homepage layout
apps/app/app/(main)/page.tsx
Camera
icon and updated importsmd:block
)hidden md:flex
) and mobile layoutsPromptDisplay.tsx
Mobile prompt display fade effect
apps/app/components/home/PromptDisplay.tsx
isMobile
detection andMAX_MOBILE_PROMPTS
PromptForm.tsx
Enhanced prompt form enter handling
apps/app/components/home/PromptForm.tsx
isMobile
detection placeholderstopPropagation
,onInput
)PromptPanel.tsx
Responsive prompt panel layout
apps/app/components/home/PromptPanel.tsx
isMobileView
prop and layout flagPromptForm
into mobile footer containeruseEffect
debug log on mobile data updatesVideoSection.tsx
Video section responsive adjustments
apps/app/components/home/VideoSection.tsx
iframe
&LivepeerPlayer
sizing