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

[#10] 상품목록 UI 작업 #24

Merged
merged 27 commits into from
Aug 16, 2021
Merged

[#10] 상품목록 UI 작업 #24

merged 27 commits into from
Aug 16, 2021

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    99d5ad3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61193ea View commit details
    Browse the repository at this point in the history
  3. add: mock 데이터

    momongss committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    d8abbfc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf970bd View commit details
    Browse the repository at this point in the history
  5. feat: 페이지네이션 동작 수정 (서버에서 처리하게.)

    - api 요청시 order, page 인자로 넘겨줌.
    momongss committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    958af4e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Configuration menu
    Copy the full SHA
    2d7e3c7 View commit details
    Browse the repository at this point in the history
  2. add: money 포멧터 분리

    momongss committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    3116525 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9b2621 View commit details
    Browse the repository at this point in the history
  4. fix: 소수점 버리기 : Number -> Math.floor 로 변경

    - Number 는 소수점을 버리지 않음.
    momongss committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    e39f730 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba50330 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04fe7b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ffe25d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    10377c1 View commit details
    Browse the repository at this point in the history
  9. fix: style 선언 방식 통일

    - 관련성 있는 것들끼리
    momongss committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    7f1a3e4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bb30618 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    78bdc45 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2d2f925 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    37aadca View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cf8dfac View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f92c4e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. Configuration menu
    Copy the full SHA
    dca39a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. Configuration menu
    Copy the full SHA
    c49a593 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed33273 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b589e47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af0f45d View commit details
    Browse the repository at this point in the history
  5. fix: ProductList 코드 개선

    - totalPage, totalPageCount, productList => productListResponse 로 합침.
    - useEffect, useCallback 뎁스 지정.
    - map return 밖으로 분리
    momongss committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    2fb7b00 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Configuration menu
    Copy the full SHA
    f0a9fe5 View commit details
    Browse the repository at this point in the history