-
Notifications
You must be signed in to change notification settings - Fork 2
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
[ Feat ] 설정, 결제 화면 #47
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
앱정보, 개인정보 보호부분 refactoring ( intent 반복 코드 줄이기
LazyColumm 중첩구조 수정 typo materail -> custom type 수정
gomsang
requested changes
Nov 24, 2023
app/src/main/java/com/dev/briefing/presentation/theme/component/CommonHeader.kt
Show resolved
Hide resolved
수고 많으셨습니다. 확인하다 보니 PR 이후로 디자인 시스템에서 Typography 네이밍 수정 된 부분도 있고 자잘하게 변경된것 같아서 이후로 제가 작업하면서 수정할 수 있도록 하겠습니다 👍 |
|
gomsang
approved these changes
Nov 26, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
✨ PR Point
화면의 전체적인 Composable만 Screen 파일에 남겨두고 나머지는 component 패키지에 분리하였고,
되도록 한 파일당 1개의 component 혹은 비슷한 component가 있게 분리하려고 했습니다.(premium은 아직 미분리..)
To Reviewers
현재 setting,detail 패키지 이외의 화면은 레이아웃 위젯 분리 작업을 아직 못하였습니다. 더불어 노션에 2.0 Update 문서 참고해보시면 현재 Component의 정확한 네이밍이 정해지지않아 해당 부분 논의후에 나머지 패키지 코드정리가 필요할 것 같습니다.
현재 Design System 구축이전이여서, Black,White, SubText2, MainPrimary6 등만을 현재 figma값으로 업데이트해두고,
나머지 속성은 그대로 두었습니다. 특히 Type쪽은 MaterialTheme의 속성값을 사용하고있어 사용이 어려우니, detail 작업하셨던것처럼 추후에 Design System을 적용하는식으로 작업해주시면 될 것 같습니다.