Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JCTG-JavaScript-Coding-Test-Group/SolutionBank
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: react-migration
Choose a base ref
...
head repository: JCTG-JavaScript-Coding-Test-Group/SolutionBank
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 5 commits
  • 31 files changed
  • 3 contributors

Commits on Jun 14, 2022

  1. [문서] PR 템플릿 추가, 브랜치, PR, Merge 컨벤션 추가 (#26)

    * feat: PR 양식 추가
    
    * feat: 브랜치 컨벤션 추가
    
    * feat: 머지 컨벤션 추가
    
    * feat: PR prefix 추가
    codeisneverodd authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    5fbe0eb View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. [디자인/리팩토링] styled-componets 이름 및 구조 변경 (#28)

    * etc:loadingPage - 창 크기가 매우 작은 경우, 다른요소 보이지 않도록 수정
    
    * etc:appDiv 삭제
    
    * etc:styled.div 네임변경
    
    * etc: SearchPhrases - color 변수로 변경
    
    * etc: footer의 repoLink props가 아닌 변수로 변경
    
    * etc:이전,다음버튼 - className이 아닌, props 이용하여 스타일변경
    
    * etc:div className 제거
    
    * etc:div className제거
    yongchanson authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    5595803 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. [리팩토링] 상태관리 관련 리팩토링 (#29)

    * refactor: atom.js 파일 분리
    
    * refactor: 상태 선언 방식 let -> const 변경
    
    * refactor: 상태 선언 방식 let -> const 변경
    
    * refactor: 필요 없는 import 제거
    
    * refactor: 필요 없는 import 제거
    
    * refactor: setter 함수 미 이용시 useRecoilState 대신 useRecoilValue 사용
    
    * refactor: 필요 없는 import 제거
    
    * refactor: useRecoilValue와 useSetRecoilState를 useRecoilState로 합치기
    chaerin-dev authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    3dea304 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. design: 대폭적인 레이아웃 수정 (#38)

    - 커밋 내역아 미안해..
    codeisneverodd authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    12fe1fe View commit details
    Browse the repository at this point in the history
  2. 이미지 파일 추가 (#39)

    * design: 대폭적인 레이아웃 수정
    - 커밋 내역아 미안해..
    
    * feat: 디자인을 위한 이미지 파일 추가
    codeisneverodd authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    cc6c9d9 View commit details
    Browse the repository at this point in the history
Loading