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

알림페이지 알림 타입 추가 #231

Merged
merged 4 commits into from
Dec 23, 2023

Conversation

eastshine2741
Copy link
Collaborator

@eastshine2741 eastshine2741 commented Dec 13, 2023

  • fallback으로 megaphone icon 추가
    • megaphone icon만 두께가 조금 달라서 추후 수정 필요. 길게 끌 일이 아니라서 일단 이대로 하기로 했다. 알림페이지 디자인 개편이랑 같이 수정될 예정
  • 알림 제목을 하드코딩하지 않고 dto의 title을 표시하도록 수정

@eastshine2741 eastshine2741 requested a review from a team as a code owner December 13, 2023 13:10
Comment on lines -51 to +56
else -> LazyColumn {
items(notificationList.itemCount) { index ->
NotificationItem(notificationList[index])
else -> LazyColumn(
modifier = Modifier.padding(horizontal = 9.dp),
) {
items(notificationList) {
it?.let { NotificationItem(it) }
Copy link
Collaborator

Choose a reason for hiding this comment

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

편안~

@eastshine2741 eastshine2741 merged commit e4aec30 into develop Dec 23, 2023
3 checks passed
@eastshine2741 eastshine2741 deleted the eastshine2741/add-notification-type branch December 23, 2023 09:11
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