feat: version list with verification + deployed badge (stage 3)
- pulp_client: list_versions / list_distributions / get_publication
- GET /repos/{uuid}/versions: 버전 목록 페이지(최신순)
- 현재 운영 배포 버전 판별: Distribution→publication→repository_version 역추적
- views.build_version_view: vN, 생성일시, 패키지 수, 증감(+/-), 검증 배지, 배포 여부
- views.verification_detail: gpgcheck/repo-gpgcheck/checksum 상세 (화면4)
- 대시보드 저장소명 → 버전 페이지 링크, [이 버전 배포] 버튼은 단계4용 placeholder
- 단계1 TODO(배포 버전 역추적) 해소
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -205,6 +205,29 @@ th.num {
|
||||
color: var(--text-muted);
|
||||
background: var(--surface);
|
||||
}
|
||||
.badge-deployed {
|
||||
color: var(--accent-hover);
|
||||
background: var(--accent-soft);
|
||||
}
|
||||
|
||||
/* 버전 검증 상세 */
|
||||
.verify-detail {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.verify-detail small {
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
/* 패키지 증감 */
|
||||
.delta-add {
|
||||
color: var(--success-text);
|
||||
}
|
||||
.delta-del {
|
||||
color: var(--danger);
|
||||
}
|
||||
|
||||
/* 보조 버튼: 틴티드 블루 (design-ref §4 two-step blue) */
|
||||
button.secondary,
|
||||
|
||||
Reference in New Issue
Block a user