-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: 프로필 뷰에서 업로드 중인 영상 로딩 처리, 각종 버그 수정 #315
Conversation
switch status { | ||
case .complete: | ||
spinner.stopAnimating() | ||
default: | ||
spinner.startAnimating() | ||
} |
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.
굿잡
if let value = BoardStatus(rawValue: rawValue.lowercased()) { | ||
self = value | ||
} else { | ||
self = .inactive | ||
} |
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.
고생하셨습니둥 선생님
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.
인코딩이 완료되지 않았는데(로딩바가 계속 도는데) 썸네일 이미지가 로드되는 건 UX적으로 좋지 못한 것 같습니다. 이 부분 케어가 가능하실까요?
고생하셨습니다!
이건 이미지 밝기를 낮춰서 표현할게요 |
🧑🚀 PR 요약
업로드 처리 중인 셀은 터치 시, 토스트 메시지를 띄우도록 했습니다!
📸 ScreenShot
Linked Issue
close #299