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

[1.1.1-AN/UI,Fix] 포켓몬 formName 중복 적용 삭제, 포켓몬리스트 이름 MaxLine 1지정, 바이옴 Detail 에 포켓몬 없는 tier 필터링 #438

Merged
merged 9 commits into from
Oct 28, 2024

Conversation

murjune
Copy link
Contributor

@murjune murjune commented Oct 28, 2024

작업한 내용

  • 포켓몬 formName 중복 적용 삭제,
  • 포켓몬리스트 이름 MaxLine 1지정
  • 바이옴/배틀구도/포켓몬리스트 이름 MaxLine 1지정 @kkosang @JoYehyun99
  • 바이옴 Detail 에 포켓몬 없는 tier 필터링
  • 바이옴 포켓몬 Adapter DiffUtil 개선 (id ---> HashId)

PR 포인트

  • 1.1.1 릴리즈를 빠르게 하기 위해 하나의 PR 단위를 분리 못했네요..
  • @kkosang 바이옴 같은 경우 리사이클러뷰 성능 개선을 위해 2가지 작업했어요!
    • areItemSame 에서 grade 로 비교
    • PokemonUiModel 에서 id로 비교하던거 hashId를 부여해서 비교

🚀Next Feature

  • Biome 부분 리사이클러뷰에서 랜더링이 느려 화면이 지지직거리는 문제가 있습니다.. 이부분 페이징 처리가 불가피해보이네요

@murjune murjune merged commit 12e45dc into an/develop Oct 28, 2024
2 checks passed
@murjune murjune deleted the an/ui/pokemon-name-fix branch October 28, 2024 16:38
@kkosang
Copy link
Contributor

kkosang commented Oct 29, 2024

Biome 부분 리사이클러뷰에서 랜더링이 느려 화면이 지지직거리는 문제가 있습니다.. 이부분 페이징 처리가 불가피해보이네요

불러오는 포켓몬 양이 많아져서 그런가?? 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AN_FIX 🐛 안드 버그 수정 AN_UI 🎨 안드 UI 작업 v1.1.1 🏷️
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants