-
Notifications
You must be signed in to change notification settings - Fork 2
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
보관함 탭 UI 개발 #37
보관함 탭 UI 개발 #37
Conversation
@@ -0,0 +1 @@ | |||
/build |
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.
추가하면 조을듯 ~
.padding(vertical = 14.dp, horizontal = 12.dp), | ||
) { | ||
Row( | ||
modifier = Modifier.align(Alignment.CenterStart).clickable { navigateToStorageDetail() }, |
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.
수정 완료!!
} | ||
|
||
data class StorageFolderItem( | ||
val folderTitle: String = "", |
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.
타이틀 받지말구 객체 받아서 안에서 title 꺼내죠
위에서 .title 계속 뽑는게 별루인듯 ㅠ
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.
넵 수정 완료!!
개요
작업 내용
StorageListState
에 넣어둔 default value는 나중에 삭제하도록 하겠습니당시연 화면 (option)
To Reviers
Close
close #30