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/#41] 탐색 뷰 / 검색 결과 뷰 구현 #44

Merged
merged 12 commits into from
Jul 11, 2024

Conversation

arinming
Copy link
Contributor

⛳️ Work Description

  • 텍스트 필드 완료 버튼 터치 기능 추가
  • SearchProcessViewModel 구현
  • 검색 결과 없을 때의 컴포넌트 구현

📸 Screenshot

41.mp4

📢 To Reviewers

  • 검색 결과 컴포넌트는 공용으로 빼두신 거 사용하면 될 것 같아서, 해당 코드 머지되면 저도 풀 받고 수정하겠습니다! 그 전엔 머지 안하겠음둥
  • 브랜치 네이밍이 달라서 브랜치명 수정하고 다시 피알 올립니다 ㅜ.ㅜ

@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

@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.

LGTM~~!!!!

Comment on lines +65 to +69
)
.clickable {
navController.navigateSearchProcess()
}
) {
Copy link
Member

Choose a reason for hiding this comment

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

여기서 noRippleClickable 확장함수 써줘야 리플 효과가 없어질 것 같아요!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

진짜 noRipple 테마 너무 편하네용 ㅜ

Comment on lines +35 to 36
enabled = enabled,
readOnly = readOnly,
Copy link
Member

Choose a reason for hiding this comment

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

갑자기 궁금해졌는데 readOnly는 어떤 기능을 하는 속성인가요??

Copy link
Contributor Author

Choose a reason for hiding this comment

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

저게 텍스트 필드 눌러도 변경할 수 없고 읽을 수만 있도록 하는 속성인데 enabled 속성으로 대체할 수 있어서 지워도 될 것 같습니당!

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.

와 진짜 속도 빠르네요!!! 멋있다.... 키보드 아이콘만 디자인쌤들한테 확인 받으면 될 것 같아요!! 최고최고!!

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.

구현 너무 잘하셨네요!! LGTM~~

@arinming arinming merged commit 6319c11 into develop Jul 11, 2024
2 checks 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