Skip to content
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/#31] 탐색 뷰 / 검색 텍스트 필드 클릭 뷰 구현 #40

Merged
merged 15 commits into from
Jul 11, 2024

Conversation

arinming
Copy link
Contributor

⛳️ Work Description

  • Search -> SearchProcess 경로 이동
  • TopBar 여백 ''드디어'' 수정
  • 여백 터치시 키보드 숨기기
  • BackButton navigation

📸 Screenshot

31.mp4

📢 To Reviewers

  • 탑바 여백 이슈를 해결했습니다 ㅜ 이제 뷰마다 탑바 주기 가능!!!!!!!
  • 피자 맛있겠다. 나뺴구.

arinming added 8 commits July 10, 2024 17:47
…-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
@arinming arinming added UI 💐 UI 작업 아린💛 아린 labels Jul 10, 2024
@arinming arinming added this to the 1차 스프린트 UI 작업 milestone Jul 10, 2024
@arinming arinming self-assigned this Jul 10, 2024
Copy link
Member

@boiledEgg-s boiledEgg-s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

탑바 여백 없어진거 축하~
진짜 속도 엄청 빠르네요,, 너무 고생하셨어요!!

}) {
IconButton(
onClick = {
onBackButtonClick.invoke()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

invoke()를 호출하는 이유가 뭔가요??

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

빠른 삭제했읍니다.

Copy link
Member

@Hyobeen-Park Hyobeen-Park left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

탑바 여백 없애기 성공한거 개큰박수 드립니다👏🏻👏🏻

@@ -9,15 +10,18 @@ import com.terning.core.designsystem.theme.TerningTheme

@Composable
fun SearchTextField(
text: String,
onValueChange: (String) -> Unit,
text: String = "",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

요거 String 기본값 추가하신 이유가 궁금해요!!

Copy link
Contributor Author

@arinming arinming Jul 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BasicTextField 기본 속성이라서 삭제하면 에러가 납니당..!

Copy link
Member

@leeeyubin leeeyubin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

하루에 피알 두 개..!! 수고 넘넘 많았어요~!!

Comment on lines 17 to 19
fun MyPageTopAppBar(
modifier: Modifier,
) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LogoTopAppBar에는 Modifier 기본값을 주고, 여기선 안 준 이유가 있나용,,?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

꼼꼼하다,..! MyPage에도 추가하겠습니닷

Comment on lines 62 to 63
colors = TopAppBarDefaults.topAppBarColors(White),
modifier = Modifier.padding(horizontal = 16.dp)
windowInsets = WindowInsets(0, 0, 0, 0),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

named argument 작성해주세요!!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

넹!

Comment on lines +25 to +27
Column(
modifier = Modifier
.fillMaxSize()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

위에서 만든 modifier 변수 가져와도 될 것 같아요..!!

Copy link
Contributor Author

@arinming arinming Jul 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이게 사실 효빈님 뷰라서 탑바만 적용한거라 효빈님이 바꿔주신다고합니당ㅎㅎ

Comment on lines 28 to 30

@Serializable
data object SearchProcess : MainTabRoute
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SearchProcess는 바텀바가 없으니까 Route로 해야될 것 같아요!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

빠른 변경 하겠읍니다.

@arinming arinming merged commit 9466acc into develop Jul 11, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UI 💐 UI 작업 아린💛 아린
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[UI] 탐색 뷰 / 검색 텍스트 필드 클릭 뷰 구현
4 participants