Skip to content

Heatmap feature#9

Merged
michbil merged 7 commits intomasterfrom
claude/eeprom-comparison-tools-u9NGQ
Mar 21, 2026
Merged

Heatmap feature#9
michbil merged 7 commits intomasterfrom
claude/eeprom-comparison-tools-u9NGQ

Conversation

@michbil
Copy link
Copy Markdown
Owner

@michbil michbil commented Mar 21, 2026

No description provided.

claude added 2 commits March 21, 2026 14:03
Prototype of a heatmap panel that compares all open tabs byte-by-byte:
- BinaryBuffer.compareMultiple() static method for N-way diff stats
- HeatmapPanel component with canvas heatmap, detail inspector, and
  filterable address table (changed/constant/all)
- Integrated as new "Heatmap" tab in the right panel

https://claude.ai/code/session_01GiQ4nfyYeR3XrSjkBXc1a5
- pr-preview.yml: builds both apps on PR open/sync, deploys to
  gh-pages branch under pr/<number>/, posts sticky comment with URLs
- pr-preview-cleanup.yml: removes preview directory when PR is closed

https://claude.ai/code/session_01GiQ4nfyYeR3XrSjkBXc1a5
@github-actions
Copy link
Copy Markdown

@michbil michbil changed the title add ui scripts support Heatmap feature Mar 21, 2026
claude and others added 5 commits March 21, 2026 15:55
When the heatmap panel is open, comparison heat colors are now drawn
directly behind hex/ASCII cells on the main canvas with a 3px blur,
giving a subtle visual diff overlay that doesn't clash with selection
highlighting. The heatmap data flows through the Zustand store from
HeatmapPanel → hex-editor-store → HexView.

https://claude.ai/code/session_01GiQ4nfyYeR3XrSjkBXc1a5
@michbil michbil merged commit 15ce909 into master Mar 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants