-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: 카카오로그인 useQuery로 변경 * feat: 전역 에러바운더리 설정 * feat: 로딩중 로티 컴포넌트 추가 * fix: 경고 토스트로 변경 * fix: 요청 baseURL 환경변수 변경 * fix: 에러 다시 요청 * chore: 냉장고 페이지 api 요청 주석 처리 * chore: 테스트용 api 주소 설정 * fix: edit Suspense fallback component UI * chore: 다시 서버에 요청 * fix: 헤더 제거 및 flex 조정 * chore: 냉장고 페이지 api 요청 주석 처리 * fix: 냉장고 리스트 모달 chakra-ui 변경 for animation * fix: 식자재 추가 모달 chakra-ui 변경 * fix: 모달 컨테이너 스타일 추가 * fix: 친구 냉장고 페이지 모달 변경 * fix: 친구목록 페이지 순서 모달 변경 * fix: 친구목록 페이지 스타일 변경 * feat: 로고 이미지 추가 홈, 로그인 페이지 * fix: 모달컨테이너 article 태그, div 스타일 변경 * feat: 환경변수 타입 추가
- Loading branch information
Showing
33 changed files
with
335 additions
and
185 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
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 @@ | ||
{} |
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,9 @@ | ||
declare namespace NodeJS { | ||
interface ProcessEnv { | ||
NEXT_PUBLIC_BASE_URI: string; | ||
NEXT_PUBLIC_KAKAO_API_KEY: string; | ||
NEXT_PUBLIC_KAKAO_REDIRECT_URI: string; | ||
NEXT_PUBLIC_GOOGLE_API_KEY: string; | ||
NEXT_PUBLIC_GOOGLE_REDIRECT_URI: string; | ||
} | ||
} |
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
This file was deleted.
Oops, something went wrong.
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.
Oops, something went wrong.