-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat: 선택된 회의록 id url params에 추가 * feat: URL 통한 회의록 선택 기능 추가 * refactor: navigation, 회의록 상태 및 이벤트 로직 위치 이동 * chore: recoil 설치 * feat: Mom 로딩 상태 및 DefaultMom 렌더링 로직의 workspace.moms에 recoil 적용 * docs: 회의록 선택에 따른 URL 변경 및 SELECT 이벤트 흐름 주석 추가 * refactor: 회의록 선택 로직 MomList로 이동 * del: 중복 로직 제거 * refactor: 회의록 없는 경우의 분기 Mom에서 Workspace 컴포넌트로 이동 * refactor: Sidebar의 workspace recoil atom으로 변경 * feat: 선택 회의록 정보 MomList 스타일에 반영 * feat: MOM_EVENT.SELECT emit 위치 Workspace로 이동 - 초기 접속한 URL에 momId가 지정되어 있을 경우도 커버하기 위해 URL 변경에 소켓 이벤트가 발생하도록 변경 - MomList는 navigate 역할만 수행 * feat: 워크스페이스 이동 로직 개선 - 이동할 워크스페이스 정보가 로드되기 전 렌더링 로직을 위해 workspace atom null로 리셋 - 이전과 값이 동일한 경우에는 변동이 없도록 수정 * refactor: MOM_EVENT.SELECT 이벤트 관련 코드 Workspace로 이동 * docs: 정규식 주석 추가 * refactor: momId 추출에 정규식 대신 react-router useParams 사용 * chore: react-query 설치 Refactor: 상태 관리에 react-query 적용 #412 * feat: workspace 상태에 useQuery 사용 recoil 관련 코드 제거 및 react-query로 대체
- Loading branch information
Showing
12 changed files
with
300 additions
and
154 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.