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

[AN/USER] 디자인 수정 및 선택 업데이트 룰 추가 (#955) #977

Merged
merged 19 commits into from
May 18, 2024

Conversation

SeongHoonC
Copy link
Member

@SeongHoonC SeongHoonC commented May 17, 2024

📌 관련 이슈

✨ PR 세부 내용

디자인 수정 사항

  • [x]: 상세 배경 dimmed 60%으로 올린다.
  • [x]: 최근 검색어 전체 삭제 수정
  • [x]: userProfile 사진 변경
  • [x]: 아티스트 목록 애니메이션 제거
  • [x]: 축제 상세 공연 목록을 그리드로 4줄로 변경
    회의에서 나눴던 내용 아이템 너비를 match_parent 줘서 해결했습니다.
  • [x]: 공연 테두리 굵기를 0.2 로 수정
  • [x]: 아티스트 둥근 테두리 추가
  • [x]: 라인업 미공개 메세지 추가
  • [x]: 화면 번쩍임 없애기
    바텀 네비게이션 기본이 fade_In fade_out 인데 (제가 만든 커스텀 말고 기본 애니메이션입니다) 이걸 없앴습니다.

노션에 없는 디자인 변경사항

  • [x]: 소셜 미디어 아이콘 이미지를 앱에서 넣는다.
  • [x]: 학교 아이콘, 배경 이미지를 적용한다.
  • [x]: 학교 & 아티스트 상세 페이지 이름 두 줄 대응
  • [x]: 인기 축제 목록 텍스트 크기에 따라 화면이 길이가 달라지는 것 해결

선택 업데이트 룰 추가

  • [x]: 선택 업데이트는 기능 추가되면 적용
    -> 2.1.0 으로 올라가면 2.0.X 는 선택 업데이트 대상이다.

@SeongHoonC SeongHoonC added AN 안드로이드에 관련된 작업 USER labels May 17, 2024
@SeongHoonC SeongHoonC self-assigned this May 17, 2024
@SeongHoonC SeongHoonC linked an issue May 17, 2024 that may be closed by this pull request
@github-actions github-actions bot requested review from EmilyCh0 and re4rk May 17, 2024 04:32
Copy link
Collaborator

@re4rk re4rk left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!! 질문만 몇개 추가했습니다!!

@@ -122,4 +122,6 @@
<string name="my_page_delete_account_alert_message">정말 탈퇴 하시겠습니까? 다시 되돌릴 수 없습니다.</string>
<string name="my_page_app_version_format">버전 : %s</string>

<string name="tv_empty_stage">아직 라인업이\n공개되지 않았어요</string>
Copy link
Collaborator

Choose a reason for hiding this comment

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

많은 곳에서 사용되서 tv로 시작한걸로 추측하는데 맞을까요??

Copy link
Member Author

Choose a reason for hiding this comment

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

넵 맞습니다!

Copy link
Member Author

Choose a reason for hiding this comment

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

컨벤션 맞춰서 all 을 추가하겠습니다!

@@ -23,6 +23,7 @@ class ArtistDetailFestivalViewHolder(
init {
binding.rvFestivalArtists.adapter = artistAdapter
binding.rvFestivalArtists.addItemDecoration(ArtistItemDecoration())
binding.rvFestivalArtists.itemAnimator = null
Copy link
Collaborator

Choose a reason for hiding this comment

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

itemAnimator를 null로 했을 때 차이점이 잘 모르겠는데 짧은 설명 부탁드려도될까요??

Copy link
Member Author

Choose a reason for hiding this comment

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

기본 리사이클러뷰 애니메이션이 적용되어 있습니다.
뷰 껍대기를 재사용할 때 아티스트 목록이 변경되면서 부자연스럽게 움직이고있습니다. 그래서 모든 아티스트 목록에 애니메이션을 꺼주었습니다!

Copy link
Member

@EmilyCh0 EmilyCh0 left a comment

Choose a reason for hiding this comment

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

👍 고생하셨습니다

@SeongHoonC SeongHoonC merged commit 8b995af into dev May 18, 2024
1 check passed
@SeongHoonC SeongHoonC deleted the feat/#955 branch May 18, 2024 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AN 안드로이드에 관련된 작업 USER
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[AN] 디자인 수정 사항 반영
3 participants