-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature/toast UI 이미지 핸들러 #454 #895
The head ref may contain hidden characters: "feature/toast_UI_\uC774\uBBF8\uC9C0_\uD578\uB4E4\uB7EC_#454"
Conversation
export const MAX_FILE_SIZE = 30 * 1024 * 1024; // Byte | ||
export const FILE = { | ||
success: {}, | ||
error: { | ||
uploadFail: '업로드가 실패하였습니다.', | ||
exceedFileSize: `파일이 제한된 크기(${formatFileSize(MAX_FILE_SIZE)})를 초과하였습니다.`, | ||
}, | ||
} as const; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 파일 업로더 세부 기능 구현 #479 assignee 맡으셨던데 해당 이슈 처리중인가요? 백엔드에 문의해봤는데 이미지 포함한 파일 요청 모두 동일한 크기로 제한 걸려있다고 하더라구요! 해당 이슈 처리하면서 요부분 가져다 사용하시면 될 것 같아요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵 감사합니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다 감사합니다!
두 개 이상의 이미지 파일을 업로드 하는 경우, 하나만 반영이 되는 것 같습니다! |
@redzzzi |
연관 이슈
작업 요약
작업 상세 설명
addImageBlobHook
의callback
파라미터 사용하는 대신 선택 범위에 텍스트 넣어주는 방식으로 처리하였습니다.리뷰 요구사항
Preview
Note
로딩 상태 확인을 위해 throttling slow 3g로 맞춰놓고 시연하였습니다. 실제로는 훨씬 빨리 업로드 완료됩니다.
2024-05-18.11.11.17.mov