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

Feature/#90 새로고침이 필요한 화면에 스와이프 리프레시 구현 #99

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

tmdgh1592
Copy link
Member

Issue

작업 내용

하기 화면에 SwipeRefresh를 구현하였습니다.
새로고침 시, 각 화면에서 표현하는 리스트 데이터를 갱신하도록 하였습니다.

  • 공지 카테고리 화면
  • 북마크 화면
  • 공지 목록 화면
  • 알림 보관함 화면

이후에 SwipeRefreshIndicator 를 공통으로 사용하기 위해,
designsystem 모듈에 WhatCamPullToRefreshContainer() 라는 컴포넌트를 구현하였습니다.

스크린샷 (선택)

Android iOS

@tmdgh1592 tmdgh1592 added 🎉 기능 추가 새로운 기능 추가에 지정하는 태그입니다. 우선순위 🥇 이번 스프린트 내에 반드시 마무리 해야 하는 작업입니다. labels Oct 29, 2024
@tmdgh1592 tmdgh1592 self-assigned this Oct 29, 2024
@tmdgh1592
Copy link
Member Author

CMP 자체에 iOS 스와이프 리프레시 버그 이슈가 있어서 PR 머지 불가능

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
우선순위 🥇 이번 스프린트 내에 반드시 마무리 해야 하는 작업입니다. 🎉 기능 추가 새로운 기능 추가에 지정하는 태그입니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[기능] 새로고침이 필요한 화면에 스와이프 리프레시 구현
1 participant