Conversation
워크스루
변경사항
예상 코드 리뷰 소요 시간🎯 1 (Trivial) | ⏱️ ~5 minutes 검토 제안자
시
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
s9hn
approved these changes
Mar 26, 2026
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
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.
📌𝘐𝘴𝘴𝘶𝘦𝘴
📎𝘞𝘰𝘳𝘬 𝘋𝘦𝘴𝘤𝘳𝘪𝘱𝘵𝘪𝘰𝘯
📷𝘚𝘤𝘳𝘦𝘦𝘯𝘴𝘩𝘰𝘵
💬𝘛𝘰 𝘙𝘦𝘷𝘪𝘦𝘸𝘦𝘳𝘴
softwrap = falsemaxLine = 1그리고 공식문서에서 권장하는대로 ...으로 글이 축약되게하는
overflow = TextOverflow.Ellipsis옵션을 넣어 빠르게 문제가 생기면 사용자와 개발자가 알아낼 수 있도록 하였습니다.추후에도 문제가 여전히 있으면, 디자인 시스템의 텍스트 부분을 dp -> sp로 바꾸는 방법도 고려해보도록 하겠습니다
참고 자료 : https://developer.android.com/develop/ui/compose/text/configure-layout?hl=ko
https://developer.android.com/reference/kotlin/androidx/compose/ui/text/TextLayoutInput?hl=en
Summary by CodeRabbit
버그 수정