Skip to content

Commit

Permalink
전체 컴퍼니 데이터 목록 받아오기 및 Company 내 ColumnType, People 데이터 받아오기 (#50)
Browse files Browse the repository at this point in the history
* refact: msw 활성화

* feat: companyView Data 구현

* feat: RootPage 구현

* remove: 필요없는 코드 제거

* feat: mockup comPany View 데이터 받아오기

* feat: 필드를 호버했을떄 보기 버튼이 나오도록 구현

* style: theme style 코드 추가

* remove: 불필요한 데이터 제거

* test: mockUP 데이터 코드 작성

* feat: 컴퍼니 인터페이스 작성

* feat: 컴퍼니 뷰 컬럼 속성 값 구현

* feat: 컴퍼니 피플 구현

* fix: 중복 데이터 값 받아오기 구현

* feat: 데이터 refetch 추가

* fix: api 경로 수정
  • Loading branch information
KimKyuHoi authored Jun 7, 2024
1 parent dd6f1b1 commit 2e5577e
Show file tree
Hide file tree
Showing 25 changed files with 2,133 additions and 2,149 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.5",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-router-dom": "^6.23.1",
"recoil": "^0.7.7",
"styled-components": "^6.1.11",
Expand Down
Loading

0 comments on commit 2e5577e

Please sign in to comment.