Conversation
…onal LLM fields Move useMemo above early returns to satisfy React Hook ordering rules (#310). Update isDomainLocked() to treat empty arrays (from optional LLM fields) as locked-compatible, preventing free-tier domains from appearing unlocked. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…elow heatmap Relocate the day-detail panel outside sidePanelColumn to render full-width beneath the heatmap grid. Unify border/animation direction (left→top, translateX→translateY) and remove redundant desktop media-query overrides. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Increase chart dimensions (37x17→41x21, radius 5→7) for better visual detail. Fix polygon fill: use y+0.5 scanline offset to avoid vertex boundary ambiguity, ceil/floor instead of round to prevent fill leaking, and reorder draw operations (fill→edges→reference→axes) so fill runs on an empty grid. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
Author
Code Review5 parallel review agents completed. No issues found.
Generated with Claude Code If useful, react with a thumbs-up. Otherwise, thumbs-down. |
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.
Summary
useMemo를 early return 위로 이동하여 React Hook 규칙 준수.isDomainLocked()가 LLM optional 필드의 빈 배열을 잠금 상태로 올바르게 인식하도록 수정Changes
c641feafix(ui): correct Hook call order and locked-domain detection for optional LLM fieldsda5488frefactor(ui): move activity detail panel from sidebar to full-width below heatmapfc237a5refactor(cli): enlarge radar chart and fix scanline fill algorithmTest Plan
tsc --noEmitpassed)Generated with Claude Code using /ship-it