-
Notifications
You must be signed in to change notification settings - Fork 3
[Deploy] 리팩토링 #184
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
Merged
[Deploy] 리팩토링 #184
Conversation
This file contains hidden or 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
* [Refactor] 탭 합성컴포넌트화 - 마이 페이지에서 사용하는 탭과 검색에서 사용하는 탭을 공용 컴포넌트로 사용하기 쉽도록 합성컴포넌트화 함 * [Refactor] 검색 모달 및 결과 컴포넌트 구조 개선 # 상세 내용 SearchModal.tsx: - 탭 기반 검색 결과 분류 (전체/피드/커넥션 허브) SearchResults.tsx: - SearchResultBox: 검색 결과 레이아웃 컴포넌트 - ProjectSearchResults/FeedSearchResults: 타입별 결과 렌더링 - SearchResultItem: 검색 결과 관리 및 라우팅 * [Refactor] 마이페이지 탭 기능 구조 개선 * [Remove] 사용하지 않는 파일 제거, 역할에 맞게 파일 분리, 파일또는 함수명 직관적으로 수정 * [Rename] 파일명 수정 Hub -> HubTemplate * [Rename] 폴더명 수정 apply -> ApplyFormSection * [Fix] 검색탭 버그 수정
* [Fix] 채널 점속해있는 상태에서 새로고침 시 에러 발생했던 문제 해결 - 새로고침시 상태가 초기화돼서 발생한 문제였음 * [Style] 채팅페이지 레이아웃 반응형 개선
- 검색창 열고 닫을 수 있도록 수정 - 모바일에서 검색창 열면 채팅방 제목이 숨겨지도록 설정
* [Fix] 검색 기능, popstate 이벤트 관련 수정 * [Fix] 개발 환경 조건부 로그인 적용 * [Fix] 로그인 후 홈으로 이동 * [Fix] 마이페이지 피드 문구 조건 수정
* [Refactor] 드롭다운 컴포넌트 리팩토링 - Dropdown 컴포넌트 내에서 type 을 기준으로 조건부 렌더링하는 기존 방식에서 Dropdown 컴포넌트를 사용하는 쪽에서 children 으로 렌더링할 요소를 직접 내려주도록 수정 (OCP) * [Move] 파일 이동 * [Fix] 이미지 전송 안 되는 문제 해결 - 원인: socket.io 는 기본적으로 메시지의 크기를 1MB로 제한함. 따라서 이것보다 큰 메시지를 전송할 경우 전송에 실패함. - 해결방법: 이미지 사이즈 최적화를 통해 해결 - 참고링크: https://socket.io/how-to/upload-a-file
window.location.href 에서 useNavigate 로 수정
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.
📝작업 내용