Conversation
…-field-view-ui # Conflicts: # core/src/main/java/com/terning/core/designsystem/component/textfield/SearchTextField.kt # core/src/main/java/com/terning/core/designsystem/component/textfield/TerningBasicTextField.kt # feature/src/main/java/com/terning/feature/main/MainNavigator.kt # feature/src/main/java/com/terning/feature/search/SearchRoute.kt
boiledeggg
left a comment
There was a problem hiding this comment.
탑바 여백 없어진거 축하~
진짜 속도 엄청 빠르네요,, 너무 고생하셨어요!!
| }) { | ||
| IconButton( | ||
| onClick = { | ||
| onBackButtonClick.invoke() |
Hyobeen-Park
left a comment
There was a problem hiding this comment.
탑바 여백 없애기 성공한거 개큰박수 드립니다👏🏻👏🏻
| fun SearchTextField( | ||
| text: String, | ||
| onValueChange: (String) -> Unit, | ||
| text: String = "", |
There was a problem hiding this comment.
요거 String 기본값 추가하신 이유가 궁금해요!!
There was a problem hiding this comment.
BasicTextField 기본 속성이라서 삭제하면 에러가 납니당..!
leeeyubin
left a comment
There was a problem hiding this comment.
하루에 피알 두 개..!! 수고 넘넘 많았어요~!!
| fun MyPageTopAppBar( | ||
| modifier: Modifier, | ||
| ) { |
There was a problem hiding this comment.
LogoTopAppBar에는 Modifier 기본값을 주고, 여기선 안 준 이유가 있나용,,?
There was a problem hiding this comment.
꼼꼼하다,..! MyPage에도 추가하겠습니닷
| colors = TopAppBarDefaults.topAppBarColors(White), | ||
| modifier = Modifier.padding(horizontal = 16.dp) | ||
| windowInsets = WindowInsets(0, 0, 0, 0), |
| Column( | ||
| modifier = Modifier | ||
| .fillMaxSize() |
There was a problem hiding this comment.
위에서 만든 modifier 변수 가져와도 될 것 같아요..!!
There was a problem hiding this comment.
이게 사실 효빈님 뷰라서 탑바만 적용한거라 효빈님이 바꿔주신다고합니당ㅎㅎ
|
|
||
| @Serializable | ||
| data object SearchProcess : MainTabRoute No newline at end of file |
There was a problem hiding this comment.
SearchProcess는 바텀바가 없으니까 Route로 해야될 것 같아요!
…to ui/#31-search-text-field-view-ui
⛳️ Work Description
📸 Screenshot
31.mp4
📢 To Reviewers