Conversation
- minHeight 파라미터를 height(고정 높이)로 변경 - singleLine 기본값을 true로 변경하고, singleLine에 따라 높이 자동 결정 - BTClearableTextField의 trailingIcon null 전달 버그 수정 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- PreQuestionAnswerItem을 공유 컴포넌트로 추출 - TicketDetailViewModel에 ReservationRepository 의존성 추가하여 사전질문 답변 및 수정 가능 여부 조회 - TicketDetailScreen에 PreQuestionSection 추가 (기본 접힘 상태, RefundPolicySection과 동일 스타일) - Section 컴포저블에 expand/collapse 로직 내재화 및 AnimatedVisibility 적용 - PreQuestionAnswerResponse.answer 필드를 nullable로 변경 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- BasicTextField(value, onValueChange)에서 BasicTextField(state: TextFieldState)로 내부 구현 마이그레이션 - 멀티라인 모드에서 스크롤 시 상하단 EdgeFade 그래디언트 표시 - 외부 스크롤로 LazyColumn contentPadding과 유사한 패딩 동작 구현 - dpToSp 확장 프로퍼티 추가 (시스템 폰트 크기와 무관한 고정 크기 렌더링) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…KeyboardActionHandler로 교체 - BTTextField 파라미터를 새 Compose API로 변경 (outputTransformation, onKeyboardAction) - PhoneNumberVisualTransformation을 OutputTransformation 구현체로 전환 - 내부 어댑터 로직 제거, 호출자가 직접 새 API 사용 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Test Results12 files 12 suites 0s ⏱️ Results for commit 4a8fd73. |
HamBP
approved these changes
Mar 6, 2026
| reservationRepository.findReservationById(ticketId) | ||
| .onEach { detail -> | ||
| _uiState.update { | ||
| it.copy(canEditPreQuestion = detail.salesEndDateTime >= LocalDateTime.now()) |
Member
There was a problem hiding this comment.
서버 형아들한테 salesEndDateTime을 티켓 상세 API에 추가해달라 하면 해줄 거 같기두
BTTextField TextFieldState 마이그레이션 및 스크롤 그래디언트 추가
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.


Issue
#444
참고
텍스트필드는 #445 여기서 스펙이 변경되었기 때문에 흐린눈으로 넘어가십쇼
작업 내용
티켓 상세 화면에 사전질문 섹션 추가
PreQuestionAnswerItem컴포넌트 신규 생성사전질문 답변 응답 nullable 처리
PreQuestionAnswerItemResponse.answer를String?으로 변경BTTextField 높이 로직 개선
minHeight→height파라미터로 변경singleLine기본값을true로 변경UI 개선
fillMaxWidth추가🤖 Generated with Claude Code