release: add navigable career progression - #54
Conversation
COD-151 feat: add navigable career progression
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Claude encountered an error after 1s —— View job I'll analyze this and get back to you. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9cf583758e
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| this.hud = this.createHud(backdrop); | ||
| if (this.activeChapter && this.activeMonster) this.createQuestActors(); | ||
| if (this.activeChapter && this.activeMonster) { | ||
| this.createQuestActors(); | ||
| } else if (this.selectedCareerId) { | ||
| this.createCareerAtlas(this.selectedCareerId); |
There was a problem hiding this comment.
Keep the career atlas below the HUD
When the selected career is frontend or data-engineer, the frontend-testing and monitoring landmark hit areas cover the top-right HUD coordinates, including the center of the Codigdex button at (890, 26). Because the atlas is created after the HUD, these interactive areas receive a normal button-center click and open career-region instead of the dex; give the HUD a higher input/render depth or constrain the overlapping landmark hit areas.
Useful? React with 👍 / 👎.
요약
???2차 전직으로 이어지는 Career Path 계보 표시???슬롯으로 추가검증
npm run test— 154 tests passednpm run lintnpm run build포함 PR
Claude 자동 리뷰 실패는 확인된 저장소 토큰/도구 권한 문제이며 코드 피드백은 생성되지 않았습니다.