Skip to content
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

feat: ChatList 컴포넌트 개발 #56

Open
1 task
JW-Ahn0 opened this issue Nov 21, 2024 · 0 comments · May be fixed by #143
Open
1 task

feat: ChatList 컴포넌트 개발 #56

JW-Ahn0 opened this issue Nov 21, 2024 · 0 comments · May be fixed by #143
Assignees
Labels

Comments

@JW-Ahn0
Copy link
Collaborator

JW-Ahn0 commented Nov 21, 2024

📌 작업 내용

Image

props

  • chatItems : ChatItem[]

ChatItem : {
profileImgUrl: string;
itemImgUrl: string;
name: string;
lastMsg: string;
lastMsgTime: string;
lastMsgCnt: number;
onClick: () => void;
}

✅ To-Do

  • props로 전달 받은 chatItems을 map으로 돌면서 ChatItem 에 props 전달

📝 참고사항

선행 조건

@JW-Ahn0 JW-Ahn0 self-assigned this Nov 28, 2024
@JW-Ahn0 JW-Ahn0 linked a pull request Nov 28, 2024 that will close this issue
@JW-Ahn0 JW-Ahn0 linked a pull request Nov 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant