[feat] 활동 지도 탐색 워크벤치 확장 - #12
Merged
Merged
Conversation
- 활동 유형 필터와 상세 인스펙터 추가 - 3D 자동 회전과 시점 초기화 및 반응형 카메라 구현 - 밝은 토큰 기반 운영 레이아웃으로 재구성 Co-authored-by: Codex
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
okorion
marked this pull request as ready for review
July 10, 2026 10:24
okorion
commented
Jul 15, 2026
okorion
left a comment
Contributor
Author
There was a problem hiding this comment.
레드팀 검토: 수정 필요
- [P1] 일시 정지 뒤 재생하면 은하가 앞으로 점프합니다.
Galaxy가 전역clock.getElapsedTime()으로 회전값을 매 프레임 재계산합니다. 일시 정지 중에도 전역 시간은 흐르므로 재생을 누른 순간 회전이 연속되지 않습니다.delta를 누적하는 방식으로 바꿔야 합니다. - [P2] 실제 회전 상태가 보조기기에 반대로 노출됩니다. 초기 렌더에서 버튼은 “자동 회전 일시정지”인데
aria-pressed=false입니다. 상태 토글은isRotating값을 노출하고, 이름은 동작이 아닌 상태를 설명해야 합니다.
수정 후 정지·재생 연속성과 초기 접근성 상태를 다시 검증합니다.
Contributor
Author
|
System.Collections.Hashtable.Body |
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.
목적
GitHub 활동 지도를 반복 탐색에 적합한 밝은 운영 워크벤치로 확장하고, UI UX Pro Max의 데이터 밀도·필터·접근성 권고를 기존 디자인 토큰 안에서 선별 적용합니다.
주요 변경 사항
UX 판단
검증
pnpm checkgit diff --check자가 개선 루프
디자인 권고 생성 → 저장소 제약 선별 → 기능 구현 → 빌드·브라우저 검증 → 접근성 설명 불일치 수정 → 적대적 diff 점검 순서로 한 사이클을 완료했습니다. 실제
codex-redteam상태 검사는 생성하거나 우회하지 않았으며, 해당 상태가 없는 동안 이 PR은 병합하지 않습니다.