GhiVideo 소스 복제 — v4 작업 시작 기준

기존 GhiVideo 저장소 HEAD의 트래킹 소스 362개 파일을 복제.
(node_modules·storage·빌드 산출물·대용량 미디어는 .gitignore 규칙대로 제외)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-09 14:32:51 +09:00
co-authored by Claude Fable 5
commit d38b842e8d
362 changed files with 46358 additions and 0 deletions
@@ -0,0 +1,23 @@
# 스테이션바 구조물명 — 아이콘 가운데 정렬 + 폰트 원래 크기 복원
**날짜**: 2026-06-24
**수정 파일**: `client/src/stationbar/components/Timeline/Timeline.tsx`,
`client/src/stationbar/components/Timeline/Timeline.module.scss`
**관련**: [2026-06-24_1933_스테이션바-첫마지막항목-바양끝스냅.md](2026-06-24_1933_스테이션바-첫마지막항목-바양끝스냅.md)
## 요구
- 글자도 해당 아이콘 가운데로 이동(가운데 정렬).
- 글자 크기를 이전(2줄 작업)처럼 작게 하지 말 것.
## 조치
- Timeline: 첫/마지막 좌·우 정렬(anchorStart/End) 제거 → 모든 구조물명 라벨 **가운데 정렬**
(segmentLabel 기본 translateX(-50%)). 아이콘 px 스냅(첫=바시작/마지막=바끝)은 유지 →
라벨이 아이콘 가운데에 함께 위치.
- `.structName`: `font-size:12px`/`line-height:12.5px` 작은 폰트 제거 → **라벨행 기본 16.5px 유지**.
2줄 래핑(width 92px·line-clamp 2·word-break)·line-height 18px 는 유지.
## 검증
- `npm run build -w client` (node20) tsc + vite build 통과.
**소요 시간**: 약 4분
**Context 사용량**: input ~1150k / output ~3k tokens