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

Feature/signup #88

Merged
merged 4 commits into from
Jul 6, 2023
Merged

Feature/signup #88

merged 4 commits into from
Jul 6, 2023

Conversation

jihyeonAnAn
Copy link
Contributor

이슈 코드

  • close #

📸 스크린샷

🍀 관련 이슈

  • 온보딩 배경 색 안 맞음
  • 툴바 백버튼 터치 사이즈 너무 작음
  • 회원가입 백버튼 누를 때 이전 화면 상태
  • 백버튼 이동 화면
  • 카카오 로그인 이미지 바꾸기
  • 포포리 시작하기 화면 statusbar 컬러 / 아이콘 보여주기
  • 포포리 시작하기 화면 뒤로가기 버튼 누르면 홈화면으로
  • 아이디 정규식 재작성

@jihyeonAnAn jihyeonAnAn added 🐣 안지현 안지현이 했다 ✨ Feature 기능 개발 labels Jul 6, 2023
@jihyeonAnAn jihyeonAnAn requested a review from a team as a code owner July 6, 2023 18:28
Copy link
Member

@kez-lab kez-lab left a comment

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 44
android:layout_marginBottom="22dp"
app:layout_constraintDimensionRatio="0.75"
app:layout_constraintBottom_toTopOf="@id/btn_start_social_login"
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 90 to 93
val text = buildSpannedString {
append(splittedText[0])
color(colorOf(R.color.pophory_purple)) {
textAppearance(requireContext(), R.style.TextAppearance_Pophory_HeadLineBold) {
Copy link
Member

Choose a reason for hiding this comment

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

splittedText.getOrNull(0) 를 사용하면 더 안전할 것 같아요

Comment on lines +107 to +111
private const val HANGUL_PATTERN = "^[a-zA-Z0-9._]{4,12}\$"
val HANGUL_REGEX: Pattern = Pattern.compile(HANGUL_PATTERN)

private const val SPECIAL_PATTERN = "^[^._]*$"
val SPECIAL_REGEX: Pattern = Pattern.compile(SPECIAL_PATTERN)
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 45 to 48
android:text="@string/start_pophory"
android:textAppearance="@style/TextAppearance.Pophory.HeadLineSmall"
android:textSize="17sp"
android:textColor="@color/pophory_purple"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
android:text="@string/start_pophory"
android:textAppearance="@style/TextAppearance.Pophory.HeadLineSmall"
android:textSize="17sp"
android:textColor="@color/pophory_purple"
android:text="@string/start_pophory"
android:textAppearance="@style/TextAppearance.Pophory.HeadLineSmall"
android:textColor="@color/pophory_purple"

Copy link
Member

@kez-lab kez-lab left a comment

Choose a reason for hiding this comment

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

LGTM 🍀

@jihyeonAnAn jihyeonAnAn merged commit 8f094f0 into develop Jul 6, 2023
1 check passed
@jihyeonAnAn jihyeonAnAn deleted the feature/signup branch July 6, 2023 19:17
@jihyeonAnAn jihyeonAnAn restored the feature/signup branch July 6, 2023 19:18
@l2hyunwoo l2hyunwoo deleted the feature/signup branch July 7, 2023 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발 🐣 안지현 안지현이 했다
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants