Skip to content

Conversation

@DongJun-H
Copy link
Member

작업 사항

  • 기존 ConfirmDialog를 이용해 Network Error Dialog 구현
    • 별도의 레이아웃 변경사항이 없는한 onClickRetry만 호출할 네트워킹 작업에 넣으면 됨

참고

@DongJun-H DongJun-H requested review from Copilot and yuni-ju June 8, 2025 10:38
@DongJun-H DongJun-H self-assigned this Jun 8, 2025
@github-project-automation github-project-automation bot moved this to Todo in DAYO 2.0 Jun 8, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR implements a Network Error Dialog by reusing the existing ConfirmDialog layout, adding a new string resource and a new composable function to trigger a network error UI.

  • Adds a new string resource for the network error default message in strings.xml
  • Introduces NetworkErrorDialog.kt that wraps ConfirmDialog to handle network error scenarios

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
presentation/src/main/res/values/strings.xml Added network error default message string for dialog display
presentation/src/main/java/daily/dayo/presentation/view/dialog/NetworkErrorDialog.kt Added a new composable wrapper function to display the network error dialog

@github-project-automation github-project-automation bot moved this from Todo to In Progress in DAYO 2.0 Jun 13, 2025
@DongJun-H DongJun-H merged commit 4781b64 into develop Jun 15, 2025
1 check passed
@DongJun-H DongJun-H deleted the layout/issue-672 branch June 15, 2025 10:33
@github-project-automation github-project-automation bot moved this from In Progress to Done in DAYO 2.0 Jun 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants