-
Notifications
You must be signed in to change notification settings - Fork 6
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
[release] v1.0.1 배포 #489
Merged
[release] v1.0.1 배포 #489
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
- useChatting 훅의 인자로 사용자 닉네임 추가
- TalkItem.css.ts -> ChatItem.css.ts로 파일명 변경
- NotificationItem.css.ts 파일을 ChatItem.css.ts 파일로 통합 - 스타일 객체명 변경
- useChatting 훅의 인자에서 userId 제거 - useChatting에서 joinRoom, leaveRoom, subscribeToChat 함수에 대한 내보내기 추가 - 현재 사용자 정보 획득 로직을 ChattingSidebar에서 Chatting 컴포넌트로 이동 - 현재 사용자의 모각코 참석 및 참석 취소를 판별하는 로직 추가
- useChatting 훅 내부 함수 useCallback 처리
[Modify] 메타 태그 추가
- subscribeToChat()을 joinRoom() 내부로 이동 - resetChatItems() 추가
[Modify] 모각코 리스트 페이지에서 그룹 없을 경우 개선
[Modify] 메타 태그 추가
AtGuard에서 verfiy를 사용하기 위해서 provider, exports에 해당 파일들을 추가합니다.
클라이언트단에서 헤더에 Bearer Token을 받지않고 단순 요청만하면 서버에서 해당 사용자의 쿠키에 있는 토큰을 확인하여 인가를 처리합니다.
[Feat] 사용자가 참여한 모각코 조회 API 구현
[Refactor] TextLabel과 Input/Textarea를 분리하고 클라이언트에서 조합하여 사용하도록 변경
[Refactor] �Label 컴포넌트 @morak/ui에서 사용하도록 변경
[Refactor] Tmap 렌더링 속도 개선을 위한 스펙 변경 (Tmapv2 → Tmpav3)
[Refactor] 모각코 상세 게시글 페이지 접근성 개선
[Refactor] Morak UI에 prettier 추가
[Refactor] 모각코 리스트 페이지 스크린 리더 & 키보드 접근성 개선
[Refactor] Tmap 렌더링 속도 개선을 위한 스펙 변경 (Tmapv2 → Tmpav3)
설정하지 않으면 지도가 렌더링되지 않음
[Fix] 채팅 UI가 닫혀있을 때 동적 데이터 페칭 버그 수정
[Fix] 지도 초기 좌표 추가, 마커 이미지 경로 수정
[Bug] 페이지네이션 버그 수정
[Test] 모각코, 그룹 모집 필터링, 오류 처리 테스트
[Refactor] 모각코 리스트 생성일 내림차순으로 조회 구현
ccxz84
requested review from
ttaerrim,
LEEJW1953,
js43o and
ldhbenecia
as code owners
December 14, 2023 06:59
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.
설명