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

[INQUIRY] 문의하기 UI 수정 #109

Merged
merged 51 commits into from
Nov 28, 2023
Merged

[INQUIRY] 문의하기 UI 수정 #109

merged 51 commits into from
Nov 28, 2023

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    a5c80d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    784a422 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. feat: DataTable 변경

    junghaesung79 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    755baf9 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

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

Commits on Oct 2, 2023

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

Commits on Oct 9, 2023

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

Commits on Oct 12, 2023

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

Commits on Oct 13, 2023

  1. Merge branch 'develop' of https://github.com/BCSDLab/JJBAKSA_FRONT_END

    …into feature/#99
    
    # Conflicts:
    #	src/App.tsx
    junghaesung79 committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    b192643 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    8d85337 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f13b094 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9377384 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    097de5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbfce20 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    413ee23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    445bbc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b1fc77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e87bf5f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    20b9a35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7728453 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42f9d69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32b9ba3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c81ce0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a79bf8c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    4333712 View commit details
    Browse the repository at this point in the history
  2. refactor: 네이밍 BEM 등 컨벤션 준수

    - 파일명 index.tsx로 변경
    - div -> ul, li, button, Link
    - 클래스 변경에 따른 속성 수정
    - 클래스 변경에 따른 css 수정
    junghaesung79 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5c6cca8 View commit details
    Browse the repository at this point in the history
  3. refactor: 문의 데이터 expander 구현 위치 변경

    - DataTable -> DataBlock
    junghaesung79 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b7c067c View commit details
    Browse the repository at this point in the history
  4. refactor: lint 예외 처리 위치 변경

    - 블록 -> 파일 최상단
    junghaesung79 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    f1b7e2a View commit details
    Browse the repository at this point in the history
  5. remove: 사용하지 않는 컴포넌트 삭제

    - MyInquiry.tsx 삭제
    - MyInquiry.modules.scss 삭제
    junghaesung79 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    f1ced58 View commit details
    Browse the repository at this point in the history
  6. refactor: DataBlock 수정

    - Answer 컴포넌트 분리
    - ClampText --> TextTruncation
    - TextTruncation 컴포넌트 분리
    junghaesung79 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    f432f27 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1047ddd View commit details
    Browse the repository at this point in the history
  8. refactor: Inquire 페이지 수정

    - Explain 컴포넌트 분리
    - button --> Link
    junghaesung79 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    d658159 View commit details
    Browse the repository at this point in the history
  9. refactor: 중복되는 interface 수정

    - entity에서 import하는 방식으로 수정
    junghaesung79 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a29063e View commit details
    Browse the repository at this point in the history
  10. refactor: 함수 표현 변경

    - 화살표 함수 --> 함수 선언식
    junghaesung79 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    626678d View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. refactor: loadMoreData 수정

    - 변수명 b --> alreadyExist
    junghaesung79 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    44ad880 View commit details
    Browse the repository at this point in the history
  2. fix: loadMoreData 수정

    - deps에 refetchInquiryData 추가
    junghaesung79 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    a14cd2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3defb19 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    121e250 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b909352 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

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

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    fd5a643 View commit details
    Browse the repository at this point in the history
  2. refactor: 글 줄임 변경

    - TextTruncation 삭제
    - ellipsis 적용
    junghaesung79 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    dfef5de View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. refactor: 필요 없는 함수 제거

    - refatchOnMount: always 옵션 추가
    junghaesung79 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    66652aa View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    2af2587 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d57128a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop'

    junghaesung79 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    d689c76 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. chore: yarn install

    junghaesung79 committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    aa7428a View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. refactor: query 버전 업

    - 변수명 변경(typePath => queryType)
    junghaesung79 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    2ec159a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    fbae203 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into feature/#103

    # Conflicts:
    #	src/pages/Setting/Mobile/index.tsx
    #	yarn.lock
    junghaesung79 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    790771d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f665ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3513eec View commit details
    Browse the repository at this point in the history