-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/#130 search UI #135
Conversation
검색 결과 있을 때 container
검색 중 화면
검색 결과 화면
키보드 여부에 따라서 변경
feature/search/src/main/java/com/record/search/SearchViewModel.kt
Outdated
Show resolved
Hide resolved
|
||
data class SearchState( | ||
val query: String = "", | ||
val filteredItems: List<Exhibition> = emptyList(), |
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.
ImmutableList로 변경해주세요 ! compose 컴파일러는 List 타입을 Stable로 간주하지 않아서 불필요한 리컴포지션이 발생할 수 있습니다.
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.
머지합시다 고생하셨어요 ~!
📌 PR 요약
검색화면 UI 및 기능 구현
🌱 작업한 내용
🌱 PR 포인트
📸 스크린샷
Screen_Recording_20241011_042831.mp4
2024-10-11.101603.mp4
📮 관련 이슈