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/#133] 알림 화면 연결 #142

Merged
merged 16 commits into from
Feb 12, 2024
Merged

[FEAT/#133] 알림 화면 연결 #142

merged 16 commits into from
Feb 12, 2024

Conversation

blueme0
Copy link
Member

@blueme0 blueme0 commented Feb 12, 2024

📌 개요

✨ 작업 내용

  • 홈 - 알림 리스트 화면 연결
  • 알림 리스트 서버 연결
  • 마이페이지 - 푸시 알림 on/off 적용 (DataStore)
  • 알림 type 별로 화면 연결

📸 스크린샷/동영상

@blueme0 blueme0 self-assigned this Feb 12, 2024
@blueme0 blueme0 added 세연 FEAT 새로운 기능 구현 labels Feb 12, 2024
Copy link
Collaborator

@Mnseo Mnseo left a comment

Choose a reason for hiding this comment

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

확인했습니다 알림 기능 구현하느라 고생했어용

@@ -142,11 +142,12 @@ class SettingViewModel @Inject constructor(
return false
}

private val _alarmState = MutableStateFlow(false)
private val _alarmState = MutableStateFlow(settingRepository.getNotification())
Copy link
Collaborator

Choose a reason for hiding this comment

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

여기 변동 확인했슴다

Copy link
Member Author

Choose a reason for hiding this comment

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

감삼당 ~~~👍🏻👍🏻

@Mnseo Mnseo merged commit 086130b into main Feb 12, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEAT 새로운 기능 구현 세연
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 알림 화면 연결
2 participants