feat: canvas panel interactions and integrations#258
Merged
dimavedenyapin merged 1 commit intomainfrom Apr 19, 2026
Merged
Conversation
Builds on infinite canvas core (PR #217) with: - Panel interactions: drag, connect, snap, close, content types - Browser panel with agent-browser integration (#247) - Terminal panel (Python PTY) with xterm toFixed crash fixes - Web page panel: iframe embedding, COOP/COEP/CORP header stripping - Add Panel button and embedded TaskWorkspace / AgentTranscriptPanel - SQLite canvas state persistence - Canvas minimap, viewport freezing, always-mount - Task panel layout toggle (inline icon buttons in title bar) - HUD positioning, UI contrast, double-add prevention Squashes 28 commits from feat/canvas-panel-interactions onto current main to avoid conflicts caused by the squash-merge of feat/infinite-canvas-core.
4 tasks
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
Builds on infinite canvas core (PR #217) with panel interactions and content integrations.
Context
Supersedes #257. That PR was opened from `feat/canvas-panel-interactions`, which was originally branched from `feat/infinite-canvas-core` before #217 was squash-merged into main. The squash destroyed commit patch-ids, causing unresolvable merge conflicts on the old branch.
This PR re-applies the net diff of all 28 panel-interactions commits as a single commit on top of current main. Manually resolved conflicts in `ipc-handlers.ts`, `preload/index.ts`, `electron.d.ts` (terminal buffer/cwd + browser CDP additions) and preserved main's attachment-related additions to `AgentTranscriptPanel`.
Test plan
🤖 Generated with Claude Code