We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
찜하기와 리뷰 작성은 로그인이 된 상태에서만 사용 가능합니다.
만일 로그인이 되어있지 않은 상태에서 해당 기능을 사용하려 하면 snackbar 메시지를 노출시키도록 합니다. (해당 상태에 대한 UI가 없기 때문에 간단히 작업합니다.)
로그인한 상태이고 찜한 매장이 있다면 홈 화면에서 찜한 매장 목록에 매장들을 보여줄 수 있도록 합니다.
홈 작업을 하면서 필요 없는 리컴포지션을 발견하여 조정합니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
찜하기와 리뷰 작성은 로그인이 된 상태에서만 사용 가능합니다.
만일 로그인이 되어있지 않은 상태에서 해당 기능을 사용하려 하면 snackbar 메시지를 노출시키도록 합니다. (해당 상태에 대한 UI가 없기 때문에 간단히 작업합니다.)
로그인한 상태이고 찜한 매장이 있다면 홈 화면에서 찜한 매장 목록에 매장들을 보여줄 수 있도록 합니다.
홈 작업을 하면서 필요 없는 리컴포지션을 발견하여 조정합니다.
The text was updated successfully, but these errors were encountered: