[Chore] SettingsPage 제거, "설정" 메뉴는 내 프로필 페이지로 대체 - #210
Merged
Conversation
사용자 요청에 따라 SettingsPage와 그 하위 오버레이(구성원 초대, 보안 링크 재발급)를 전부 제거. 사이드바·헤더 드롭다운의 "설정" 링크는 /profile로 연결되고, ProfilePage의 "설정에서 권한 보기" 링크도 제거했다.
2 tasks
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
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.
요약
사용자 요청에 따라 SettingsPage 전체(구성원·승인 권한/보안 링크/완료 증빙/처리 절차/데이터·AI 로그/초기 데이터 가져오기 6탭, 구성원 초대·보안 링크 재발급 오버레이 포함)를 제거하고, 사이드바·헤더 드롭다운의 "설정" 진입점을 모두
/profile(내 프로필 페이지)로 대체했다.navItems.ts: 사이드바 "설정" →/profileHeaderActions.tsx: 프로필 드롭다운에서 별도 "설정" 링크 제거 ("내 프로필" 하나로 통합)ProfilePage.tsx:/settings로 가던 "설정에서 권한 보기" 링크 제거routes.tsx:/settings라우트 제거src/pages/SettingsPage/디렉터리 전체 삭제/settingsURL은 더 이상 존재하지 않는다 (404).Test plan
npm run lintnpx vitest run(321 tests passed)npm run build