Skip to content

feat(ui): 빈 상태 표준화 — EmptyState 도입 + 목록 4곳 적용#106

Merged
i3months merged 1 commit into
devfrom
feature/empty-state-standardization
Jun 14, 2026
Merged

feat(ui): 빈 상태 표준화 — EmptyState 도입 + 목록 4곳 적용#106
i3months merged 1 commit into
devfrom
feature/empty-state-standardization

Conversation

@i3months

Copy link
Copy Markdown
Member

빈 목록 처리가 제각각이던 것(ResumeList는 null, 나머지는 인라인 div)을
공용 컴포넌트로 통일.

  • shared/ui/EmptyState 신설: 점선 카드 + 제목/설명/아이콘/CTA(action) 슬롯
  • ResumeList: 비면 null 반환(화면 빈칸) → EmptyState 안내
  • RepoList·DocumentList: 인라인 div → EmptyState 로 일관화
  • SessionHistoryList: 맨텍스트 → EmptyState + "면접 시작" CTA(/sessions/new)
  • EmptyState 단위 테스트 3건

변경 사항

빈 목록 처리가 제각각이던 것(ResumeList는 null, 나머지는 인라인 div)을
공용 컴포넌트로 통일.

- shared/ui/EmptyState 신설: 점선 카드 + 제목/설명/아이콘/CTA(action) 슬롯
- ResumeList: 비면 null 반환(화면 빈칸) → EmptyState 안내
- RepoList·DocumentList: 인라인 div → EmptyState 로 일관화
- SessionHistoryList: 맨텍스트 → EmptyState + "면접 시작" CTA(/sessions/new)
- EmptyState 단위 테스트 3건

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
stackup Ready Ready Preview, Comment Jun 14, 2026 1:33pm

@i3months i3months merged commit b7f0508 into dev Jun 14, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant