-
Notifications
You must be signed in to change notification settings - Fork 0
[Feat/#299] 영어 버전 기능 분기 처리를 진행합니다. #302
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
d1a17aa
[FEAT/#299] 한국어 typo, 영어 typo를 정의합니다.
SYAAINN dbe356d
[FEAT/#299] LanguageProvider 클래스 구현
SYAAINN b21319f
[FEAT/#299] 영어 버전일 경우, 구글 로그인 버튼을 노출합니다.
SYAAINN bc017da
[FEAT/#299] 웹뷰 링크를 분기처리 합니다.
SYAAINN c65fc30
[FEAT/#299] 닉네임 최대 길이를 영어 버전 15자, 한국어 버전 10자로 설정합니다.
SYAAINN 8fc9d6f
[FEAT/#299] 일기 하나의 최대 길이를 영어 버전 100자, 한국어 버전 50자로 설정합니다.
SYAAINN ac6664c
[CHORE/#299] 코드래빗 리뷰사항을 반영합니다.
SYAAINN c28221c
[CHORE/#299] 코드리뷰 사항을 반영합니다.
SYAAINN File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P5
어라 이 친구 object에서 뺀 이유가 있을까여?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
object에 들어가있어서 _diaryMaxLength.value 부분을 정규식에 집어넣지를 못해서 빼게 됐습니다!
일기 작성 최대 글자수 변경하는 작업하느냐고 뷰모델부터 Screen들을 대충 쭉 봤는데 정규식이 여기도 있고 스크린에도 있고 한 상태라 한번 뒤엎는 작업이 필요하지 않을까.. 싶습니다.