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

[홈] 데일리 문제 리스트 화면 구현 #94

Merged
merged 15 commits into from
Sep 14, 2023

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    86acdf3 View commit details
    Browse the repository at this point in the history
  2. refactor #93: 홈 테스트 시작 버튼 애니메이션 개선

    기존에 시간 상수값 넣어서 계산하던 방식 개선
    - 시간이 지날수록 애니메이션과 icon 갱신 시간이 달라지는 이슈 발생
    - 애니메이션 시점을 Store 받아 icon 업데이트하는 방식으로 수정
    0inn committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    99869cd View commit details
    Browse the repository at this point in the history
  3. add #93: 이미지 추가

    0inn committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    932ee64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5860675 View commit details
    Browse the repository at this point in the history
  5. feat #93: DTO 및 Model 구현

    0inn committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    dfce31a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab62c99 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ade75e2 View commit details
    Browse the repository at this point in the history
  8. feat #93: 홈에서 분기 처리 연결

    - 시작 화면
    - 데일리 리스트 화면
    0inn committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    cc54347 View commit details
    Browse the repository at this point in the history
  9. add #93: EmptyModel 파일 추가

    0inn committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    ef5777f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f0593ff View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    57d9441 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. fix #93: 홈 애니메이션 에러 수정

    각 View Disappear 되면 Task cancel해서 해결
    0inn committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    7781a32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80c02ec View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    54ad953 View commit details
    Browse the repository at this point in the history
  2. fix #93: 홈 진입 뷰 자연스럽게 수정

    서버값 받아온 후 뷰 그리도록 수정
    0inn committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    5ef0033 View commit details
    Browse the repository at this point in the history