3차 QA 반영 - #179
Merged
Merged
Conversation
- `SecondaryTabRow`에 `HorizontalDivider`를 추가하여 탭 바 하단 구분선 구현 - 탭 인디케이터의 높이를 하드코딩된 값(2.dp)에서 `PrezelTheme.stroke.V2` 테마 토큰으로 변경하여 디자인 일관성 확보
- `PrezelTextArea`를 `TextFieldState` 기반의 최신 Compose API로 전환하여 상태 관리 개선 - 텍스트 입력 영역 내 커스텀 스크롤바(`PrezelTextAreaScrollbar`) 구현 및 적용 - 스크롤 위치에 따라 하단 버튼 영역의 구분선(`alwaysShowButtonAreaDivider`) 노출 로직 추가 - `ScriptInputScreen`에서 입력창과 레이아웃 간의 `ScrollState` 공유 및 제어 로직 최적화
- `BoxWithConstraints`를 활용하여 화면 크기에 따른 바텀 시트 최대 높이 계산 방식 개선 - 가이드 스크립트 내에서 분석 결과에 따라 특정 단어를 강조(Highlight)하는 기능 추가 - 바텀 시트 축소 상태에서 스크립트 일치 항목을 아코디언 대신 카드 형태로 노출하도록 UI 수정 - 탭 전환 시 현재 선택된 문장 또는 첫 번째 오류 항목이 우선적으로 강조되도록 로직 개선 - 확장 상태에 따른 `sheetShadowElevation` 조정 및 불필요한 레이아웃 상수 제거
moondev03
approved these changes
Aug 2, 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.
📌 작업 내용
PrezelTabs의 divider와 indicator 두께를 디자인 토큰 기준으로 통일했습니다.
PrezelTextArea에 실제 입력 스크롤과 연동되는 scrollbar를 추가했습니다.
정확도 상세 BottomSheet UI를 개선했습니다.
🧩 관련 이슈
closes #178
📸 스크린샷