Conversation
- `AfternoteFieldContainer`의 `enabled` 상태에 따라 배경색과 보더 색상이 변경되도록 로직 수정 - 비활성 상태 시 배경(`white` -> `gray2`) 및 보더(`gray2` -> `gray3`) 색상을 전환하여 시각적 피드백 강화 - 컴포넌트 KDoc에 상태별 색상 변경 규칙 및 디자인 의도 설명 추가 - `AfternoteFieldContainerScreenshotTest`를 작성하여 활성/비활성 상태에 대한 시각적 회귀 테스트 자동화 및 레퍼런스 이미지 추가
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.
📌𝘐𝘴𝘴𝘶𝘦𝘴
Closes #342 — core-ui: AfternoteFieldContainer 의 enabled 가 clickable 에만 영향, 시각 미반영
📎𝘞𝘰𝘳𝘬 𝘋𝘦𝘴𝘤𝘳𝘪𝘱𝘵𝘪𝘰𝘯
AfternoteFieldContainer(enabled = false)가 기존엔clickable(enabled = ...)에만 반영돼 클릭만 막히고 보더·배경은 활성과 동일하던 문제 수정enabled = false시 배경 white→gray2, 보더 gray2→gray3 로 분기 (비활성 버튼AfternoteButtonType.Un과 동일 팔레트)AfternoteFieldContainerScreenshotTest)📷𝘚𝘤𝘳𝘦𝘦𝘯𝘴𝘩𝘰𝘵
Compose Preview Screenshot Test 로 enabled / disabled baseline 고정. disabled 는 gray2 배경 + gray3 보더로 비활성이 시각적으로 드러남.
💬𝘛𝘰 𝘙𝘦𝘷𝘪𝘦𝘸𝘦𝘳𝘴
AfternoteButtonType.Un(gray2 배경 / gray3 보더) 팔레트 차용. 시안 확정 시 토큰 조정 가능.DocumentSlotCard업로드 중 gray6). 컨테이너는 배경·보더만 책임../gradlew :core:ui:compileDebugKotlin :core:ui:compileDebugScreenshotTestKotlinBUILD SUCCESSFUL