-
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
프로덕션 배포 #814
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
* move: move src/api/meeting and src/api/user to src/api/API_LEGACY * remove: type 변수 제거 * update: update api/meeting v2 * update: update api/user v2 * update: UI 컴포넌트에 v2 api 반영 * fix: 빌드 오류 수정
* save: react-mention 라이브러리 설치 후 적용 테스트 * feat: mark 추가 및 스크롤 기능 구현 * feat: mention markup 추가 * style: Render Suggestion 스타일링 * chore: 누락된 svg 이미지 추가 * fix: post/v2 api 마이그레이션 중 타입 오류 수정 * fix type: 타입 에러 정리. 타입 단언 사용 * fix: post/v2 마이그레이션 후, FeedItemProps에 meetingId 를 추가 * fix: 빌드 에러 수정, 스토리북 삭제 * review: 코드 리뷰 반영 * style: 모바일 바텀시트 1차 css 수정 * style: 모바일 바텀시트 2차 css 수정 * feat: generate-type * feat: 멘션 사용자 불러오기 api 훅 작성 * feat: 30개 max + 랜덤 필터링 기능 구현 * feat: 작성 댓글에 대한 멘션 부분 정규식 파싱 + 스타일링 및 href적용 * feat: mentionIds 배열 뽑는 함수 작성 * feat: postId값 뽑아오기 * design: 스타일링 어긋남 이슈 1차 수정 * chore: 서버 api 가져오기 * feat: 멘션 코멘트 api 훅 작성 * feat: 기존 댓글 post api -> 멘션 포함 api로 변경 * feat: 댓글 생성 + 멘션 api 추가 * feat: 댓글 수정 api에 멘션 api 추가 * feat: 댓글 수정 api에 멘션 api 추가 및 스타일링 조정 * fix: 빌드 에러 수정 * feat: Mention 공통 컴포넌트화 * feat: 피드 모달에 멘션 공통 컴포넌트 추가 * feat: 모달 멘션과 댓글 멘션 스타일링 분리 * chore: 댓글 컴포넌트에 스타일링 구분 prop 추가 * feat: 모달 컴포넌트 overflow 속성 변경 * feat: 게시글 작성 멘션 api 추가 * design: 게시글 미리보기 멘션 스타일링 추가 * design: 멘션 리스트 프로필 이미지 스타일링 추가 * fix: 타입 에러 수정 (data 옵셔널 체이닝) * fix: 댓글 수정 시 쿼리 파라미터 reset 되는 문제 해결 (feat. onSubmit 디폴트 동작) * fix: RenderSuggestion 디자인 픽스 * remove: 쓰지 않는 변수와 주석 제거 * refactor: any 타입 제거 * fix: cacheTime 을 staleTime 으로 변경 * fix: 멘션 api 타입 수정 * refactor: 댓글 수정 쪽 멘션 공통 컴포넌트 이용 * feat: 알림 보내기 api 일 경우, 비밀문자열 제거한 content 보내기 * remove: createPost 의 응답 형식에서 data 객체 제거 * refactor: extractNumbers 공통 컴포넌트화 * fix: type error 수정. fragment 가 undefined 일 경우 --------- Co-authored-by: Na Rim <[email protected]>
* style: 댓글 border radius 적용되지 않는 문제 fix * fix: safari 모바일 멘션 스타일링 이슈 해결 및 타입 에러 해결
* feat: react-mentions 모노레포로 만들어 커스텀하기 * fix: build 에러 수정
…805) * fix: 모바일 사파리, 크롬에서 유저 리스트 이상 동작하는 문제 fix * rollback: suggestion above cursor 기능 삭제
* style: 모임 둘러보기 그라데이션 추가 * style: 모임 둘러보기 arrow 호버 효과 추가 * chore: 쓰지 않는 변수 제거 * style: 모임 둘러보기 더보기 버튼 호버 이벤트 추가
* style: 그라데이션 요소 적용 케이스 축소 * fix: build eslint 오류 수정
|
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.
No description provided.