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

Feature/#130 search UI #135

Merged
merged 16 commits into from
Oct 16, 2024
Merged

Feature/#130 search UI #135

merged 16 commits into from
Oct 16, 2024

Conversation

seohee0925
Copy link
Contributor

@seohee0925 seohee0925 commented Oct 10, 2024

📌 PR 요약

검색화면 UI 및 기능 구현

🌱 작업한 내용

  • 검색 기본 화면
  • 검색 중 화면
  • 검색 완료 화면

🌱 PR 포인트

  • 검색 완료 -> 검색 결과 없을 때 아래 리스트 보이도록 조정

📸 스크린샷

Screen_Recording_20241011_042831.mp4
2024-10-11.101603.mp4

📮 관련 이슈

@seohee0925 seohee0925 added 기능구현 Skrr 쌈뽕한 UI 서희 🐶🪽 안녕하세요 떠희입니다 Skrrrrr~ labels Oct 10, 2024
@seohee0925 seohee0925 self-assigned this Oct 10, 2024

data class SearchState(
val query: String = "",
val filteredItems: List<Exhibition> = emptyList(),
Copy link
Contributor

Choose a reason for hiding this comment

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

ImmutableList로 변경해주세요 ! compose 컴파일러는 List 타입을 Stable로 간주하지 않아서 불필요한 리컴포지션이 발생할 수 있습니다.

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
Contributor

@Sangwook123 Sangwook123 left a comment

Choose a reason for hiding this comment

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

머지합시다 고생하셨어요 ~!

@seohee0925 seohee0925 merged commit a12b8b2 into develop Oct 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
기능구현 Skrr 서희 🐶🪽 안녕하세요 떠희입니다 Skrrrrr~ 쌈뽕한 UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] search page UI
2 participants