-
Notifications
You must be signed in to change notification settings - Fork 4
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
Write Curation View UI 변경사항 #351
Conversation
[Release] Version 1.0.0
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.
버튼 이름 변경과 스타일 적용 외에는 시뮬레이터에서 작동확인 했습니다!
Text("업로드") | ||
.foregroundColor(.Text_Button) | ||
.opacity(0.7) | ||
Text("업로드") | ||
.foregroundColor(.Primary) | ||
.opacity(shortcut.color.isEmpty || | ||
shortcut.sfSymbol.isEmpty || | ||
shortcut.title.isEmpty || | ||
!isNameValid || | ||
shortcut.downloadLink.isEmpty || | ||
!isLinkValid || | ||
shortcut.subtitle.isEmpty || | ||
!isOneLineValid || | ||
shortcut.description.isEmpty || | ||
!isMultiLineValid || | ||
shortcut.category.isEmpty ? 0.3 : 1) |
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.
버튼에 스타일 적용이 안되어있네요..! 업로드는 Headline() 취소는 Body1()으로 적용 부탁드립니다!
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.
LGTM 고생하셨습니다
} | ||
} | ||
|
||
//MARK: -단축어 사용 필요 앱 |
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.
추후에 작업하겠습니다!
관련 이슈
구현/변경 사항
리뷰 시 참고해주세요.
스크린샷
작동 시 동영상 파일로 대체합니다.
Simulator.Screen.Recording.-.iPhone.14.-.2022-12-02.at.04.03.45.mp4