feat(M01): 테스트 컨테이너 고르기 부품 공용화 — 구분 → 상세구분 → 후보 거름 · B·C 에도 재료 바꿔 보기

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016WRFJmmhPi4exAzHgPZHMT
This commit is contained in:
2026-09-20 22:14:22 +09:00
co-authored by Claude Sonnet 5
parent 35588d9aa5
commit 03e6b6511e
8 changed files with 216 additions and 84 deletions
@@ -103,3 +103,15 @@
background: var(--color-surface);
color: var(--color-danger, #c0392b);
}
.m01-test__picks {
display: flex;
flex-direction: column;
gap: var(--spacing-12);
}
.m01-test__filters {
display: flex;
gap: var(--spacing-8);
flex-wrap: wrap;
}