Direct image upload #184

Merged
enes merged 11 commits from 106-direct-image-upload into staging 2025-01-07 18:33:56 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 8f97161eb2 - Show all commits

View File

@ -66,7 +66,7 @@ export const ImageUpload = React.memo(
? 'Drop the files here...' ? 'Drop the files here...'
: isDragReject : isDragReject
? 'Drop the files here (one more more unsupported types)...' ? 'Drop the files here (one more more unsupported types)...'
: 'TODO' : 'Drop the files here...'
: 'Click or drag files here', : 'Click or drag files here',
[isDragAccept, isDragActive, isDragReject, isFileDialogActive] [isDragAccept, isDragActive, isDragReject, isFileDialogActive]
) )

View File

@ -48,7 +48,6 @@ export const ModForm = () => {
const [formState, setFormState] = useState<ModFormState>( const [formState, setFormState] = useState<ModFormState>(
initializeFormState(mod) initializeFormState(mod)
) )
console.log(`[debug] screenshots`, formState.screenshotsUrls)
const editorRef = useRef<EditorRef>(null) const editorRef = useRef<EditorRef>(null)
useEffect(() => { useEffect(() => {