-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feature/rnb #516
Feature/rnb #516
Conversation
package com.example.moremenu.model | ||
|
||
interface MoreMenuSideEffect { | ||
data class NavigateMenu(val menu: Menu) : MoreMenuSideEffect |
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.
이 친구는 나중에 필요한건가요?
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.
@Sookhee 더보기 메뉴에서 매숑이 키우기, 설정, 당근 등등 다른 메뉴 갈때 사용하려궁
init { | ||
viewModelScope.launch { | ||
metaRepository.getRnb().onSuccess { | ||
_moreMenuState.value = MoreMenuState(menus = it.toMenu()) |
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.
onFail 일 때 안내 문구를 준다거나 기본 메뉴 목록을 띄우는 등으로 처리해주는걸 추가하는건 어때여?
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.
@Sookhee 오류가 발생했어요 스크린이 있는데, 그게 알림에만 해당하는줄 알았는데 RNB쪽인 걸 방금 확인했엉 ㅋㅋㅋ 위치 수정해놓을께
작업 내역
sample
figma link
:
화면
close #<issue_number> 🦕