-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#232: 온보딩 바텀시트 작업 + 서버 드리븐 베이스 작업 추가 #233
base: develop
Are you sure you want to change the base?
Conversation
module-graph = "2.7.1" | ||
material = "1.10.0" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
정승원이 죽인 material을 브라우니가 다시 추가한다라,,,,
items(contents) { content -> | ||
when (content) { | ||
is TitleComponent -> { | ||
TitleSection(title = content.text) | ||
} | ||
|
||
is TextListComponent -> { | ||
TextListSection(textList = content.textList) | ||
} | ||
|
||
is ImageComponent -> { | ||
ImageSection( | ||
imageUrl = content.url, | ||
width = content.width, | ||
height = content.height, | ||
) | ||
} | ||
|
||
is ButtonComponent -> { | ||
ButtonSection(text = content.text, onClick = onClick) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
크 ,,,
도메인 단에서 미리 정해주는 게 아니라, UI 단에서 이렇게 하는 군요
이렇게 해야 순서가 변경되어도 대응을 할 수 있는거고요 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
나빠요. 정승원.
1. 📄 관련된 이슈 및 소개
close #232
2. 🔥 변경된 점
3. ✅ 필수 체크 사항
4. 📸 작업물 사진 공유(선택)
2025-02-01.8.26.01.mov
5. 💡알게된 혹은 궁금한 사항