Skip to content

[Deploy] 첫 번째 배포#66

Merged
1jiwoo27 merged 37 commits intomainfrom
develop
Dec 3, 2025
Merged

[Deploy] 첫 번째 배포#66
1jiwoo27 merged 37 commits intomainfrom
develop

Conversation

@1jiwoo27
Copy link
Member

@1jiwoo27 1jiwoo27 commented Dec 3, 2025

📌 Related Issue

  • Closes #

✅ Checklist

  • PR 제목의 형식을 잘 작성했나요? e.g. [Feat] PR 템플릿 작성
  • 빌드가 성공했나요? (pnpm build)
  • 이슈는 등록했나요?
  • 리뷰어와 라벨을 지정했나요?

📚 Tasks

  • develop -> main

1jiwoo27 and others added 30 commits October 11, 2025 03:15
* [Init] widgets 폴더 추가 (#1)

* [Fix] build 오류 해결 (#1)
* [Init] coderabbit 규칙 설정 (#3)

* [Chore] profile 변경 (#3)
* [Init] github actions 세팅 (#5)

* [Chore] pnpm setup 추가 (#5)

* [Init] ci 템플릿 수정 (#5)

* [Init] 오류 해결 (#5)
* [Init] vanilla extract 패키지 설치 (#7)

* [Init] Vite 설정 추가 (#7)

* [Init] global css, reset css 설정 (#7)
* feat: router-dom 패키지 설치

* feat: 경로 설정

* feat: 기본 페이지 세팅

* feat: RouterProvider 등록

* chore: 페이지명 변경

* chore: 불필요한 파일 삭제
* feat: axios 패키지 설치

* feat: 인터셉터 설정
* init: eslint, prettier 설정

* init: change request 반영

* init: build error 해결

* feat: jiti 패키지 삭제

* feat: 중복 파일 삭제

* feat: 플러그인 명시적 등록

* chore: readme 내용 삭제

---------

Co-authored-by: 1jiwoo27 <chloey1227@naver.com>
* chore: gitkeep 삭제

* feat: recipe 패키지 설치

* feat: button 컴포넌트 구현
* feat: fontawesome 패키지 설치

* feat: input 컴포넌트 구현

* feat: width 수정
* init: svg 세팅

* init: 파일명 수정 및 import 확인

* feat: 폴더 이동

* feat: index.ts 추가

---------

Co-authored-by: 1jiwoo27 <chloey1227@naver.com>
* feat: 홈페이지 원상복귀

* feat: dropdown 컴포넌트 구현

* feat: option item 컴포넌트 구현

* feat: gray 색상 세분화

* chore: 버튼 컴포넌트 색상 수정
* feat: issue 템플릿 수정

* chore: secondary 버튼 색상 변경

* feat: title 컴포넌트 구현

* feat: 회원가입 페이지 파일 생성

* feat: 회원가입 라우터 연결

* feat: 로그인 페이지 구현
* feat: signup-step 상수화

* feat: 회원가입 페이지 구현
* feat: 회원가입 api 연동

* feat: 로그인 api 연동

* feat: auth api 분리

* feat: .env 추가

* feat: 엔드포인트 저장

* feat: api 저장
* feat: 적금 상품 컴포넌트 구현

* feat: props 추가
* chore: 적금 컴포넌트 수정

* feat: 예금 컴포넌트 구현
* feat: detailContainer width 지정

* feat: saving 컴포넌트 클릭 시 상세 페이지로 넘어가도록 수정

* feat: productId와 optionId 모두 path로 처리

* feat: optionId도 받도록  수정

* feat: 적금 상세 페이지 초안

* feat: 적금 상세 페이지 라우터 설정

* feat: 예금 상세 페이지 파일 생성

* feat: 적금 상세 페이지 구현

* feat: size 추가

* chore: todo 주석 작성
* feat: 최고한도 포맷팅 함수

* feat: 적금 상세 페이지 라우팅 설정

* feat: 적금 상세 페이지 수정

* feat: 예금 상세 페이지 구현

* feat: 띄어쓰기 수정

* feat: css 수정

* feat: css 수정
* chore: 안 쓰는 api 삭제

* feat: 엔드포인트 수정

* feat: 예금 상세 페이지 api 연동

* feat: 적금 상세 페이지 api 연동
* feat: basic 컴포넌트 변경

* feat: 새로운 색상 추가

* feat: 적금 상세 페이지에 유사 상품 연결

* feat: 클릭 시 맨 위로 자연스럽게 이동

* feat: 적금 상품 비교 컴포넌트 구현

* feat: 관련 유틸 추가

* feat: 스타일 수정
* feat: 예금 상품 비교 컴포넌트 구현

* feat: 예금 상세 페이지에 유사 상품 추가

* feat: 0인 경우에도 + 붙도록 수정

* feat: theme 사용
* feat: 적금 상품 정보 추가

* feat: 예금 상품 정보 추가

* feat: header에 로고 추가

* feat: favicon 추가

* feat: 회원가입 페이지 로고 추가

* feat: 로그인 페이지 로고 추가

* chore: 로그인 비밀번호 아이콘 추가

* feat: 로고 파일 추가

* feat: input focus 시 색상 변경

* feat: interestType props 추가
1jiwoo27 and others added 7 commits November 22, 2025 01:15
* refactor: 토큰 없으면 로그인 페이지로 리다이렉트

* feat: error page 구현

* feat: 헤더 추가

* feat: 상품 상세 페이지 상품 없을 때도 헤더 추가

* feat: spinner 컴포넌트 구현

* feat: 로딩 상태에 스피너 추가

* feat: 예금 상세 페이지 스피너 추가

* feat: spinner 색상 분리

* feat: 각각 색상 다르게 지정
* feat: homepage 일부 구성

* feat: 홈페이지 디자인 수정

* feat: homepage 일부 구성

* feat: 홈페이지 디자인 수정

* feat: px단위 수정

* chore: globalStyle 삭제

* chore: css 수정

* chore: vars 사용

* feat: 수정사항 반영 및 onclick 이벤트 추가

* feat: popular 컴포넌트 디자인 변경 및 메인버튼 디자인 변경

* chore: style 수정

* chore: 은행 이름 크기 변경

* feat: 전구 이모티콘 추가

---------

Co-authored-by: 1jiwoo27 <chloey1227@naver.com>
* feat: search page 구성

* feat: 폴더 및 파일이름 변경

* feat: 누락된 변경사항(index) 변경

* feat: 홈 페이지와 연결

* feat: css파일 수정 및 수정사항 반영

* feat: 수정요청 반영(에러처리, 로딩중 검색)

* feat: 정렬 로직 수정, 기본값 상수화, 검색 로직 개선, 리스트 key 수정

* feat: error 처리 부분 수정

* feat: useEffect 정리 및 검색버튼 disabled 처리 추가

* feat: UI 코드 중복 제거

* feat: loading 관련부분 수정

* feat: 에러처리 추가

* feat: 에러처리 수정

* feat: 적금 로직 오류 수정 및 버튼 비활성화 누락 수정

* feat: savings 파일에 catch 추가

* feat: 로딩중 로직 추가

* feat: 버튼 텍스트 사이즈 수정

* chore: pointer 추가

* chore: 주석 삭제

* feat: bank list 분리

* feat: 금액 안 잘리도록 수정

* chore: 띄어쓰기

* feat: css 수정

* feat: 상품 정렬 기준 변경

* feat: 로딩 중일 떄 스피너 추가

* feat: zustand 패키지 설치

* feat: 검색 조건 유지되도록 수정

* fix: 옵셔널 체이닝 사용

---------

Co-authored-by: 1jiwoo27 <chloey1227@naver.com>
* feat: tsconfig-paths 패키지 설치

* feat: 절대경로 설정

* feat: 인기 컴포넌트 높이 수정

* feat: 상대 경로 -> 절대 경로 변경

* feat: path 상수화
* feat: 안내 텍스트 추가 및 수정, 검색 상품 개수 안내 추가

* feat: 스타일 수정

* chore: p태그로 변경

---------

Co-authored-by: 1jiwoo27 <chloey1227@naver.com>
@coderabbitai
Copy link

coderabbitai bot commented Dec 3, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Note

.coderabbit.yaml has unrecognized properties

CodeRabbit is using all valid settings from your configuration. Unrecognized properties (listed below) have been ignored and may indicate typos or deprecated fields that can be removed.

⚠️ Parsing warnings (1)
Validation error: Unrecognized key(s) in object: 'ignored_paths'
⚙️ Configuration instructions
  • Please see the configuration documentation for more information.
  • You can also validate your configuration using the online YAML validator.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch develop

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@1jiwoo27 1jiwoo27 merged commit db962e0 into main Dec 3, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants