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

[FIX#268] 캘린더 2차 QA 반영 #270

Merged
merged 5 commits into from
Sep 27, 2024
Merged

[FIX#268] 캘린더 2차 QA 반영 #270

merged 5 commits into from
Sep 27, 2024

Conversation

boiledEgg-s
Copy link
Member

⛳️ Work Description

  • 스크랩 공고에 섀도우 효과 추가
  • 스크랩 취소 애니메이션 변경

📸 Screenshot

스크랩 취소 다이얼로그

240927_.mp4

섀도우 효과

KakaoTalk_Photo_2024-09-27-02-30-51

📢 To Reviewers

  • 2차 QA 반영 완료했습니다~
  • 스크랩 취소 애니메이션에 뭐가 바뀐건가 했는데 스크랩이 뜯어지는 속도가 달라진거 같네요;;

@boiledEgg-s boiledEgg-s added FIX 🔨 버그 및 오류 해결 석준💜 석준 labels Sep 26, 2024
@boiledEgg-s boiledEgg-s added this to the 2차 스프린트 작업 milestone Sep 26, 2024
@boiledEgg-s boiledEgg-s self-assigned this Sep 26, 2024
Copy link
Contributor

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

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

오.. 로티 애니메이션 알아차린거 진짜 짱이다 섬세하네여 수고하셨습니당~~!

@@ -175,8 +176,7 @@ private fun CalendarListScreen(
)

CalendarScrapList(
selectedDate = currentDate,
scrapList = scrapMap[dateInKorean].orEmpty(),
scrapList = scrapMap[dateInKorean].orEmpty().toImmutableList(),
Copy link
Member

Choose a reason for hiding this comment

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

캬~ immutableList 멋있네여

Copy link
Member

Choose a reason for hiding this comment

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

아주 굿! 저희 immutable 라이브러리 아직 추가 안 한 것 같은데 추후에 반영해도 좋을 것 같네영

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.

수고했습니당~~!! 최고최고~

@@ -175,8 +176,7 @@ private fun CalendarListScreen(
)

CalendarScrapList(
selectedDate = currentDate,
scrapList = scrapMap[dateInKorean].orEmpty(),
scrapList = scrapMap[dateInKorean].orEmpty().toImmutableList(),
Copy link
Member

Choose a reason for hiding this comment

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

아주 굿! 저희 immutable 라이브러리 아직 추가 안 한 것 같은데 추후에 반영해도 좋을 것 같네영

@leeeyubin leeeyubin merged commit 436c3d2 into develop Sep 27, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FIX 🔨 버그 및 오류 해결 석준💜 석준
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] 캘린더 뷰 / 2차 QA 반영
4 participants