Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
03dabfa
refactor : 키관리 페이지 공통내용 컴포넌트화
happyboyhj-redtable Feb 18, 2025
dd823ee
feat : 로그인/회원가입 페이지 엔터키로 submit 가능
happyboyhj-redtable Feb 18, 2025
8467893
feat : ProtectedRoute 설정 & 로그인 후 이전페이지로 리다이렉트
happyboyhj-redtable Feb 18, 2025
e788019
refactor : 인증정보 방식 변경 (세션스토리지 저장후 zustand에서 최초 1회만 체크)
happyboyhj-redtable Feb 18, 2025
fc6c0f8
refactor : API 호출 hook 위치변경
happyboyhj-redtable Feb 18, 2025
c3a0638
refactor : API 라우터 상수화
happyboyhj-redtable Feb 19, 2025
c9b4587
refactor : 키관리 페이지 컴포넌트 이름 변경
happyboyhj-redtable Feb 19, 2025
82cabba
feat : 키 갱신 기능
happyboyhj-redtable Feb 19, 2025
cdaae14
refactor : 키관리 관련 컴포넌트명 변경
happyboyhj-redtable Feb 19, 2025
1cbe0ac
refactor : 키관리 관련 컴포넌트명 변경
happyboyhj-redtable Feb 19, 2025
272b8c3
chore : proxy host env로 이동
happyboyhj-redtable Feb 19, 2025
48af003
feat : 키 갱신 - 엔드포인트, res 업데이트
happyboyhj-redtable Feb 20, 2025
d6a64d1
feat : 키 조회 API 연결
happyboyhj-redtable Feb 20, 2025
96957cd
feat : NotIssed 진행중
happyboyhj-redtable Feb 20, 2025
078ce62
refactor : NotIssued 작업완료
H-Genie Feb 20, 2025
202f3f8
feat : Sidebar 사용자 이름 표시
H-Genie Feb 20, 2025
09c0eb5
feat : 로그아웃 기능 진행중
H-Genie Feb 20, 2025
ea2a521
feat : 로그아웃 기능 완성
H-Genie Feb 20, 2025
060e5e4
refactor : 아이콘 컴포넌트 모듈화 / style : 로그아웃 버튼 정렬
H-Genie Feb 20, 2025
fbbb68c
fix : lint 오류 수정
H-Genie Feb 21, 2025
f0201cd
chore : api 호스트 수정
H-Genie Feb 23, 2025
b42895b
fix : apiWrapper prefix 제거
H-Genie Feb 23, 2025
eebc5bb
fix : api 엔드포인트 수정
H-Genie Feb 24, 2025
9738bfb
fix : production모드에서 API URL 수정
H-Genie Feb 24, 2025
a6bfe71
fix : production모드에서 API URL 수정(2)
H-Genie Feb 24, 2025
58c86ee
fix : production모드에서 API URL 수정(3)
H-Genie Feb 24, 2025
2e88e70
fix : production모드에서 API URL 수정(4)
H-Genie Feb 24, 2025
28bb5b1
feat : 거래내역 API 연결
H-Genie Feb 25, 2025
dc73a5b
chore : msw 삭제
H-Genie Feb 25, 2025
2a954e4
fix : CORS 해제
H-Genie Feb 25, 2025
bc39cb8
style : 거래내역 페이지 스크롤
H-Genie Feb 27, 2025
45dd7aa
feat : 더보기 버튼으로 페이징 기능 구현
H-Genie Feb 27, 2025
930fbb1
feat : keepPreviousData
H-Genie Feb 27, 2025
eddbfe2
feat : transactions 스타일 조정
H-Genie Feb 27, 2025
98dab57
feat : shadcn Select 진행중
H-Genie Feb 27, 2025
20cea3e
style : 필터 섹션 퍼블리싱
H-Genie Feb 27, 2025
273095b
feat : 필터 기능 완성
H-Genie Feb 27, 2025
afafae0
fix : 검색 쿼리 수정
H-Genie Feb 27, 2025
e5a1046
feat : 사용방법 링크 수정
happyboyhj-redtable Mar 5, 2025
62a6558
refactor : TransactionPage / 전체적인 코드 정리
happyboyhj-redtable Mar 5, 2025
425848f
chore : KeyManagament 불필요한 타입 정리
happyboyhj-redtable Mar 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
},
"dependencies": {
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-toast": "^1.2.6",
"@tanstack/react-query": "^5.62.11",
Expand Down Expand Up @@ -52,7 +53,6 @@
"globals": "^15.14.0",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"msw": "^2.7.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.17",
Expand Down
306 changes: 0 additions & 306 deletions public/mockServiceWorker.js

This file was deleted.

5 changes: 0 additions & 5 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ import { RouterProvider } from 'react-router-dom';
import { router } from './router';
import { Toaster } from '@components/ui/toaster';

// if (process.env.NODE_ENV === 'development') {
// const { worker } = await import('@mocks/browser');
// worker.start();
// }

const queryClient = new QueryClient();
function App() {
return (
Expand Down
45 changes: 0 additions & 45 deletions src/components/template/ApiKeys/Issued.tsx

This file was deleted.

Loading