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

#136 [fix] 릴리즈 전 데일리 루틴 이슈 수정 #143

Merged
merged 14 commits into from
Feb 1, 2024

Conversation

minemi00
Copy link
Member

@minemi00 minemi00 commented Jan 30, 2024

📑 Work Description

  • placeholder 사용해서 데일리루틴 카드랑 테마 아이콘 기본이미지로 변경했습니다.
  • 스낵바 위치랑 시간 조정했습니다.
  • 뷰페이저 양옆 삭제 했습니다.
  • 데일리루틴 편집시, 완료하기 버튼 비활성화 시켰습니다. (2.1 update)

🛠️ Issue

📷 Screenshot

Screen_recording_20240130_144539.mp4
Screen_recording_20240201_161228.mp4

💬 To Reviewers

기본이미지로 박아놓으니까 카드는 로딩 비슷한거 같은데 테마 아이콘은 로딩이 훨 느려진것같슴다..

두번째 영상 완료하기 버튼 누르는 중 입니다..ㅎ

@minemi00 minemi00 added 민회🐹 민회가 작업함! fix Fix(디자인 등) labels Jan 30, 2024
@minemi00 minemi00 self-assigned this Jan 30, 2024
Copy link
Contributor

@stellar-halo stellar-halo left a comment

Choose a reason for hiding this comment

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

코드가 한결 깔끔해진 것 같아 좋습니다! 고생하셨어요~~ LGTM 💞

Comment on lines +284 to +286
binding.root.rootView,
getString(R.string.daily_routine_add_snack_bar),
(requireActivity() as MainActivity).findViewById(R.id.bottom_navigation_home)
Copy link
Contributor

Choose a reason for hiding this comment

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

좋아요! 👍👍

Comment on lines -96 to -105
val dp = resources.getDimensionPixelSize(R.dimen.view_margin)
val d = resources.displayMetrics.density
val margin = (dp * d * 1.3).toInt()

with(binding.vpDailyRoutineAddCard) {
clipChildren = false
clipToPadding = false
offscreenPageLimit = VIEW_PAGE.toInt()
setPadding(margin, PADDING_CARD, margin, PADDING_CARD)
}
Copy link
Contributor

Choose a reason for hiding this comment

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

지긋지긋한 뷰페이저,, 고생하셨습니다.

Comment on lines 134 to 136
title = "데일리 루틴을 완료했나요?",
content = "한 번 완료하면 이전으로 되돌릴 수 없어요",
title = getString(R.string.daily_routine_complete),
content = getString(R.string.daily_routine_complete_notice),
Copy link
Contributor

Choose a reason for hiding this comment

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

최고~

@@ -148,6 +149,10 @@
<string name="daily_routine_fin">달성완료</string>
<string name="daily_routine_complete_title">데일리 루틴을 완료했어요!</string>
<string name="daily_routine_complete_subtitle">솜뭉치 1개 획득</string>
<string name="daily_routine_complete">데일리 루틴을 완료했나요?</string>
Copy link
Contributor

Choose a reason for hiding this comment

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

별 건 아니지만 daily_routine_complete_title 이렇게 수정하시는 건 어떤가요? 는 이미 비슷한 게 있군요,,
그럼 아래 쓰셨던 것 처럼
daily_routine_complete_yet_title
daily_routine_complete_fix_title
대충 이런 식으로 처리해보시는 건 어떨까요?

Copy link
Member Author

Choose a reason for hiding this comment

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

아하 넵 수정해보겠슴당

@minemi00 minemi00 added the QA QA label Jan 30, 2024
Copy link
Member

@emjayMJkim emjayMJkim left a comment

Choose a reason for hiding this comment

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

수고하셨습니당!!!

@stellar-halo stellar-halo requested a review from m1njae February 1, 2024 10:13
Copy link
Member

@m1njae m1njae left a comment

Choose a reason for hiding this comment

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

멋지다 민회야

@minemi00 minemi00 merged commit ecbf726 into develop Feb 1, 2024
1 check passed
@minemi00 minemi00 deleted the feature/#136-daily-routine-before-release-issue branch February 1, 2024 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Fix(디자인 등) QA QA 민회🐹 민회가 작업함!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[fix] 릴리즈 전 데일리 루틴 이슈 수정
4 participants