-
Notifications
You must be signed in to change notification settings - Fork 8
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
🔀 :: (#530) 보관함탭을 ReactorKit으로 리팩합니다. #533
Conversation
✅ Successful finished SwiftLint |
✅ Assign 자동 지정을 성공했어요! |
…ic/wakmusic-iOS into 530-refactory-storage-tab
Projects/Features/SignInFeature/Sources/Views/LoginWarningView.swift
Outdated
Show resolved
Hide resolved
Projects/Features/SignInFeature/Sources/Views/LoginWarningView.swift
Outdated
Show resolved
Hide resolved
Projects/Features/StorageFeature/Sources/Reactors/MyPlaylistReactor.swift
Outdated
Show resolved
Hide resolved
Projects/Features/StorageFeature/Sources/ViewControllers/StorageViewController.swift
Outdated
Show resolved
Hide resolved
Projects/Features/StorageFeature/Sources/Reactors/MyPlaylistReactor.swift
Outdated
Show resolved
Hide resolved
Projects/Features/StorageFeature/Sources/Reactors/MyPlaylistReactor.swift
Outdated
Show resolved
Hide resolved
struct State { | ||
var isEditing: Bool | ||
var tabIndex: Int | ||
@Pulse var isShowLoginAlert: Void |
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.
isShow면 bool일거같은데 Void니 값이 좀 어색한거같네요
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.
이거 혹시 Void인 이유가 있나요?
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.
이벤트 신호만 주고 따로 변수에 값을 할당할 필요가 없었다고 느껴서 ??
💡 배경 및 개요
어지러운 보관함과 나의 플레이리스트를 리액터 킷으로 리팩합니다.
Resolves: #530
📃 작업내용
🙋♂️ 리뷰노트
✅ PR 체크리스트
XCConfig
,노션
,README
)"API 개발 완료됐어요"
,"XCConfig 값 추가되었어요"
)🎸 기타