분석 녹음 화면 2차 QA#174
Open
HamBeomJoon wants to merge 10 commits into
Open
Conversation
- `PrezelTabsPager`에서 `size = PrezelTabSize.SMALL` 파라미터 삭제 - 불필요해진 `PrezelTabSize` 임포트 제거
- `DayCellType.Holiday`에 2026년 주요 공휴일 데이터 추가 및 판정 로직 반영 - `DayCell` 프리뷰의 아이템 크기를 `50.dp`에서 `44.dp`로 수정 - `DatePickerMonth` 및 `PrezelDatePicker` 프리뷰 데이터를 2026년 8월 기준으로 변경하여 최신화
- `PrezelAccordionChevron`에서 `animateFloatAsState`를 제거하여 상태 변경 시 즉각적으로 회전하도록 수정 - 불필요한 애니메이션 상태 변수 `rotation` 삭제 및 `rotate` 모디파이어 로직 단순화
- `ScriptInputScreen` 내 스크립트 업로드 버튼의 `size`를 `ButtonSize.SMALL`로 변경하여 UI 최적화
- SituationAccordion 컴포저블에 showDivider 파라미터 추가 - 발표 규모(audience) 선택 섹션에서 아코디언 하단 구분선을 숨기도록 수정
- `ScriptInputScreen` 내 입력 필드에 최소 높이(`heightIn`)를 설정하고 `weight`의 `fill` 옵션을 false로 변경 - `PrezelDialog` 하단 액션 버튼 사이의 간격을 `V32`에서 `V20`으로 축소 - `PrezelDialog` 버튼에 최소 너비 및 높이(`sizeIn`) 제약 조건을 추가하여 터치 영역 개선
- `ScriptInputScreen`에서 직접 입력(`DIRECT_INPUT`) 모드일 때만 콘텐츠 스크롤이 가능하도록 변경 - `PrezelTextArea` 컴포넌트에 `minHeight` 파라미터를 추가하여 최소 높이 지정 기능 강화 - `DirectScriptInput` 내 `PrezelTextArea`의 불필요한 레이아웃 속성 및 `fillContainerHeight` 제거 - `DayCell`의 패딩 값을 `V4`에서 `V8`로 변경하여 터치 영역 및 시각적 간격 조정 - `FileUploader`의 패딩 설정을 방향별 명시적 선언으로 변경 - `AnalysisStepLayout` 내 상태 관리가 불필요한 `showButtonAreaDivider` 로직 단순화
- `VoiceRecordingScreen`의 스크롤 감지 구분선 노출 로직을 제거하고 상태별 배경색 변경으로 대체 - `VoiceRecordingButtonArea` 내 아이콘 크기(24dp) 및 리셋 버튼 너비(80dp) 확대 - `VoiceRecordingContent`의 대본 영역 최소 높이 조정 및 제어 아이콘 크기 수정 - `AudioUploadScreen`에서 `AnalysisStepLayout`의 구분선 상시 노출 설정 및 UI 컴포넌트 가중치 조정 - `AnalysisStepLayout`에 구분선 표시를 강제할 수 있는 `alwaysShowButtonAreaDivider` 속성 추가 - 일시정지(`ic_pause`) 아이콘의 벡터 패스 데이터 수정 및 정렬 최적화
- `MetricResultCard`에 고정 높이(80.dp)를 적용하여 레이아웃 일관성 확보 - 오류 개수 표시 시 숫자 뒤에 '개' 단위가 붙도록 문자열 리소스 적용 및 로직 수정 - '총 오류 수' 라벨 텍스트를 '오류'로 간소화하여 가독성 개선
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.
📌 작업 내용
3개형식으로 표시했습니다.🧩 관련 이슈
closes #166
closes #168