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

[TNT-103] 로그인 화면 UI 구현 #27

Merged
merged 12 commits into from
Jan 21, 2025
Merged

[TNT-103] 로그인 화면 UI 구현 #27

merged 12 commits into from
Jan 21, 2025

Conversation

hoyahozz
Copy link
Member

📝 작업 내용


  • 로그인 화면 UI를 구현하였습니다.
    • API 통신은 미구현 상태입니다.

  • 디자인 시스템 컴포넌트를 일부 구현하였습니다.
    • TnTModalBottomSheet
    • TnTDivider

📸 실행 화면

default.mp4

🙆🏻 리뷰 요청 사항

  • 흑흑 화이팅

👀 레퍼런스

  • NONE

@hoyahozz hoyahozz added ✨ Feat 기능 구현 🎨 Design UI 및 디자인 작업 🌲 정호 김씨 집안 큰행님 김정호 labels Jan 18, 2025
@hoyahozz hoyahozz requested a review from SeonJeongk January 20, 2025 14:52
@hoyahozz hoyahozz self-assigned this Jan 20, 2025
Copy link
Contributor

@SeonJeongk SeonJeongk 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 +172 to +175
Text(
text = stringResource(R.string.continue_with_kakao),
style = TnTTheme.typography.body1Medium,
)
Copy link
Contributor

@SeonJeongk SeonJeongk Jan 17, 2025

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.

9285e87

꼼꼼하게 봐주셔서 감사합니다 :)

Comment on lines +3 to +5
<string name="nice_to_meet_you">만나서 반가워요!</string>
<string name="trainer_trainee_chemistry_boom">트레이너와 트레이니\n케미 터트리기</string>
<string name="continue_with_kakao">카카오로 계속하기</string>
Copy link
Contributor

@SeonJeongk SeonJeongk Jan 20, 2025

Choose a reason for hiding this comment

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

옹 스트링 리소스 이름 지으실 때 내용 기반으로 하시나요?
저는 보통 해당 문자열이 쓰이는 화면에서의 역할과 연관 지어서 아래처럼 작성했습니다!

<string name="login_title">만나서 반가워요!</string>
<string name="login_subtitle">트레이너와 트레이니\n케미 터트리기</string>

모듈 별로 strings를 따로 관리해야 한다고 하니 내용 기반으로 네이밍하는 방식이 직관적이고 좋을 것 같네요!
회원가입 모듈 분리하면서 이름도 수정해보겠습니다

Copy link
Member Author

Choose a reason for hiding this comment

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

넵넵 사실 앞에 사용하는 '화면' 을 명시하게 되면 그 화면 내에서만 쓸 수 있도록 강제되는 면이 있어서

저는 개인적으로 내용 기반으로 작성하는 편입니다!

@hoyahozz hoyahozz merged commit af4b74d into develop Jan 21, 2025
7 checks passed
@hoyahozz hoyahozz deleted the feature/TNT-103 branch January 21, 2025 04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feat 기능 구현 🌲 정호 김씨 집안 큰행님 김정호 🎨 Design UI 및 디자인 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants