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/#73] 라이팅 수정 #75

Merged
merged 4 commits into from
Jul 15, 2024
Merged

[FIX/#73] 라이팅 수정 #75

merged 4 commits into from
Jul 15, 2024

Conversation

arinming
Copy link
Contributor

⛳️ Work Description

  • 온보딩 수정
  • 메인 뷰 수정
  • task3

📸 Screenshot

전체적 수정

📢 To Reviewers

@arinming arinming added FIX 🔨 버그 및 오류 해결 REFACTOR ♻️ 전면 수정 아린💛 아린 labels Jul 13, 2024
@arinming arinming added this to the 1차 스프린트 UI 작업 milestone Jul 13, 2024
@arinming arinming self-assigned this Jul 13, 2024
@arinming arinming linked an issue Jul 13, 2024 that may be closed by this pull request
1 task
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.

왕짱큰 LGTM~~!!!!!!!!!!

Comment on lines 17 to 20
hint: String,
drawLineColor: Color,
helperMessage: String,
helperMessage: Int,
helperColor: Color,
Copy link
Member

Choose a reason for hiding this comment

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

@StringRes 어노테이션 달아주면 더 좋을 것 가타요!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

섬세하시다.

Comment on lines +13 to +14
@StringRes
val helper: Int = R.string.sign_up_helper,
Copy link
Member

Choose a reason for hiding this comment

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

요거 줄 안 바꿔도 될 것 같네용

Comment on lines 37 to 40
drawLineColor = Grey500,
helper = HELPER,
helper = R.string.sign_up_helper,
helperIcon = null,
helperColor = Grey400,
Copy link
Member

Choose a reason for hiding this comment

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

수정감사합니당!!!! 최고!!

Comment on lines 42 to 45

<!--calendar-->
<!--Calendar-->
<string name="calendar_text_sunday">일</string>
<string name="calendar_text_monday">월</string>
Copy link
Member

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.

진짜 센스쟁이셔~~ 감사합니다❤️❤️❤️

Copy link
Member

@boiledEgg-s boiledEgg-s left a comment

Choose a reason for hiding this comment

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

구우웃!! 수고하셨어영~

arinming added 2 commits July 15, 2024 18:11
# Conflicts:
#	feature/src/main/java/com/terning/feature/main/MainNavigator.kt
@arinming arinming merged commit b1a803b into develop Jul 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FIX 🔨 버그 및 오류 해결 REFACTOR ♻️ 전면 수정 아린💛 아린
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[FIX] 라이팅 수정
4 participants