Skip to content

[FD-298] keyword component 추가#89

Open
soyeonLee126 wants to merge 3 commits intomainfrom
feature/add-keyword-component-FD-298
Open

[FD-298] keyword component 추가#89
soyeonLee126 wants to merge 3 commits intomainfrom
feature/add-keyword-component-FD-298

Conversation

@soyeonLee126
Copy link
Collaborator

변경 내용

  • 기존 chip core-ui로 이동, 재사용 가능하도록 수정
  • insight 용TasteKeywordSection추가
  • modifyScreen 상태관리 최적화
  • 아래와 같이 사용 가능
            TasteKeywordSection(
                modifier = Modifier.fillMaxWidth(),
                title = "나의 입맛과\n가장 잘 어울리는 키워드",
                keywords = listOf("#매콤한", "#국물", "#밥류", "#야식"),
            )
image

체크리스트

  • 빌드 정상 동작
  • 불필요한 파일 없음

- 선택된 카테고리 리스트를 remember로 메모이제이션하여 불필요한 recomposition 방지
Copy link
Collaborator

@Hoseong-Ryu Hoseong-Ryu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

저도 Compose Stable하게 만드는 키워드를 좀 더 체화시켜야겠네요..!
수고하셨습니다

)
.padding(horizontal = 16.dp, vertical = 24.dp),
) {
androidx.compose.foundation.layout.Column(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p5. ai가 정신안차리고 import 안해준듯...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants