[Fix] 사이드바에서 '근로자' 메뉴 누락 — 근로자 목록 진입 경로가 사실상 없음 - #326
Merged
Conversation
전체 근로자 목록(/workers)으로 갈 방법이 사실상 없었다 — WorkListPage의 /workers 링크는 근로자가 0명일 때만 뜨는 EmptyState라 실사용에서는 절대 안 보임. 이미 있던 workers.svg 아이콘을 재사용해서 사이드바에 '근로자' 메뉴를 복원. closes #325
Contributor
|
확인입니다 |
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.
closes #325
실제 브라우저로 전체 시나리오 돌면서 발견 — 사이드바에 "근로자" 메뉴가 없어서 HR이 전체 근로자 목록(
/workers)에 진입할 방법이 사실상 없었음.WorkListPage의/workers링크는 근로자 0명일 때만 뜨는 EmptyState라 실사용에서는 절대 안 보임. 아이콘(workers.svg)은 이미 있었는데 안 쓰이고 있었음.변경 사항
navItems.ts에 "근로자" 추가AppLayout.test.tsx반대 방향 테스트 수정 (예전엔 의도적으로 뺐던 걸로 보이나, 실사용 관점에서 문제라 판단)검증
tsc -b/lint/ 전체 테스트 441개 /build통과