-
Notifications
You must be signed in to change notification settings - Fork 0
[Feature] 폴더 생성 로직 구현 #32
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
Conversation
| final class AddFolderViewModel: Reducer { | ||
| struct State { | ||
| var createdFolder: Folder? | ||
| var isSaving: Bool = false |
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.
isButtonLoading 같이 UI에 쓰이는 걸 명확히 표현하는게 더 이해하기 쉬울 것 같아요
| case addLinkButtonTapped(title: String) | ||
| case completeSave(Folder) |
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.
swift 가이드 라인 맞춰서 부탁드려요~
|



#️⃣ 연관된 이슈
📝 작업 내용
폴더 생성 로직을 구현하고 화면에 적용했습니다.
🎨 스크린샷
2025-05-08.6.10.00.mov
💬 추가 설명