Closed
Conversation
- VideoEnhancerPage: reduce padding on mobile (p-4 md:p-8), hide duplicate header (MobileHeader already shows title), tighter spacing - ProcessingProgress: split into two rows (info + progress bar) so percentage and ETA are never cut off on narrow screens, label truncates if needed Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- MobilePlaygroundPage: fix race condition where DynamicForm defaults
overwrite template values. Use pendingTemplateRef to defer template
application until after model schema defaults are set.
- toaster: add explicit duration={5000} to ToastProvider so toasts
auto-dismiss after 5 seconds (fixes stuck toast on mobile WebView)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace the old "click variant → standard Playground" flow with a unified Smart Playground per model family. Users see one merged form with all parameters; the system auto-resolves which variant to call based on filled fields and toggle values. - 7 families: Seedream 4.5, Seedance 1.5 Pro, Wan Spicy, Wan Animate, InfiniteTalk, Kling 2.6 MC, Nano Banana Pro - Dynamic field visibility: only show resolved variant's fields + trigger fields (file/loras) for switching - Batch mode with seed randomization - Last-uploaded-media-type priority for image/video conflict - Auto-clean invalid select values on variant change - InfiniteTalk: left/right audio → single audio mapping, excludeFields - MaskEditor: add touch support + responsive mobile layout - FileUpload: fallback preview based on accept type - schemaToForm: broader lora field detection - Remove variant list from FeaturedModelsPage cards - i18n keys added to all 23 locales Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Merge origin/main (workflow module + UI updates) into mobile-app - Extract PageResetContext to fix mobile build (break workflow import chain) - Add theme-aware AppLogo component (dark/light PNG swap via CSS) - Update Sidebar and MobileHeader to use new logo with matching gradient text - Add cover images for 5 free tools (video/audio/image converter, media trimmer/merger) - Add face enhancer cover image for mobile Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Smart Playground + MaskEditor Mobile Adaptation
Summary
Users see one merged form; the system auto-resolves which variant API to call based on filled fields and toggle values.
and future models that use mask input.
Smart Playground — 7 Families
┌──────────────────────────┬───────────────────────────┬────────────────────────────────────────────┐
│ Family │ Toggle │ Auto-detect │
├──────────────────────────┼───────────────────────────┼────────────────────────────────────────────┤
│ Seedream 4.5 │ Mode (Normal/Sequential) │ Image → edit variant │
├──────────────────────────┼───────────────────────────┼────────────────────────────────────────────┤
│ Seedance 1.5 Pro │ Speed (Normal/Fast) │ Video > Image > Text │
├──────────────────────────┼───────────────────────────┼────────────────────────────────────────────┤
│ Wan Spicy │ — │ Lora + Video/Image │
├──────────────────────────┼───────────────────────────┼────────────────────────────────────────────┤
│ Wan Animate │ — │ Single variant │
├──────────────────────────┼───────────────────────────┼────────────────────────────────────────────┤
│ InfiniteTalk │ Speed (Normal/Fast) │ Video > Both audios (multi) > Single audio │
├──────────────────────────┼───────────────────────────┼────────────────────────────────────────────┤
│ Kling 2.6 Motion Control │ Quality (Pro/Std) │ Toggle only │
├──────────────────────────┼───────────────────────────┼────────────────────────────────────────────┤
│ Nano Banana Pro │ Quality (Std/Ultra/Multi) │ Image → edit variant │
└──────────────────────────┴───────────────────────────┴────────────────────────────────────────────┘
Smart Playground — Key Features
MaskEditor Mobile Adaptation
size while maintaining correct proportions
mobile
Other Fixes
Files Changed
files
Test Plan