-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FE] 프론트엔드 배포 #154
Merged
Merged
[FE] 프론트엔드 배포 #154
Conversation
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
rebase로 confilct난 파일 수정 pakage-lock.json, auth.controller.ts
데이터 채널 추가를 위해 기존 데이터 채널 변수명 변경: dataChannels -> codeDataChannels (#71)
languageDataChannel (#71)
javascript 추가 (#71)
코드 하이라이팅 함수 util로 분리 (#71)
에디터 타입에 따라 확장자 변경 -> python, javascript (#71)
github, google 로그인에 공통된 부분 분리
- 리프레시 토큰 재발급은 로그인을 통해서만 가능함 - 액세스 토큰 재발급시 Id 부여 안되는 문제 fix
google 로그인에 필요한 env 설정
npm install -> npm ci ci로 설치하면 pakage-lock.json을 우선적으로 참고하여 install에 걸리는 시간을 줄임
�[BE] feature: google 로그인 기능 구현 및 몇가지 버그 픽스
기존 Editor의 역할을 EditorSection이 수행하도록 변경
에디터 이벤트 핸들러 Editor 컴포넌트 하위로 이동
hook으로 분리
기존 yjs 사용을 중지하고 state 기반으로 구현
merge: [FE] 에디터 로컬 파일 업로드 다양한 타입 지원 (#135)
light-gray 색상추가
전역 수정 상태 추가 (#146)
코드 내역을 수정시키는 putUserCode 기능구현 (#146)
공통 버튼 추가; White버튼
불러오기시 전역 ModifyId 설정 (#146)
저장시 어떻게 저장할지 묻는 모달 기능 구현 새 파일로 저장하기 -> 새로운 파일 생성 기존 파일 수정하기 -> 기존 파일에 덮어쓰기 (#146)
modifyId가 있는 경우 -> SaveModal modifyId가 없는 경우 -> SaveChoiceModal (#146)
useModifyState초기 상태 변경 (#148)
tailwind.config.js ligh-gray -> light-gray
객체 반환값에 alias사용하여 조금 더 가독성 있는 코드로 변경
[FE] merge: 코드수정하기 (#148)
퀴즈데이터를 받아오는 함수 구현 (#151)
공통 Dark버튼 추가
문제를 모달로 입력받고 보여주는 기능추가 변경하기 버튼을 눌러 다시 입력받고, 변경하는 기능 추가 (#151)
QuizViewSection컴포넌트 파일로 분리 (#151)
문제 로드중 로딩 컴포넌트를 보여주도록 처리 (#151)
로딩 컴포넌트 개선 (#151)
merge: [FE] 문제 보여주기
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#148
#153
#135