-
Notifications
You must be signed in to change notification settings - Fork 1
fix: QA 이모지 변경 터치 영역 수정 #343
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 all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
1f1b139
fix: 수정중일 때 카드 인터랙션 막음 - #330
ae5f3b5
fix: 나, 상대방 코멘트 둘 다 있을 때 수정 안되는 버그 수정
8a5d088
fix: TXCommentCircle safeAreaPadding 제거 - #330
f7fe5c3
fix: 키보드 올라올 때 전체 View 밀리는 이슈 수정 - #330
bbc04f2
fix: 찌르기 disable상태일 때 눌러도 토스트 나오도록 수정 - #331
e08105f
fix: 통계 탭 버튼 터치 범위 수정 - #332
b856600
fix: 목표 생성 이모지 버튼, 드롭다운 버튼 터치 범위 수정 - #333
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
이 dropDownButton이 모든 row에서 재사용되는 걸로 보이는데, 내부 값이
store.startDateText로 하드코딩되면, 반복 주기 row나 종료일 row도 시작일을 표시하게 될거같아.dropDownButton(text:action:)처럼 텍스트를 인자로 받고, 각 row에서periodCountText,startDateText,endDateText를 각각 전달하도록 하는건 어때??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.
큰일날뻔 ㄷㄷ 마지막 pr에서 반영할게