forked from codesquad-members-2023/issue-tracker-max
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* #chore: 불필요한 주석 제거 * #26 feat: Context와 useAuth 커스텀 훅을 이용한 로그인 라우팅 기능 구현 * #26 chore: handleLogin 함수 간단히 수정 * #26 chore: axios 설치 및 인스턴스 생성 * #26 feat: useRefreshToken 커스텀 훅 추가 * #26 feat: useAxiosPrivate 훅 추가 및 로그아웃 기능 추가 * #26 feat: signup 기능 추가 * #26 chore: 간단한 코드 수정 * #26 chore: 안 쓰는 import 삭제 * #26 feat: TextInput 컴포넌트에 type prop 추가 - 비밀번호를 입력받는 경우에는 type="password"로 설정해야 하므로 TextInput 컴포넌트에 type prop을 추가 * #26 feat: 로그인 시 userName을 응답으로 받아오도록 추가하고 관련 코드 수정 * #26 fix: CORS 문제 해결중 * #26 chore: axios baseURL 원래대로 수정 * #26 feat: Context와 useAuth 커스텀 훅을 이용한 로그인 라우팅 기능 구현 * #26 chore: handleLogin 함수 간단히 수정 * #26 chore: axios 설치 및 인스턴스 생성 * #26 feat: useRefreshToken 커스텀 훅 추가 * #26 feat: useAxiosPrivate 훅 추가 및 로그아웃 기능 추가 * #26 feat: signup 기능 추가 * #26 chore: 간단한 코드 수정 * #26 chore: 안 쓰는 import 삭제 * #26 feat: TextInput 컴포넌트에 type prop 추가 - 비밀번호를 입력받는 경우에는 type="password"로 설정해야 하므로 TextInput 컴포넌트에 type prop을 추가 * #26 feat: 로그인 시 userName을 응답으로 받아오도록 추가하고 관련 코드 수정 * #26 fix: CORS 문제 해결중 * #26 chore: axios baseURL 원래대로 수정 * #26 fix: vite cofig 파일에 proxy 설정 추가해서 CORS 오류 해결 * #26 fix: api 명세서에 맞게 바뀐 부분 수정 * #26 feat: 바뀐 로그아웃 api 명세에 맞게 요청과 AuthContext 수정 - 더 이상 AuthContext에 유저 비밀번호를 저장하지 않음 - 더 이상 로그아웃 요청에 유저 이메일과 비밀번호를 보내지 않음 * #26 feat: 로그인 페이지 이메일, 비밀번호 입력 인풋에 대한 유효성 검사 추가 - 로그인 버튼 활성화, 비활성화 기능 추가 필요 * #26 feat: GitHub OAuth 로그인 기능 구현 및 Callback 페이지 생성 * #chore: MSW 서비스워커 설정 수정 * #49 feat: Options 페이지 레이아웃 작업 시작 및 tab 레이아웃 구성 * #49 chore 구조수정 * #53 refactor: CommentElements 컴포넌트에서 리뷰어 피드백 반영 * #26 feat: 버튼 컴포넌트에서 ghost 버튼일 때 selected 스타일 추가 - ghost 버튼일 때 selected 스타일 추가 - selected를 props를 받으면 글자랑 아이콘색, 폰트 굵기 변경 * #50 refactor: 기존 TextInput 컴포넌트 props, state 수정 * #50 feat: 아이디, 비밀번호 검증 기능 추가 - Login 페이지 컴포넌트에서 input 값을 상태로 관리하도록 변경 - 적합한 형식의 아이디와 비밀번호가 입력되어야 버튼이 활성화되는 기능 추가 * chore: labels, milestones 이름, url 수정 * feat: issue 목록 레이아웃 * #chore: 배포시 필요한 환경변수 파일을 위해서 .gitignore 수정 * feat: options 내부 labels 컴포넌트 작업 및 자잘한 수정 * feat: 라벨 페이지에서 이슈목록을 조회하는 get 요청에 대한 mockData 설정 추가 * refactor: useAxiosPrivate 조건 수정 및 Options 페이지에서 활용하도록 변경 * chore: components 디렉토리 구조 변경 * chore: .env 파일 gitignore에 다시 추가 * chore: 이름수정 * refactor: ColorCodeInput 내부 구조 수정 defaultValue -> value로 변경 * hotfix: 버튼 컴포넌트 누락된 selected 스타일 추가 --------- Co-authored-by: Cat Hanbit <[email protected]>
- Loading branch information
1 parent
8717dc1
commit 33942ba
Showing
43 changed files
with
917 additions
and
303 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,5 +22,3 @@ dist-ssr | |
*.njsproj | ||
*.sln | ||
*.sw? | ||
|
||
.env |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { styled } from 'styled-components'; | ||
|
||
export default function Layout({ children }: { children: React.ReactNode }) { | ||
return <Container>{children}</Container>; | ||
} | ||
|
||
const Container = styled.div` | ||
padding: 0 80px; | ||
max-width: 1280px; | ||
margin: auto; | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.