작은 UI 이슈 수정 (코인 상세 차트 영역 길어짐, 대시보드 AI 브리핑 - ProgressView 글자 짤림)#597
Merged
jihyeonjjang merged 2 commits intodevfrom Oct 4, 2025
Merged
작은 UI 이슈 수정 (코인 상세 차트 영역 길어짐, 대시보드 AI 브리핑 - ProgressView 글자 짤림)#597jihyeonjjang merged 2 commits intodevfrom
jihyeonjjang merged 2 commits intodevfrom
Conversation
- DefaultProgressView의 Text가 줄어들지 않도록 `fixedSize(horizontal: false, vertical: true)` modifier 사용 - 기존에는 250이라는 값을 하드코딩해서 사용 -> DefaultProgressView도 높이를 계산해서 적용될 수 있도록 수정
- GeometryReader의 proxy는 해당 뷰의 레이아웃 사이클마다 다시 계산됨. @State로 관리할 필요가 없음 - 차트 영역이 하단까지 길어긴 건, 초기에 접근할 때 baseHeight 측정 타이밍 때문에 생긴 문제라고 예측됨
leekangho0
approved these changes
Oct 4, 2025
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.
#️⃣ 연관된 이슈
📝 작업 내용
스크린샷 (선택)
💬 리뷰 요구사항(선택)