로그인/회원가입 QA 반영#157
Merged
Hidden character warning
The head ref may contain hidden characters: "qa/#149-\ub85c\uadf8\uc778\ud68c\uc6d0\uac00\uc785-qa-\ubc18\uc601"
Merged
Conversation
* **feat: `PrezelButton` 크기별 고정 높이 속성 추가**
* `PrezelButtonDefault` 구성 클래스에 `textButtonHeight` 필드를 추가했습니다.
* `ButtonSize`에 따라 XSMALL(28.dp), SMALL(36.dp), REGULAR(48.dp) 높이를 반환하는 `getTextButtonHeight` 로직을 구현했습니다.
* 단, 아이콘 전용 버튼(`isIconOnly`)인 경우에는 고정 높이를 적용하지 않도록 처리했습니다.
* **refactor: `PrezelButtonBase` 내 고정 높이 Modifier 적용**
* `prezelButtonModifier` 확장 함수에서 `config.textButtonHeight` 값이 설정된 경우 `Modifier.height()`를 적용하도록 수정했습니다.
* **style: 코드 포맷팅 정리**
* `PrezelButtonDefaults` 내 `when` 표현식의 화살표(`->`) 인덴트를 일관성 있게 수정했습니다.
* **style: `PrezelButtonArea` 배경 표시 설정 변경**
* `ProfileScreen` 내 `PrezelButtonArea`의 `showBackground` 속성 값을 `true`에서 `false`로 변경했습니다.
* **feat: `Nickname` 모델 내 숫자 허용 로직 추가**
* 닉네임 유효성 검사 시 숫자(0-9) 입력을 허용하도록 `isAllowedCodePoint` 판별 로직을 수정했습니다.
* 이를 위해 `DIGIT_START`, `DIGIT_END` 코드 포인트 상수를 새롭게 정의했습니다.
* **feat: `NicknameTextField`에 최대 글자 수 제한 설정**
* `PrezelTextField` 컴포저블에 `Nickname.MAX_LENGTH`를 전달하여 UI 수준에서 입력 가능한 최대 글자 수를 제한하도록 개선했습니다.
Closed
3 tasks
HamBeomJoon
approved these changes
Jul 5, 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.
📌 작업 사항
재현 안되는 문제
신규 약관 링크 연결
TextField에서 입력이 없고 키보드를 내리면 비활성 상태여야 함.