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

feat: 개발자 서비스 더보기 페이지 무한 스크롤 구현 #192

Merged
merged 8 commits into from
May 23, 2024

Commits on May 21, 2024

  1. refactor: useScrollObserve를 공용 훅으로 이동

    - SearchResponses로 고정되어있던 타입을 제네릭으로 수정
    nijuy committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a86852d View commit details
    Browse the repository at this point in the history
  2. feat: useGetProductByProvideruseSuspenseInfiniteQuery로 변경

    - page param 삭제
    nijuy committed May 21, 2024
    Configuration menu
    Copy the full SHA
    5effc83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c43c2a View commit details
    Browse the repository at this point in the history
  4. fix: useGetProductByProvider 훅 변경에 따른 MoreProductSection 수정

    - 0페이지의 프로덕트만 쓰도록 수정
    nijuy committed May 21, 2024
    Configuration menu
    Copy the full SHA
    eb1632c View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Merge branch 'develop' of https://github.com/yourssu/Soomsil-Web into…

    … feat/#174-provider-infinite-scroll
    nijuy committed May 22, 2024
    Configuration menu
    Copy the full SHA
    173d4bc View commit details
    Browse the repository at this point in the history
  2. refactor: Provider 표현식 조건 수정

    - 0페이지 products가 비었을 때만 `EmptyScreen`
    nijuy committed May 22, 2024
    Configuration menu
    Copy the full SHA
    f848f09 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Merge branch 'develop' of https://github.com/yourssu/Soomsil-Web into…

    … feat/#174-provider-infinite-scroll
    nijuy committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b2cf5c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f5cf8f View commit details
    Browse the repository at this point in the history