Skip to content
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

UX개선 : 사진 업로드 시간이 길어질 때, 사용자가 이미지 업로드 완료 여부를 파악하기 힘든 문제 개선 #667

Merged
merged 5 commits into from
Oct 6, 2023

Conversation

dladncks1217
Copy link
Member

📄 Summary

이제 이미지 업로드중인 상태이면 button disabled됩니다.

스크린샷 2023-10-06 오전 11 13 59

close #666

@dladncks1217 dladncks1217 added ✨ Feature FE-Service 행록 서비스 프론트엔드 labels Oct 6, 2023
@dladncks1217 dladncks1217 self-assigned this Oct 6, 2023
@@ -112,5 +113,5 @@ export const useMultipleImageUpload = ({
[onSuccess]
);

return { uploadedImageUrls, handleImageUpload, handleImageRemoval };
return { isLoadingMutation, uploadedImageUrls, handleImageUpload, handleImageRemoval };
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isImageLoading

@dladncks1217 dladncks1217 merged commit 19ba9fa into develop Oct 6, 2023
2 checks passed
jjongwa pushed a commit that referenced this pull request Oct 8, 2023
* feature: 이미지 업로드 시 버튼 조건부 disable기능 추가

* chore: 컨벤션 준수를 위한 코드 수정

* refactor: isImageUploading상태 네이밍 수정

* feat: 프로필 사진 업로드 시 버튼 disabled 기능 추가

* chore: 불필요한 storybook파일 제거
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE-Service 행록 서비스 프론트엔드 ✨ Feature
Projects
Status: Done
2 participants