-
Notifications
You must be signed in to change notification settings - Fork 0
QA 반영 #57
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
Open
starshape7
wants to merge
1
commit into
develop
Choose a base branch
from
refactor/#56-chooQA
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
QA 반영 #57
Changes from all commits
Commits
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -264,13 +264,14 @@ private fun BottomToolsRow( | |
| ) { | ||
| Row( | ||
| modifier = Modifier | ||
| .padding(horizontal = screenWidthDp(5.dp), vertical = screenHeightDp(2.dp)) | ||
| .clickable( | ||
| onClick = onClickAddPhoto | ||
| ) | ||
| .clip(SpotShapes.Hard) | ||
| .clickable(onClick = onClickAddPhoto) | ||
| .padding(horizontal = screenWidthDp(5.dp), vertical = screenHeightDp(2.dp)), | ||
| verticalAlignment = Alignment.CenterVertically, | ||
| horizontalArrangement = Arrangement.Center, | ||
| ) { | ||
| Image( | ||
| modifier = Modifier.size(screenWidthDp(20.dp)), | ||
| modifier = Modifier.size(screenWidthDp(14.dp)), | ||
| painter = painterResource(R.drawable.camera), | ||
|
Comment on lines
265
to
275
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 사진 추가 클릭 영역의 최소 터치 타깃을 보장해 주세요. 현재 수정 제안 Row(
modifier = Modifier
.clip(SpotShapes.Hard)
.clickable(onClick = onClickAddPhoto)
+ .heightIn(min = 48.dp)
.padding(horizontal = screenWidthDp(5.dp), vertical = screenHeightDp(2.dp)),
verticalAlignment = Alignment.CenterVertically,
horizontalArrangement = Arrangement.Center,
) {🤖 Prompt for AI Agents |
||
| contentDescription = "사진 추가", | ||
| ) | ||
|
|
||
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.
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.
🧩 Analysis chain
🏁 Script executed:
Repository: SPOTeam/Android-V2
Length of output: 164
🏁 Script executed:
Repository: SPOTeam/Android-V2
Length of output: 167
🏁 Script executed:
Repository: SPOTeam/Android-V2
Length of output: 2273
🏁 Script executed:
Repository: SPOTeam/Android-V2
Length of output: 132
🏁 Script executed:
Repository: SPOTeam/Android-V2
Length of output: 135
🏁 Script executed:
Repository: SPOTeam/Android-V2
Length of output: 890
🏁 Script executed:
Repository: SPOTeam/Android-V2
Length of output: 210
🏁 Script executed:
Repository: SPOTeam/Android-V2
Length of output: 144
🏁 Script executed:
Repository: SPOTeam/Android-V2
Length of output: 3032
🏁 Script executed:
Repository: SPOTeam/Android-V2
Length of output: 44
🏁 Script executed:
rg "class SpotTypography" --type ktRepository: SPOTeam/Android-V2
Length of output: 89
🏁 Script executed:
rg "class SpotTypography"Repository: SPOTeam/Android-V2
Length of output: 187
🏁 Script executed:
Repository: SPOTeam/Android-V2
Length of output: 150
🏁 Script executed:
rg "medium_400" ./core/designsystem/src/main/java/com/umcspot/spot/designsystem/theme/TypoGraphy.kt -A 3Repository: SPOTeam/Android-V2
Length of output: 1191
고정 높이로 텍스트 클리핑 위험이 있습니다.
height(screenHeightDp(33.dp))로 Row의 높이가 고정되어 있어, 시스템 폰트 배율이 커질 때medium_400스타일(14.sp, lineHeight 21.sp)의 닉네임 Text가 Row를 벗어나 클리핑될 수 있습니다. 최소 높이 제약으로 바꾸면 필요시 자동으로 확장되므로 안전합니다.제안 수정안
📝 Committable suggestion
🤖 Prompt for AI Agents