-
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
Refactor/#146 report navigation mvi #176
base: juri
Are you sure you want to change the base?
Conversation
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.
수고하셨습니다!
// | ||
|
||
import Foundation | ||
import SwiftUI |
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.
SwiftUI를 import 해야되나요?
|
||
//TODO: 여기 어떻게 할지 생각해보기......... | ||
@ViewBuilder | ||
func build(_ view: ViewType) -> some View { |
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.
고민을 해봐도 답이 안 나오네요...
enum ReportIntent { | ||
case reportReasonButtonTapped(ReportType) | ||
case reportPostButtonTapped(Int) | ||
case backgroundTapped | ||
|
||
case descriptionChanged(String) | ||
case isErrorChanged(Bool) | ||
|
||
case backButtonTapped | ||
|
||
case onAppear(NavigationManager) | ||
} |
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.
띄어쓰기를 하신 것은 의도 인가요~?
🔗 연결된 이슈
📄 작업 내용
👀 기타 더 이야기해볼 점